@progress/kendo-theme-fluent 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.
@@ -7549,6 +7549,31 @@
7549
7549
  "name": "_variables.scss"
7550
7550
  }
7551
7551
  },
7552
+ {
7553
+ "description": "The transition of the Button.\n",
7554
+ "commentRange": {
7555
+ "start": 198,
7556
+ "end": 199
7557
+ },
7558
+ "context": {
7559
+ "type": "variable",
7560
+ "name": "kendo-button-transition",
7561
+ "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
7562
+ "scope": "default",
7563
+ "line": {
7564
+ "start": 200,
7565
+ "end": 200
7566
+ }
7567
+ },
7568
+ "group": [
7569
+ "button"
7570
+ ],
7571
+ "access": "public",
7572
+ "file": {
7573
+ "path": "button/_variables.scss",
7574
+ "name": "_variables.scss"
7575
+ }
7576
+ },
7552
7577
  {
7553
7578
  "description": "The width of the border around the Calendar.\n",
7554
7579
  "commentRange": {
@@ -13608,7 +13633,7 @@
13608
13633
  "context": {
13609
13634
  "type": "variable",
13610
13635
  "name": "kendo-chart-tooltip-transition",
13611
- "value": "left ease-in 80ms, top ease-in 80ms",
13636
+ "value": "left k-transition(fade-in), top k-transition(fade-in)",
13612
13637
  "scope": "default",
13613
13638
  "line": {
13614
13639
  "start": 213,
@@ -32227,7 +32252,7 @@
32227
32252
  "context": {
32228
32253
  "type": "variable",
32229
32254
  "name": "kendo-floating-label-transition",
32230
- "value": "var(--kendo-floating-label-transition, .2s ease-out)",
32255
+ "value": "var(--kendo-floating-label-transition, k-transition(scale-in))",
32231
32256
  "scope": "default",
32232
32257
  "line": {
32233
32258
  "start": 46,
@@ -50993,6 +51018,139 @@
50993
51018
  "name": "_variables.scss"
50994
51019
  }
50995
51020
  },
51021
+ {
51022
+ "description": "The global map of motion easing tokens.\n",
51023
+ "commentRange": {
51024
+ "start": 141,
51025
+ "end": 142
51026
+ },
51027
+ "context": {
51028
+ "type": "variable",
51029
+ "name": "kendo-easings",
51030
+ "value": "$default-easings",
51031
+ "scope": "default",
51032
+ "line": {
51033
+ "start": 143,
51034
+ "end": 143
51035
+ }
51036
+ },
51037
+ "group": [
51038
+ "motion"
51039
+ ],
51040
+ "access": "public",
51041
+ "file": {
51042
+ "path": "core/motion/_index.scss",
51043
+ "name": "_index.scss"
51044
+ }
51045
+ },
51046
+ {
51047
+ "description": "The global map of motion duration tokens.\n",
51048
+ "commentRange": {
51049
+ "start": 146,
51050
+ "end": 147
51051
+ },
51052
+ "context": {
51053
+ "type": "variable",
51054
+ "name": "kendo-durations",
51055
+ "value": "$default-durations",
51056
+ "scope": "default",
51057
+ "line": {
51058
+ "start": 148,
51059
+ "end": 148
51060
+ }
51061
+ },
51062
+ "group": [
51063
+ "motion"
51064
+ ],
51065
+ "access": "public",
51066
+ "file": {
51067
+ "path": "core/motion/_index.scss",
51068
+ "name": "_index.scss"
51069
+ }
51070
+ },
51071
+ {
51072
+ "description": "The global map of motion transition tokens.\n",
51073
+ "commentRange": {
51074
+ "start": 151,
51075
+ "end": 172
51076
+ },
51077
+ "context": {
51078
+ "type": "variable",
51079
+ "name": "kendo-transitions",
51080
+ "value": "$default-transitions",
51081
+ "scope": "default",
51082
+ "line": {
51083
+ "start": 173,
51084
+ "end": 173
51085
+ }
51086
+ },
51087
+ "group": [
51088
+ "motion"
51089
+ ],
51090
+ "subGroup": [
51091
+ {
51092
+ "name": "fast",
51093
+ "value": [
51094
+ "instant",
51095
+ "rapid",
51096
+ "snappy",
51097
+ "energetic"
51098
+ ],
51099
+ "description": "Speed and Responsiveness"
51100
+ },
51101
+ {
51102
+ "name": "expressive",
51103
+ "value": [
51104
+ "emphasis",
51105
+ "bouncy",
51106
+ "pulse",
51107
+ "flip"
51108
+ ],
51109
+ "description": "Personality and Playfulness"
51110
+ },
51111
+ {
51112
+ "name": "calm",
51113
+ "value": [
51114
+ "subtle",
51115
+ "gentle",
51116
+ "settle",
51117
+ "smooth",
51118
+ "fluid",
51119
+ "deliberate"
51120
+ ],
51121
+ "description": "Subtle & Natural"
51122
+ },
51123
+ {
51124
+ "name": "visibility",
51125
+ "value": [
51126
+ "slide-in",
51127
+ "slide-out",
51128
+ "fade-in",
51129
+ "fade-out",
51130
+ "enter",
51131
+ "exit"
51132
+ ],
51133
+ "description": "Visibility & Movement Change"
51134
+ },
51135
+ {
51136
+ "name": "size",
51137
+ "value": [
51138
+ "scale-in",
51139
+ "scale-out",
51140
+ "grow",
51141
+ "shrink",
51142
+ "expand",
51143
+ "collapse"
51144
+ ],
51145
+ "description": "Size & Scale Adjustments"
51146
+ }
51147
+ ],
51148
+ "access": "public",
51149
+ "file": {
51150
+ "path": "core/motion/_index.scss",
51151
+ "name": "_index.scss"
51152
+ }
51153
+ },
50996
51154
  {
50997
51155
  "description": "The minimum height of the 'No Data' text container.\n",
50998
51156
  "commentRange": {
@@ -66777,7 +66935,7 @@
66777
66935
  "context": {
66778
66936
  "type": "variable",
66779
66937
  "name": "kendo-slider-transition-speed",
66780
- "value": "var( --kendo-slider-transition-speed, .3s )",
66938
+ "value": "var( --kendo-slider-transition-speed, k-duration(brisk) )",
66781
66939
  "scope": "default",
66782
66940
  "line": {
66783
66941
  "start": 126,
@@ -66802,7 +66960,7 @@
66802
66960
  "context": {
66803
66961
  "type": "variable",
66804
66962
  "name": "kendo-slider-transition-function",
66805
- "value": "var( --kendo-slider-transition-function, ease-out )",
66963
+ "value": "var( --kendo-slider-transition-function, k-easing(standard) )",
66806
66964
  "scope": "default",
66807
66965
  "line": {
66808
66966
  "start": 129,
@@ -66827,7 +66985,7 @@
66827
66985
  "context": {
66828
66986
  "type": "variable",
66829
66987
  "name": "kendo-slider-thumb-transition-speed",
66830
- "value": "var( --kendo-slider-thumb-transition-speed, .4s )",
66988
+ "value": "var( --kendo-slider-thumb-transition-speed, k-duration(quick) )",
66831
66989
  "scope": "default",
66832
66990
  "line": {
66833
66991
  "start": 133,
@@ -66846,17 +67004,17 @@
66846
67004
  {
66847
67005
  "description": "The transition function of the Slider thumb.\n",
66848
67006
  "commentRange": {
66849
- "start": 134,
66850
- "end": 135
67007
+ "start": 135,
67008
+ "end": 136
66851
67009
  },
66852
67010
  "context": {
66853
67011
  "type": "variable",
66854
67012
  "name": "kendo-slider-thumb-transition-function",
66855
- "value": "var( --kendo-slider-thumb-transition-function, cubic-bezier(.25, .8, .25, 1) )",
67013
+ "value": "var( --kendo-slider-thumb-transition-function, k-easing(decelerate) )",
66856
67014
  "scope": "default",
66857
67015
  "line": {
66858
- "start": 136,
66859
- "end": 136
67016
+ "start": 137,
67017
+ "end": 137
66860
67018
  }
66861
67019
  },
66862
67020
  "group": [
@@ -66871,8 +67029,8 @@
66871
67029
  {
66872
67030
  "description": "The background image of the horizontal Slider tick.\n",
66873
67031
  "commentRange": {
66874
- "start": 138,
66875
- "end": 139
67032
+ "start": 140,
67033
+ "end": 141
66876
67034
  },
66877
67035
  "context": {
66878
67036
  "type": "variable",
@@ -66880,8 +67038,8 @@
66880
67038
  "value": "\"data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7\"",
66881
67039
  "scope": "default",
66882
67040
  "line": {
66883
- "start": 140,
66884
- "end": 140
67041
+ "start": 142,
67042
+ "end": 142
66885
67043
  }
66886
67044
  },
66887
67045
  "group": [
@@ -66896,8 +67054,8 @@
66896
67054
  {
66897
67055
  "description": "The background image of the vertical Slider tick.\n",
66898
67056
  "commentRange": {
66899
- "start": 141,
66900
- "end": 142
67057
+ "start": 143,
67058
+ "end": 144
66901
67059
  },
66902
67060
  "context": {
66903
67061
  "type": "variable",
@@ -66905,8 +67063,8 @@
66905
67063
  "value": "\"data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7\"",
66906
67064
  "scope": "default",
66907
67065
  "line": {
66908
- "start": 143,
66909
- "end": 143
67066
+ "start": 145,
67067
+ "end": 145
66910
67068
  }
66911
67069
  },
66912
67070
  "group": [
@@ -71227,7 +71385,7 @@
71227
71385
  "context": {
71228
71386
  "type": "variable",
71229
71387
  "name": "kendo-stepper-content-transition-duration",
71230
- "value": "var( --kendo-stepper-content-transition-duration, 300ms )",
71388
+ "value": "var( --kendo-stepper-content-transition-duration, k-duration(speedy) )",
71231
71389
  "scope": "default",
71232
71390
  "line": {
71233
71391
  "start": 201,
@@ -71252,7 +71410,7 @@
71252
71410
  "context": {
71253
71411
  "type": "variable",
71254
71412
  "name": "kendo-stepper-content-transition-timing-function",
71255
- "value": "var( --kendo-stepper-content-transition-timing-function, cubic-bezier(.4, 0, .2, 1) 0ms )",
71413
+ "value": "var( --kendo-stepper-content-transition-timing-function, k-easing(standard) )",
71256
71414
  "scope": "default",
71257
71415
  "line": {
71258
71416
  "start": 204,