@progress/kendo-theme-default 9.1.0-dev.3 → 9.1.0-dev.5

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 (58) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +467 -92
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue.css +1 -1
  11. package/dist/default-orange.css +1 -1
  12. package/dist/default-purple.css +1 -1
  13. package/dist/default-turquoise.css +1 -1
  14. package/dist/default-urban.css +1 -1
  15. package/dist/meta/sassdoc-data.json +1687 -655
  16. package/dist/meta/sassdoc-raw-data.json +775 -300
  17. package/dist/meta/variables.json +121 -29
  18. package/lib/swatches/default-blue.json +1 -1
  19. package/lib/swatches/default-dataviz-v4.json +1 -1
  20. package/lib/swatches/default-green.json +1 -1
  21. package/lib/swatches/default-main-dark.json +1 -1
  22. package/lib/swatches/default-main.json +1 -1
  23. package/lib/swatches/default-nordic.json +1 -1
  24. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  25. package/lib/swatches/default-ocean-blue.json +1 -1
  26. package/lib/swatches/default-orange.json +1 -1
  27. package/lib/swatches/default-purple.json +1 -1
  28. package/lib/swatches/default-turquoise.json +1 -1
  29. package/lib/swatches/default-urban.json +1 -1
  30. package/package.json +4 -4
  31. package/scss/dataviz/_index.scss +3 -1
  32. package/scss/dataviz/_layout.scss +21 -0
  33. package/scss/dataviz/_theme.scss +3 -1
  34. package/scss/dataviz/_variables.scss +9 -0
  35. package/scss/index.scss +2 -0
  36. package/scss/list/_index.scss +3 -1
  37. package/scss/list/_layout.scss +0 -19
  38. package/scss/list/_theme.scss +0 -6
  39. package/scss/list/_variables.scss +0 -4
  40. package/scss/no-data/_index.scss +32 -0
  41. package/scss/no-data/_layout.scss +24 -0
  42. package/scss/no-data/_theme.scss +12 -0
  43. package/scss/no-data/_variables.scss +7 -0
  44. package/scss/orgchart/_variables.scss +1 -1
  45. package/scss/pdf-viewer/_layout.scss +185 -24
  46. package/scss/pdf-viewer/_theme.scss +19 -1
  47. package/scss/pdf-viewer/_variables.scss +26 -0
  48. package/scss/prompt/_layout.scss +6 -0
  49. package/scss/scheduler/_index.scss +3 -1
  50. package/scss/splitter/_variables.scss +1 -1
  51. package/scss/spreadsheet/_layout.scss +2 -1
  52. package/scss/stepper/_layout.scss +2 -2
  53. package/scss/stepper/_variables.scss +3 -0
  54. package/scss/timeline/_layout.scss +1 -1
  55. package/scss/timeline/_variables.scss +5 -5
  56. package/scss/toolbar/_layout.scss +12 -10
  57. package/scss/toolbar/_theme.scss +33 -9
  58. package/scss/toolbar/_variables.scss +32 -4
@@ -33450,14 +33450,14 @@
33450
33450
  "resolvedType": "Null"
33451
33451
  },
33452
33452
  {
33453
- "description": "The color of the 'No Data' text.\n",
33453
+ "description": "The color of the 'Option Label' text.\n",
33454
33454
  "commentRange": {
33455
33455
  "start": 245,
33456
33456
  "end": 246
33457
33457
  },
33458
33458
  "context": {
33459
33459
  "type": "variable",
33460
- "name": "kendo-list-no-data-text",
33460
+ "name": "kendo-list-option-label-text",
33461
33461
  "value": "$kendo-subtle-text",
33462
33462
  "scope": "default",
33463
33463
  "line": {
@@ -33476,33 +33476,6 @@
33476
33476
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
33477
33477
  "resolvedType": "String"
33478
33478
  },
33479
- {
33480
- "description": "The color of the 'Option Label' text.\n",
33481
- "commentRange": {
33482
- "start": 249,
33483
- "end": 250
33484
- },
33485
- "context": {
33486
- "type": "variable",
33487
- "name": "kendo-list-option-label-text",
33488
- "value": "$kendo-subtle-text",
33489
- "scope": "default",
33490
- "line": {
33491
- "start": 251,
33492
- "end": 251
33493
- }
33494
- },
33495
- "group": [
33496
- "list"
33497
- ],
33498
- "access": "public",
33499
- "file": {
33500
- "path": "default/scss/list/_variables.scss",
33501
- "name": "_variables.scss"
33502
- },
33503
- "resolvedValue": "var(--kendo-color-subtle, #666666)",
33504
- "resolvedType": "String"
33505
- },
33506
33479
  {
33507
33480
  "description": "The spacing between the ListBox elements.\n",
33508
33481
  "commentRange": {
@@ -38174,6 +38147,60 @@
38174
38147
  "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
38175
38148
  "resolvedType": "String"
38176
38149
  },
38150
+ {
38151
+ "description": "The minimum height of the 'No Data' text container.\n",
38152
+ "commentRange": {
38153
+ "start": 1,
38154
+ "end": 2
38155
+ },
38156
+ "context": {
38157
+ "type": "variable",
38158
+ "name": "kendo-no-data-min-height",
38159
+ "value": "140px",
38160
+ "scope": "default",
38161
+ "line": {
38162
+ "start": 3,
38163
+ "end": 3
38164
+ }
38165
+ },
38166
+ "group": [
38167
+ "no-data"
38168
+ ],
38169
+ "access": "public",
38170
+ "file": {
38171
+ "path": "default/scss/no-data/_variables.scss",
38172
+ "name": "_variables.scss"
38173
+ },
38174
+ "resolvedValue": "140px",
38175
+ "resolvedType": "Number"
38176
+ },
38177
+ {
38178
+ "description": "The color of the 'No Data' text.\n",
38179
+ "commentRange": {
38180
+ "start": 5,
38181
+ "end": 6
38182
+ },
38183
+ "context": {
38184
+ "type": "variable",
38185
+ "name": "kendo-no-data-text",
38186
+ "value": "$kendo-subtle-text",
38187
+ "scope": "default",
38188
+ "line": {
38189
+ "start": 7,
38190
+ "end": 7
38191
+ }
38192
+ },
38193
+ "group": [
38194
+ "no-data"
38195
+ ],
38196
+ "access": "public",
38197
+ "file": {
38198
+ "path": "default/scss/no-data/_variables.scss",
38199
+ "name": "_variables.scss"
38200
+ },
38201
+ "resolvedValue": "var(--kendo-color-subtle, #666666)",
38202
+ "resolvedType": "String"
38203
+ },
38177
38204
  {
38178
38205
  "description": "The row-gap between the elements in the Notification group.\n",
38179
38206
  "commentRange": {
@@ -39813,7 +39840,7 @@
39813
39840
  "context": {
39814
39841
  "type": "variable",
39815
39842
  "name": "kendo-orgchart-line-v-height",
39816
- "value": "25px",
39843
+ "value": "k-spacing(6)",
39817
39844
  "scope": "default",
39818
39845
  "line": {
39819
39846
  "start": 146,
@@ -39828,8 +39855,8 @@
39828
39855
  "path": "default/scss/orgchart/_variables.scss",
39829
39856
  "name": "_variables.scss"
39830
39857
  },
39831
- "resolvedValue": "25px",
39832
- "resolvedType": "Number"
39858
+ "resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
39859
+ "resolvedType": "String"
39833
39860
  },
39834
39861
  {
39835
39862
  "description": "The horizontal padding of the Pager.\n",
@@ -44974,6 +45001,222 @@
44974
45001
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
44975
45002
  "resolvedType": "String"
44976
45003
  },
45004
+ {
45005
+ "description": "The vertical padding of the PDFViewer popup.\n",
45006
+ "commentRange": {
45007
+ "start": 112,
45008
+ "end": 113
45009
+ },
45010
+ "context": {
45011
+ "type": "variable",
45012
+ "name": "kendo-pdf-viewer-popup-padding-x",
45013
+ "value": "k-spacing(2)",
45014
+ "scope": "default",
45015
+ "line": {
45016
+ "start": 114,
45017
+ "end": 114
45018
+ }
45019
+ },
45020
+ "group": [
45021
+ "pdf-viewer"
45022
+ ],
45023
+ "access": "public",
45024
+ "file": {
45025
+ "path": "default/scss/pdf-viewer/_variables.scss",
45026
+ "name": "_variables.scss"
45027
+ },
45028
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
45029
+ "resolvedType": "String"
45030
+ },
45031
+ {
45032
+ "description": "The horizontal padding of the PDFViewer popup.\n",
45033
+ "commentRange": {
45034
+ "start": 115,
45035
+ "end": 116
45036
+ },
45037
+ "context": {
45038
+ "type": "variable",
45039
+ "name": "kendo-pdf-viewer-popup-padding-y",
45040
+ "value": "$kendo-pdf-viewer-popup-padding-x",
45041
+ "scope": "default",
45042
+ "line": {
45043
+ "start": 117,
45044
+ "end": 117
45045
+ }
45046
+ },
45047
+ "group": [
45048
+ "pdf-viewer"
45049
+ ],
45050
+ "access": "public",
45051
+ "file": {
45052
+ "path": "default/scss/pdf-viewer/_variables.scss",
45053
+ "name": "_variables.scss"
45054
+ },
45055
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
45056
+ "resolvedType": "String"
45057
+ },
45058
+ {
45059
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
45060
+ "commentRange": {
45061
+ "start": 119,
45062
+ "end": 120
45063
+ },
45064
+ "context": {
45065
+ "type": "variable",
45066
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
45067
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
45068
+ "scope": "default",
45069
+ "line": {
45070
+ "start": 121,
45071
+ "end": 121
45072
+ }
45073
+ },
45074
+ "group": [
45075
+ "pdf-viewer"
45076
+ ],
45077
+ "access": "public",
45078
+ "file": {
45079
+ "path": "default/scss/pdf-viewer/_variables.scss",
45080
+ "name": "_variables.scss"
45081
+ },
45082
+ "resolvedValue": "var(--kendo-color-primary, #ff6358)",
45083
+ "resolvedType": "String"
45084
+ },
45085
+ {
45086
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
45087
+ "commentRange": {
45088
+ "start": 122,
45089
+ "end": 123
45090
+ },
45091
+ "context": {
45092
+ "type": "variable",
45093
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
45094
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
45095
+ "scope": "default",
45096
+ "line": {
45097
+ "start": 124,
45098
+ "end": 124
45099
+ }
45100
+ },
45101
+ "group": [
45102
+ "pdf-viewer"
45103
+ ],
45104
+ "access": "public",
45105
+ "file": {
45106
+ "path": "default/scss/pdf-viewer/_variables.scss",
45107
+ "name": "_variables.scss"
45108
+ },
45109
+ "resolvedValue": "var(--kendo-color-primary-hover, #ea5a51)",
45110
+ "resolvedType": "String"
45111
+ },
45112
+ {
45113
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
45114
+ "commentRange": {
45115
+ "start": 125,
45116
+ "end": 126
45117
+ },
45118
+ "context": {
45119
+ "type": "variable",
45120
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
45121
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
45122
+ "scope": "default",
45123
+ "line": {
45124
+ "start": 127,
45125
+ "end": 127
45126
+ }
45127
+ },
45128
+ "group": [
45129
+ "pdf-viewer"
45130
+ ],
45131
+ "access": "public",
45132
+ "file": {
45133
+ "path": "default/scss/pdf-viewer/_variables.scss",
45134
+ "name": "_variables.scss"
45135
+ },
45136
+ "resolvedValue": "var(--kendo-color-primary, #ff6358)",
45137
+ "resolvedType": "String"
45138
+ },
45139
+ {
45140
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
45141
+ "commentRange": {
45142
+ "start": 128,
45143
+ "end": 129
45144
+ },
45145
+ "context": {
45146
+ "type": "variable",
45147
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
45148
+ "value": "rgba(124, 22, 27, 0.5)",
45149
+ "scope": "default",
45150
+ "line": {
45151
+ "start": 130,
45152
+ "end": 130
45153
+ }
45154
+ },
45155
+ "group": [
45156
+ "pdf-viewer"
45157
+ ],
45158
+ "access": "public",
45159
+ "file": {
45160
+ "path": "default/scss/pdf-viewer/_variables.scss",
45161
+ "name": "_variables.scss"
45162
+ },
45163
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
45164
+ "resolvedType": "Color"
45165
+ },
45166
+ {
45167
+ "description": "The text color of the PDFViewer free text annotation.\n",
45168
+ "commentRange": {
45169
+ "start": 131,
45170
+ "end": 132
45171
+ },
45172
+ "context": {
45173
+ "type": "variable",
45174
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
45175
+ "value": "rgba(124, 22, 27, 0.5)",
45176
+ "scope": "default",
45177
+ "line": {
45178
+ "start": 133,
45179
+ "end": 133
45180
+ }
45181
+ },
45182
+ "group": [
45183
+ "pdf-viewer"
45184
+ ],
45185
+ "access": "public",
45186
+ "file": {
45187
+ "path": "default/scss/pdf-viewer/_variables.scss",
45188
+ "name": "_variables.scss"
45189
+ },
45190
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
45191
+ "resolvedType": "Color"
45192
+ },
45193
+ {
45194
+ "description": "The text color of the PDFViewer free text annotation.\n",
45195
+ "commentRange": {
45196
+ "start": 134,
45197
+ "end": 135
45198
+ },
45199
+ "context": {
45200
+ "type": "variable",
45201
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
45202
+ "value": "rgba(124, 22, 27, 0.7)",
45203
+ "scope": "default",
45204
+ "line": {
45205
+ "start": 136,
45206
+ "end": 136
45207
+ }
45208
+ },
45209
+ "group": [
45210
+ "pdf-viewer"
45211
+ ],
45212
+ "access": "public",
45213
+ "file": {
45214
+ "path": "default/scss/pdf-viewer/_variables.scss",
45215
+ "name": "_variables.scss"
45216
+ },
45217
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
45218
+ "resolvedType": "Color"
45219
+ },
44977
45220
  {
44978
45221
  "description": "The background color of the Picker components.\n",
44979
45222
  "commentRange": {
@@ -56262,7 +56505,7 @@
56262
56505
  "context": {
56263
56506
  "type": "variable",
56264
56507
  "name": "kendo-splitter-drag-icon-margin",
56265
- "value": "calc( #{k-spacing(3.5)} / 2 )",
56508
+ "value": "k-spacing(2)",
56266
56509
  "scope": "default",
56267
56510
  "line": {
56268
56511
  "start": 37,
@@ -56277,8 +56520,8 @@
56277
56520
  "path": "default/scss/splitter/_variables.scss",
56278
56521
  "name": "_variables.scss"
56279
56522
  },
56280
- "resolvedValue": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)",
56281
- "resolvedType": "Calculation"
56523
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
56524
+ "resolvedType": "String"
56282
56525
  },
56283
56526
  {
56284
56527
  "description": "The horizontal padding of the collapse icon in the Splitter.\n",
@@ -58819,15 +59062,15 @@
58819
59062
  "resolvedType": "Calculation"
58820
59063
  },
58821
59064
  {
58822
- "description": "The width of the border around the Stepper.\n",
59065
+ "description": "The border radius of the Stepper label.\n",
58823
59066
  "commentRange": {
58824
59067
  "start": 24,
58825
59068
  "end": 25
58826
59069
  },
58827
59070
  "context": {
58828
59071
  "type": "variable",
58829
- "name": "kendo-stepper-border-width",
58830
- "value": "0px",
59072
+ "name": "kendo-stepper-label-border-radius",
59073
+ "value": "k-border-radius(xxxl)",
58831
59074
  "scope": "default",
58832
59075
  "line": {
58833
59076
  "start": 26,
@@ -58842,14 +59085,41 @@
58842
59085
  "path": "default/scss/stepper/_variables.scss",
58843
59086
  "name": "_variables.scss"
58844
59087
  },
59088
+ "resolvedValue": "var(--kendo-border-radius-xxxl, 1rem)",
59089
+ "resolvedType": "String"
59090
+ },
59091
+ {
59092
+ "description": "The width of the border around the Stepper.\n",
59093
+ "commentRange": {
59094
+ "start": 27,
59095
+ "end": 28
59096
+ },
59097
+ "context": {
59098
+ "type": "variable",
59099
+ "name": "kendo-stepper-border-width",
59100
+ "value": "0px",
59101
+ "scope": "default",
59102
+ "line": {
59103
+ "start": 29,
59104
+ "end": 29
59105
+ }
59106
+ },
59107
+ "group": [
59108
+ "stepper"
59109
+ ],
59110
+ "access": "public",
59111
+ "file": {
59112
+ "path": "default/scss/stepper/_variables.scss",
59113
+ "name": "_variables.scss"
59114
+ },
58845
59115
  "resolvedValue": "0px",
58846
59116
  "resolvedType": "Number"
58847
59117
  },
58848
59118
  {
58849
59119
  "description": "The horizontal padding of the Stepper content.\n",
58850
59120
  "commentRange": {
58851
- "start": 28,
58852
- "end": 29
59121
+ "start": 31,
59122
+ "end": 32
58853
59123
  },
58854
59124
  "context": {
58855
59125
  "type": "variable",
@@ -58857,8 +59127,8 @@
58857
59127
  "value": "k-spacing(5)",
58858
59128
  "scope": "default",
58859
59129
  "line": {
58860
- "start": 30,
58861
- "end": 30
59130
+ "start": 33,
59131
+ "end": 33
58862
59132
  }
58863
59133
  },
58864
59134
  "group": [
@@ -58875,8 +59145,8 @@
58875
59145
  {
58876
59146
  "description": "The vertical padding of the Stepper content.\n",
58877
59147
  "commentRange": {
58878
- "start": 31,
58879
- "end": 32
59148
+ "start": 34,
59149
+ "end": 35
58880
59150
  },
58881
59151
  "context": {
58882
59152
  "type": "variable",
@@ -58884,8 +59154,8 @@
58884
59154
  "value": "k-spacing(2.5)",
58885
59155
  "scope": "default",
58886
59156
  "line": {
58887
- "start": 33,
58888
- "end": 33
59157
+ "start": 36,
59158
+ "end": 36
58889
59159
  }
58890
59160
  },
58891
59161
  "group": [
@@ -58902,8 +59172,8 @@
58902
59172
  {
58903
59173
  "description": "",
58904
59174
  "commentRange": {
58905
- "start": 36,
58906
- "end": 36
59175
+ "start": 39,
59176
+ "end": 39
58907
59177
  },
58908
59178
  "context": {
58909
59179
  "type": "variable",
@@ -58911,8 +59181,8 @@
58911
59181
  "value": "var( --kendo-font-size, inherit )",
58912
59182
  "scope": "default",
58913
59183
  "line": {
58914
- "start": 37,
58915
- "end": 37
59184
+ "start": 40,
59185
+ "end": 40
58916
59186
  }
58917
59187
  },
58918
59188
  "group": [
@@ -58929,8 +59199,8 @@
58929
59199
  {
58930
59200
  "description": "",
58931
59201
  "commentRange": {
58932
- "start": 39,
58933
- "end": 39
59202
+ "start": 42,
59203
+ "end": 42
58934
59204
  },
58935
59205
  "context": {
58936
59206
  "type": "variable",
@@ -58938,8 +59208,8 @@
58938
59208
  "value": "var( --kendo-line-height, normal )",
58939
59209
  "scope": "default",
58940
59210
  "line": {
58941
- "start": 40,
58942
- "end": 40
59211
+ "start": 43,
59212
+ "end": 43
58943
59213
  }
58944
59214
  },
58945
59215
  "group": [
@@ -58956,8 +59226,8 @@
58956
59226
  {
58957
59227
  "description": "",
58958
59228
  "commentRange": {
58959
- "start": 42,
58960
- "end": 42
59229
+ "start": 45,
59230
+ "end": 45
58961
59231
  },
58962
59232
  "context": {
58963
59233
  "type": "variable",
@@ -58965,8 +59235,8 @@
58965
59235
  "value": "var( --kendo-font-family, inherit )",
58966
59236
  "scope": "default",
58967
59237
  "line": {
58968
- "start": 43,
58969
- "end": 43
59238
+ "start": 46,
59239
+ "end": 46
58970
59240
  }
58971
59241
  },
58972
59242
  "group": [
@@ -58983,8 +59253,8 @@
58983
59253
  {
58984
59254
  "description": "The background color of the Stepper.\n",
58985
59255
  "commentRange": {
58986
- "start": 45,
58987
- "end": 46
59256
+ "start": 48,
59257
+ "end": 49
58988
59258
  },
58989
59259
  "context": {
58990
59260
  "type": "variable",
@@ -58992,8 +59262,8 @@
58992
59262
  "value": "null",
58993
59263
  "scope": "default",
58994
59264
  "line": {
58995
- "start": 47,
58996
- "end": 47
59265
+ "start": 50,
59266
+ "end": 50
58997
59267
  }
58998
59268
  },
58999
59269
  "group": [
@@ -59010,8 +59280,8 @@
59010
59280
  {
59011
59281
  "description": "The text color of the Stepper.\n",
59012
59282
  "commentRange": {
59013
- "start": 48,
59014
- "end": 49
59283
+ "start": 51,
59284
+ "end": 52
59015
59285
  },
59016
59286
  "context": {
59017
59287
  "type": "variable",
@@ -59019,8 +59289,8 @@
59019
59289
  "value": "$kendo-component-text",
59020
59290
  "scope": "default",
59021
59291
  "line": {
59022
- "start": 50,
59023
- "end": 50
59292
+ "start": 53,
59293
+ "end": 53
59024
59294
  }
59025
59295
  },
59026
59296
  "group": [
@@ -59037,8 +59307,8 @@
59037
59307
  {
59038
59308
  "description": "The border color of the Stepper.\n",
59039
59309
  "commentRange": {
59040
- "start": 51,
59041
- "end": 52
59310
+ "start": 54,
59311
+ "end": 55
59042
59312
  },
59043
59313
  "context": {
59044
59314
  "type": "variable",
@@ -59046,8 +59316,8 @@
59046
59316
  "value": "null",
59047
59317
  "scope": "default",
59048
59318
  "line": {
59049
- "start": 53,
59050
- "end": 53
59319
+ "start": 56,
59320
+ "end": 56
59051
59321
  }
59052
59322
  },
59053
59323
  "group": [
@@ -59064,8 +59334,8 @@
59064
59334
  {
59065
59335
  "description": "The width of the Stepper indicator.\n",
59066
59336
  "commentRange": {
59067
- "start": 55,
59068
- "end": 56
59337
+ "start": 58,
59338
+ "end": 59
59069
59339
  },
59070
59340
  "context": {
59071
59341
  "type": "variable",
@@ -59073,8 +59343,8 @@
59073
59343
  "value": "28px",
59074
59344
  "scope": "default",
59075
59345
  "line": {
59076
- "start": 57,
59077
- "end": 57
59346
+ "start": 60,
59347
+ "end": 60
59078
59348
  }
59079
59349
  },
59080
59350
  "group": [
@@ -59091,8 +59361,8 @@
59091
59361
  {
59092
59362
  "description": "The height of the Stepper indicator.\n",
59093
59363
  "commentRange": {
59094
- "start": 58,
59095
- "end": 59
59364
+ "start": 61,
59365
+ "end": 62
59096
59366
  },
59097
59367
  "context": {
59098
59368
  "type": "variable",
@@ -59100,8 +59370,8 @@
59100
59370
  "value": "$kendo-stepper-indicator-width",
59101
59371
  "scope": "default",
59102
59372
  "line": {
59103
- "start": 60,
59104
- "end": 60
59373
+ "start": 63,
59374
+ "end": 63
59105
59375
  }
59106
59376
  },
59107
59377
  "group": [
@@ -59118,8 +59388,8 @@
59118
59388
  {
59119
59389
  "description": "The border width of the Stepper indicator.\n",
59120
59390
  "commentRange": {
59121
- "start": 61,
59122
- "end": 62
59391
+ "start": 64,
59392
+ "end": 65
59123
59393
  },
59124
59394
  "context": {
59125
59395
  "type": "variable",
@@ -59127,8 +59397,8 @@
59127
59397
  "value": "1px",
59128
59398
  "scope": "default",
59129
59399
  "line": {
59130
- "start": 63,
59131
- "end": 63
59400
+ "start": 66,
59401
+ "end": 66
59132
59402
  }
59133
59403
  },
59134
59404
  "group": [
@@ -59145,8 +59415,8 @@
59145
59415
  {
59146
59416
  "description": "The border radius of the Stepper indicator.\n",
59147
59417
  "commentRange": {
59148
- "start": 64,
59149
- "end": 65
59418
+ "start": 67,
59419
+ "end": 68
59150
59420
  },
59151
59421
  "context": {
59152
59422
  "type": "variable",
@@ -59154,8 +59424,8 @@
59154
59424
  "value": "50%",
59155
59425
  "scope": "default",
59156
59426
  "line": {
59157
- "start": 66,
59158
- "end": 66
59427
+ "start": 69,
59428
+ "end": 69
59159
59429
  }
59160
59430
  },
59161
59431
  "group": [
@@ -59172,8 +59442,8 @@
59172
59442
  {
59173
59443
  "description": "The border width of the focused Stepper indicator.\n",
59174
59444
  "commentRange": {
59175
- "start": 68,
59176
- "end": 69
59445
+ "start": 71,
59446
+ "end": 72
59177
59447
  },
59178
59448
  "context": {
59179
59449
  "type": "variable",
@@ -59181,8 +59451,8 @@
59181
59451
  "value": "1px",
59182
59452
  "scope": "default",
59183
59453
  "line": {
59184
- "start": 70,
59185
- "end": 70
59454
+ "start": 73,
59455
+ "end": 73
59186
59456
  }
59187
59457
  },
59188
59458
  "group": [
@@ -59199,8 +59469,8 @@
59199
59469
  {
59200
59470
  "description": "The size of the focused Stepper indicator.\n",
59201
59471
  "commentRange": {
59202
- "start": 71,
59203
- "end": 72
59472
+ "start": 74,
59473
+ "end": 75
59204
59474
  },
59205
59475
  "context": {
59206
59476
  "type": "variable",
@@ -59208,8 +59478,8 @@
59208
59478
  "value": "2px",
59209
59479
  "scope": "default",
59210
59480
  "line": {
59211
- "start": 73,
59212
- "end": 73
59481
+ "start": 76,
59482
+ "end": 76
59213
59483
  }
59214
59484
  },
59215
59485
  "group": [
@@ -59226,8 +59496,8 @@
59226
59496
  {
59227
59497
  "description": "The offset of the Stepper's focused indicator.\n",
59228
59498
  "commentRange": {
59229
- "start": 74,
59230
- "end": 75
59499
+ "start": 77,
59500
+ "end": 78
59231
59501
  },
59232
59502
  "context": {
59233
59503
  "type": "variable",
@@ -59235,8 +59505,8 @@
59235
59505
  "value": "3px",
59236
59506
  "scope": "default",
59237
59507
  "line": {
59238
- "start": 76,
59239
- "end": 76
59508
+ "start": 79,
59509
+ "end": 79
59240
59510
  }
59241
59511
  },
59242
59512
  "group": [
@@ -59253,8 +59523,8 @@
59253
59523
  {
59254
59524
  "description": "The calculated offset of the Stepper's focused indicator.\n",
59255
59525
  "commentRange": {
59256
- "start": 77,
59257
- "end": 78
59526
+ "start": 80,
59527
+ "end": 81
59258
59528
  },
59259
59529
  "context": {
59260
59530
  "type": "variable",
@@ -59262,8 +59532,8 @@
59262
59532
  "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
59263
59533
  "scope": "default",
59264
59534
  "line": {
59265
- "start": 79,
59266
- "end": 79
59535
+ "start": 82,
59536
+ "end": 82
59267
59537
  }
59268
59538
  },
59269
59539
  "group": [
@@ -59280,8 +59550,8 @@
59280
59550
  {
59281
59551
  "description": "The background color of the Stepper indicator.\n",
59282
59552
  "commentRange": {
59283
- "start": 81,
59284
- "end": 82
59553
+ "start": 84,
59554
+ "end": 85
59285
59555
  },
59286
59556
  "context": {
59287
59557
  "type": "variable",
@@ -59289,8 +59559,8 @@
59289
59559
  "value": "$kendo-component-bg",
59290
59560
  "scope": "default",
59291
59561
  "line": {
59292
- "start": 83,
59293
- "end": 83
59562
+ "start": 86,
59563
+ "end": 86
59294
59564
  }
59295
59565
  },
59296
59566
  "group": [
@@ -59307,8 +59577,8 @@
59307
59577
  {
59308
59578
  "description": "The text color of the Stepper indicator.\n",
59309
59579
  "commentRange": {
59310
- "start": 84,
59311
- "end": 85
59580
+ "start": 87,
59581
+ "end": 88
59312
59582
  },
59313
59583
  "context": {
59314
59584
  "type": "variable",
@@ -59316,8 +59586,8 @@
59316
59586
  "value": "$kendo-component-text",
59317
59587
  "scope": "default",
59318
59588
  "line": {
59319
- "start": 86,
59320
- "end": 86
59589
+ "start": 89,
59590
+ "end": 89
59321
59591
  }
59322
59592
  },
59323
59593
  "group": [
@@ -59334,8 +59604,8 @@
59334
59604
  {
59335
59605
  "description": "The border color of the Stepper indicator.\n",
59336
59606
  "commentRange": {
59337
- "start": 87,
59338
- "end": 88
59607
+ "start": 90,
59608
+ "end": 91
59339
59609
  },
59340
59610
  "context": {
59341
59611
  "type": "variable",
@@ -59343,8 +59613,8 @@
59343
59613
  "value": "#cccccc",
59344
59614
  "scope": "default",
59345
59615
  "line": {
59346
- "start": 89,
59347
- "end": 89
59616
+ "start": 92,
59617
+ "end": 92
59348
59618
  }
59349
59619
  },
59350
59620
  "group": [
@@ -59361,8 +59631,8 @@
59361
59631
  {
59362
59632
  "description": "The background color of the hovered Stepper indicator.\n",
59363
59633
  "commentRange": {
59364
- "start": 91,
59365
- "end": 92
59634
+ "start": 94,
59635
+ "end": 95
59366
59636
  },
59367
59637
  "context": {
59368
59638
  "type": "variable",
@@ -59370,8 +59640,8 @@
59370
59640
  "value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
59371
59641
  "scope": "default",
59372
59642
  "line": {
59373
- "start": 93,
59374
- "end": 93
59643
+ "start": 96,
59644
+ "end": 96
59375
59645
  }
59376
59646
  },
59377
59647
  "group": [
@@ -59388,8 +59658,8 @@
59388
59658
  {
59389
59659
  "description": "The text color of the hovered Stepper indicator.\n",
59390
59660
  "commentRange": {
59391
- "start": 94,
59392
- "end": 95
59661
+ "start": 97,
59662
+ "end": 98
59393
59663
  },
59394
59664
  "context": {
59395
59665
  "type": "variable",
@@ -59397,8 +59667,8 @@
59397
59667
  "value": "null",
59398
59668
  "scope": "default",
59399
59669
  "line": {
59400
- "start": 96,
59401
- "end": 96
59670
+ "start": 99,
59671
+ "end": 99
59402
59672
  }
59403
59673
  },
59404
59674
  "group": [
@@ -59415,8 +59685,8 @@
59415
59685
  {
59416
59686
  "description": "The border color of the hovered Stepper indicator.\n",
59417
59687
  "commentRange": {
59418
- "start": 97,
59419
- "end": 98
59688
+ "start": 100,
59689
+ "end": 101
59420
59690
  },
59421
59691
  "context": {
59422
59692
  "type": "variable",
@@ -59424,8 +59694,8 @@
59424
59694
  "value": "null",
59425
59695
  "scope": "default",
59426
59696
  "line": {
59427
- "start": 99,
59428
- "end": 99
59697
+ "start": 102,
59698
+ "end": 102
59429
59699
  }
59430
59700
  },
59431
59701
  "group": [
@@ -59442,8 +59712,8 @@
59442
59712
  {
59443
59713
  "description": "The background color of the disabled Stepper indicator.\n",
59444
59714
  "commentRange": {
59445
- "start": 101,
59446
- "end": 102
59715
+ "start": 104,
59716
+ "end": 105
59447
59717
  },
59448
59718
  "context": {
59449
59719
  "type": "variable",
@@ -59451,8 +59721,8 @@
59451
59721
  "value": "null",
59452
59722
  "scope": "default",
59453
59723
  "line": {
59454
- "start": 103,
59455
- "end": 103
59724
+ "start": 106,
59725
+ "end": 106
59456
59726
  }
59457
59727
  },
59458
59728
  "group": [
@@ -59469,8 +59739,8 @@
59469
59739
  {
59470
59740
  "description": "The text color of the disabled Stepper indicator.\n",
59471
59741
  "commentRange": {
59472
- "start": 104,
59473
- "end": 105
59742
+ "start": 107,
59743
+ "end": 108
59474
59744
  },
59475
59745
  "context": {
59476
59746
  "type": "variable",
@@ -59478,8 +59748,8 @@
59478
59748
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
59479
59749
  "scope": "default",
59480
59750
  "line": {
59481
- "start": 106,
59482
- "end": 106
59751
+ "start": 109,
59752
+ "end": 109
59483
59753
  }
59484
59754
  },
59485
59755
  "group": [
@@ -59496,8 +59766,8 @@
59496
59766
  {
59497
59767
  "description": "The border color of the disabled Stepper indicator.\n",
59498
59768
  "commentRange": {
59499
- "start": 107,
59500
- "end": 108
59769
+ "start": 110,
59770
+ "end": 111
59501
59771
  },
59502
59772
  "context": {
59503
59773
  "type": "variable",
@@ -59505,8 +59775,8 @@
59505
59775
  "value": "null",
59506
59776
  "scope": "default",
59507
59777
  "line": {
59508
- "start": 109,
59509
- "end": 109
59778
+ "start": 112,
59779
+ "end": 112
59510
59780
  }
59511
59781
  },
59512
59782
  "group": [
@@ -59523,8 +59793,8 @@
59523
59793
  {
59524
59794
  "description": "The background color of the Stepper's done indicator.\n",
59525
59795
  "commentRange": {
59526
- "start": 111,
59527
- "end": 112
59796
+ "start": 114,
59797
+ "end": 115
59528
59798
  },
59529
59799
  "context": {
59530
59800
  "type": "variable",
@@ -59532,8 +59802,8 @@
59532
59802
  "value": "$kendo-color-primary",
59533
59803
  "scope": "default",
59534
59804
  "line": {
59535
- "start": 113,
59536
- "end": 113
59805
+ "start": 116,
59806
+ "end": 116
59537
59807
  }
59538
59808
  },
59539
59809
  "group": [
@@ -59550,8 +59820,8 @@
59550
59820
  {
59551
59821
  "description": "The text color of the Stepper's done indicator.\n",
59552
59822
  "commentRange": {
59553
- "start": 114,
59554
- "end": 115
59823
+ "start": 117,
59824
+ "end": 118
59555
59825
  },
59556
59826
  "context": {
59557
59827
  "type": "variable",
@@ -59559,8 +59829,8 @@
59559
59829
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
59560
59830
  "scope": "default",
59561
59831
  "line": {
59562
- "start": 116,
59563
- "end": 116
59832
+ "start": 119,
59833
+ "end": 119
59564
59834
  }
59565
59835
  },
59566
59836
  "group": [
@@ -59577,8 +59847,8 @@
59577
59847
  {
59578
59848
  "description": "The border color of the Stepper's done indicator.\n",
59579
59849
  "commentRange": {
59580
- "start": 117,
59581
- "end": 118
59850
+ "start": 120,
59851
+ "end": 121
59582
59852
  },
59583
59853
  "context": {
59584
59854
  "type": "variable",
@@ -59586,8 +59856,8 @@
59586
59856
  "value": "$kendo-stepper-indicator-done-bg",
59587
59857
  "scope": "default",
59588
59858
  "line": {
59589
- "start": 119,
59590
- "end": 119
59859
+ "start": 122,
59860
+ "end": 122
59591
59861
  }
59592
59862
  },
59593
59863
  "group": [
@@ -59604,8 +59874,8 @@
59604
59874
  {
59605
59875
  "description": "The background color of the Stepper's hovered done indicator.\n",
59606
59876
  "commentRange": {
59607
- "start": 121,
59608
- "end": 122
59877
+ "start": 124,
59878
+ "end": 125
59609
59879
  },
59610
59880
  "context": {
59611
59881
  "type": "variable",
@@ -59613,8 +59883,8 @@
59613
59883
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
59614
59884
  "scope": "default",
59615
59885
  "line": {
59616
- "start": 123,
59617
- "end": 123
59886
+ "start": 126,
59887
+ "end": 126
59618
59888
  }
59619
59889
  },
59620
59890
  "group": [
@@ -59631,8 +59901,8 @@
59631
59901
  {
59632
59902
  "description": "The text color of the Stepper's hovered done indicator.\n",
59633
59903
  "commentRange": {
59634
- "start": 124,
59635
- "end": 125
59904
+ "start": 127,
59905
+ "end": 128
59636
59906
  },
59637
59907
  "context": {
59638
59908
  "type": "variable",
@@ -59640,8 +59910,8 @@
59640
59910
  "value": "null",
59641
59911
  "scope": "default",
59642
59912
  "line": {
59643
- "start": 126,
59644
- "end": 126
59913
+ "start": 129,
59914
+ "end": 129
59645
59915
  }
59646
59916
  },
59647
59917
  "group": [
@@ -59658,8 +59928,8 @@
59658
59928
  {
59659
59929
  "description": "The border color of the Stepper's hovered done indicator.\n",
59660
59930
  "commentRange": {
59661
- "start": 127,
59662
- "end": 128
59931
+ "start": 130,
59932
+ "end": 131
59663
59933
  },
59664
59934
  "context": {
59665
59935
  "type": "variable",
@@ -59667,8 +59937,8 @@
59667
59937
  "value": "null",
59668
59938
  "scope": "default",
59669
59939
  "line": {
59670
- "start": 129,
59671
- "end": 129
59940
+ "start": 132,
59941
+ "end": 132
59672
59942
  }
59673
59943
  },
59674
59944
  "group": [
@@ -59685,8 +59955,8 @@
59685
59955
  {
59686
59956
  "description": "The background color of the Stepper's disabled done indicator.\n",
59687
59957
  "commentRange": {
59688
- "start": 131,
59689
- "end": 132
59958
+ "start": 134,
59959
+ "end": 135
59690
59960
  },
59691
59961
  "context": {
59692
59962
  "type": "variable",
@@ -59694,8 +59964,8 @@
59694
59964
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
59695
59965
  "scope": "default",
59696
59966
  "line": {
59697
- "start": 133,
59698
- "end": 133
59967
+ "start": 136,
59968
+ "end": 136
59699
59969
  }
59700
59970
  },
59701
59971
  "group": [
@@ -59712,8 +59982,8 @@
59712
59982
  {
59713
59983
  "description": "The text color of the Stepper's disabled done indicator.\n",
59714
59984
  "commentRange": {
59715
- "start": 134,
59716
- "end": 135
59985
+ "start": 137,
59986
+ "end": 138
59717
59987
  },
59718
59988
  "context": {
59719
59989
  "type": "variable",
@@ -59721,8 +59991,8 @@
59721
59991
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
59722
59992
  "scope": "default",
59723
59993
  "line": {
59724
- "start": 136,
59725
- "end": 136
59994
+ "start": 139,
59995
+ "end": 139
59726
59996
  }
59727
59997
  },
59728
59998
  "group": [
@@ -59739,8 +60009,8 @@
59739
60009
  {
59740
60010
  "description": "The border color of the Stepper's disabled done indicator.\n",
59741
60011
  "commentRange": {
59742
- "start": 137,
59743
- "end": 138
60012
+ "start": 140,
60013
+ "end": 141
59744
60014
  },
59745
60015
  "context": {
59746
60016
  "type": "variable",
@@ -59748,8 +60018,8 @@
59748
60018
  "value": "$kendo-stepper-indicator-done-disabled-bg",
59749
60019
  "scope": "default",
59750
60020
  "line": {
59751
- "start": 139,
59752
- "end": 139
60021
+ "start": 142,
60022
+ "end": 142
59753
60023
  }
59754
60024
  },
59755
60025
  "group": [
@@ -59766,8 +60036,8 @@
59766
60036
  {
59767
60037
  "description": "The background color of the Stepper current indicator.\n",
59768
60038
  "commentRange": {
59769
- "start": 141,
59770
- "end": 142
60039
+ "start": 144,
60040
+ "end": 145
59771
60041
  },
59772
60042
  "context": {
59773
60043
  "type": "variable",
@@ -59775,8 +60045,8 @@
59775
60045
  "value": "$kendo-stepper-indicator-done-bg",
59776
60046
  "scope": "default",
59777
60047
  "line": {
59778
- "start": 143,
59779
- "end": 143
60048
+ "start": 146,
60049
+ "end": 146
59780
60050
  }
59781
60051
  },
59782
60052
  "group": [
@@ -59793,8 +60063,8 @@
59793
60063
  {
59794
60064
  "description": "The text color of the Stepper current indicator.\n",
59795
60065
  "commentRange": {
59796
- "start": 144,
59797
- "end": 145
60066
+ "start": 147,
60067
+ "end": 148
59798
60068
  },
59799
60069
  "context": {
59800
60070
  "type": "variable",
@@ -59802,8 +60072,8 @@
59802
60072
  "value": "$kendo-stepper-indicator-done-text",
59803
60073
  "scope": "default",
59804
60074
  "line": {
59805
- "start": 146,
59806
- "end": 146
60075
+ "start": 149,
60076
+ "end": 149
59807
60077
  }
59808
60078
  },
59809
60079
  "group": [
@@ -59820,8 +60090,8 @@
59820
60090
  {
59821
60091
  "description": "The border color of the Stepper current indicator.\n",
59822
60092
  "commentRange": {
59823
- "start": 147,
59824
- "end": 148
60093
+ "start": 150,
60094
+ "end": 151
59825
60095
  },
59826
60096
  "context": {
59827
60097
  "type": "variable",
@@ -59829,8 +60099,8 @@
59829
60099
  "value": "$kendo-stepper-indicator-done-border",
59830
60100
  "scope": "default",
59831
60101
  "line": {
59832
- "start": 149,
59833
- "end": 149
60102
+ "start": 152,
60103
+ "end": 152
59834
60104
  }
59835
60105
  },
59836
60106
  "group": [
@@ -59847,8 +60117,8 @@
59847
60117
  {
59848
60118
  "description": "The background color of the Stepper's hovered current indicator.\n",
59849
60119
  "commentRange": {
59850
- "start": 151,
59851
- "end": 152
60120
+ "start": 154,
60121
+ "end": 155
59852
60122
  },
59853
60123
  "context": {
59854
60124
  "type": "variable",
@@ -59856,8 +60126,8 @@
59856
60126
  "value": "$kendo-stepper-indicator-done-hover-bg",
59857
60127
  "scope": "default",
59858
60128
  "line": {
59859
- "start": 153,
59860
- "end": 153
60129
+ "start": 156,
60130
+ "end": 156
59861
60131
  }
59862
60132
  },
59863
60133
  "group": [
@@ -59874,8 +60144,8 @@
59874
60144
  {
59875
60145
  "description": "The text color of the Stepper's hovered current indicator.\n",
59876
60146
  "commentRange": {
59877
- "start": 154,
59878
- "end": 155
60147
+ "start": 157,
60148
+ "end": 158
59879
60149
  },
59880
60150
  "context": {
59881
60151
  "type": "variable",
@@ -59883,8 +60153,8 @@
59883
60153
  "value": "$kendo-stepper-indicator-done-hover-text",
59884
60154
  "scope": "default",
59885
60155
  "line": {
59886
- "start": 156,
59887
- "end": 156
60156
+ "start": 159,
60157
+ "end": 159
59888
60158
  }
59889
60159
  },
59890
60160
  "group": [
@@ -59901,8 +60171,8 @@
59901
60171
  {
59902
60172
  "description": "The border color of the Stepper's hovered current indicator.\n",
59903
60173
  "commentRange": {
59904
- "start": 157,
59905
- "end": 158
60174
+ "start": 160,
60175
+ "end": 161
59906
60176
  },
59907
60177
  "context": {
59908
60178
  "type": "variable",
@@ -59910,8 +60180,8 @@
59910
60180
  "value": "$kendo-stepper-indicator-done-hover-border",
59911
60181
  "scope": "default",
59912
60182
  "line": {
59913
- "start": 159,
59914
- "end": 159
60183
+ "start": 162,
60184
+ "end": 162
59915
60185
  }
59916
60186
  },
59917
60187
  "group": [
@@ -59928,8 +60198,8 @@
59928
60198
  {
59929
60199
  "description": "The background color of the Stepper's disabled current indicator.\n",
59930
60200
  "commentRange": {
59931
- "start": 161,
59932
- "end": 162
60201
+ "start": 164,
60202
+ "end": 165
59933
60203
  },
59934
60204
  "context": {
59935
60205
  "type": "variable",
@@ -59937,8 +60207,8 @@
59937
60207
  "value": "$kendo-stepper-indicator-done-disabled-bg",
59938
60208
  "scope": "default",
59939
60209
  "line": {
59940
- "start": 163,
59941
- "end": 163
60210
+ "start": 166,
60211
+ "end": 166
59942
60212
  }
59943
60213
  },
59944
60214
  "group": [
@@ -59955,8 +60225,8 @@
59955
60225
  {
59956
60226
  "description": "The text color of the Stepper's disabled current indicator.\n",
59957
60227
  "commentRange": {
59958
- "start": 164,
59959
- "end": 165
60228
+ "start": 167,
60229
+ "end": 168
59960
60230
  },
59961
60231
  "context": {
59962
60232
  "type": "variable",
@@ -59964,8 +60234,8 @@
59964
60234
  "value": "$kendo-stepper-indicator-done-disabled-text",
59965
60235
  "scope": "default",
59966
60236
  "line": {
59967
- "start": 166,
59968
- "end": 166
60237
+ "start": 169,
60238
+ "end": 169
59969
60239
  }
59970
60240
  },
59971
60241
  "group": [
@@ -59982,8 +60252,8 @@
59982
60252
  {
59983
60253
  "description": "The border color of the Stepper's disabled current indicator.\n",
59984
60254
  "commentRange": {
59985
- "start": 167,
59986
- "end": 168
60255
+ "start": 170,
60256
+ "end": 171
59987
60257
  },
59988
60258
  "context": {
59989
60259
  "type": "variable",
@@ -59991,8 +60261,8 @@
59991
60261
  "value": "$kendo-stepper-indicator-done-disabled-border",
59992
60262
  "scope": "default",
59993
60263
  "line": {
59994
- "start": 169,
59995
- "end": 169
60264
+ "start": 172,
60265
+ "end": 172
59996
60266
  }
59997
60267
  },
59998
60268
  "group": [
@@ -60009,8 +60279,8 @@
60009
60279
  {
60010
60280
  "description": "The text color of the Stepper label.\n",
60011
60281
  "commentRange": {
60012
- "start": 171,
60013
- "end": 172
60282
+ "start": 174,
60283
+ "end": 175
60014
60284
  },
60015
60285
  "context": {
60016
60286
  "type": "variable",
@@ -60018,8 +60288,8 @@
60018
60288
  "value": "null",
60019
60289
  "scope": "default",
60020
60290
  "line": {
60021
- "start": 173,
60022
- "end": 173
60291
+ "start": 176,
60292
+ "end": 176
60023
60293
  }
60024
60294
  },
60025
60295
  "group": [
@@ -60036,8 +60306,8 @@
60036
60306
  {
60037
60307
  "description": "The success text color of the Stepper label.\n",
60038
60308
  "commentRange": {
60039
- "start": 174,
60040
- "end": 175
60309
+ "start": 177,
60310
+ "end": 178
60041
60311
  },
60042
60312
  "context": {
60043
60313
  "type": "variable",
@@ -60045,8 +60315,8 @@
60045
60315
  "value": "$kendo-color-success",
60046
60316
  "scope": "default",
60047
60317
  "line": {
60048
- "start": 176,
60049
- "end": 176
60318
+ "start": 179,
60319
+ "end": 179
60050
60320
  }
60051
60321
  },
60052
60322
  "group": [
@@ -60063,8 +60333,8 @@
60063
60333
  {
60064
60334
  "description": "The error text color of the Stepper label.\n",
60065
60335
  "commentRange": {
60066
- "start": 177,
60067
- "end": 178
60336
+ "start": 180,
60337
+ "end": 181
60068
60338
  },
60069
60339
  "context": {
60070
60340
  "type": "variable",
@@ -60072,8 +60342,8 @@
60072
60342
  "value": "$kendo-color-error",
60073
60343
  "scope": "default",
60074
60344
  "line": {
60075
- "start": 179,
60076
- "end": 179
60345
+ "start": 182,
60346
+ "end": 182
60077
60347
  }
60078
60348
  },
60079
60349
  "group": [
@@ -60090,8 +60360,8 @@
60090
60360
  {
60091
60361
  "description": "The text color of the hovered Stepper label.\n",
60092
60362
  "commentRange": {
60093
- "start": 180,
60094
- "end": 181
60363
+ "start": 183,
60364
+ "end": 184
60095
60365
  },
60096
60366
  "context": {
60097
60367
  "type": "variable",
@@ -60099,8 +60369,8 @@
60099
60369
  "value": "if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 ))",
60100
60370
  "scope": "default",
60101
60371
  "line": {
60102
- "start": 182,
60103
- "end": 182
60372
+ "start": 185,
60373
+ "end": 185
60104
60374
  }
60105
60375
  },
60106
60376
  "group": [
@@ -60117,8 +60387,8 @@
60117
60387
  {
60118
60388
  "description": "The text color of the disabled Stepper label.\n",
60119
60389
  "commentRange": {
60120
- "start": 183,
60121
- "end": 184
60390
+ "start": 186,
60391
+ "end": 187
60122
60392
  },
60123
60393
  "context": {
60124
60394
  "type": "variable",
@@ -60126,8 +60396,8 @@
60126
60396
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
60127
60397
  "scope": "default",
60128
60398
  "line": {
60129
- "start": 185,
60130
- "end": 185
60399
+ "start": 188,
60400
+ "end": 188
60131
60401
  }
60132
60402
  },
60133
60403
  "group": [
@@ -60144,8 +60414,8 @@
60144
60414
  {
60145
60415
  "description": "The text color of the optional Stepper label.\n",
60146
60416
  "commentRange": {
60147
- "start": 187,
60148
- "end": 188
60417
+ "start": 190,
60418
+ "end": 191
60149
60419
  },
60150
60420
  "context": {
60151
60421
  "type": "variable",
@@ -60153,8 +60423,8 @@
60153
60423
  "value": "$kendo-subtle-text",
60154
60424
  "scope": "default",
60155
60425
  "line": {
60156
- "start": 189,
60157
- "end": 189
60426
+ "start": 192,
60427
+ "end": 192
60158
60428
  }
60159
60429
  },
60160
60430
  "group": [
@@ -60171,8 +60441,8 @@
60171
60441
  {
60172
60442
  "description": "The opacity of the optional Stepper label.\n",
60173
60443
  "commentRange": {
60174
- "start": 190,
60175
- "end": 191
60444
+ "start": 193,
60445
+ "end": 194
60176
60446
  },
60177
60447
  "context": {
60178
60448
  "type": "variable",
@@ -60180,8 +60450,8 @@
60180
60450
  "value": "null",
60181
60451
  "scope": "default",
60182
60452
  "line": {
60183
- "start": 192,
60184
- "end": 192
60453
+ "start": 195,
60454
+ "end": 195
60185
60455
  }
60186
60456
  },
60187
60457
  "group": [
@@ -60198,8 +60468,8 @@
60198
60468
  {
60199
60469
  "description": "The font size of the optional Stepper label.\n",
60200
60470
  "commentRange": {
60201
- "start": 193,
60202
- "end": 194
60471
+ "start": 196,
60472
+ "end": 197
60203
60473
  },
60204
60474
  "context": {
60205
60475
  "type": "variable",
@@ -60207,8 +60477,8 @@
60207
60477
  "value": "null",
60208
60478
  "scope": "default",
60209
60479
  "line": {
60210
- "start": 195,
60211
- "end": 195
60480
+ "start": 198,
60481
+ "end": 198
60212
60482
  }
60213
60483
  },
60214
60484
  "group": [
@@ -60225,8 +60495,8 @@
60225
60495
  {
60226
60496
  "description": "The font style of the optional Stepper label.\n",
60227
60497
  "commentRange": {
60228
- "start": 196,
60229
- "end": 197
60498
+ "start": 199,
60499
+ "end": 200
60230
60500
  },
60231
60501
  "context": {
60232
60502
  "type": "variable",
@@ -60234,8 +60504,8 @@
60234
60504
  "value": "italic",
60235
60505
  "scope": "default",
60236
60506
  "line": {
60237
- "start": 198,
60238
- "end": 198
60507
+ "start": 201,
60508
+ "end": 201
60239
60509
  }
60240
60510
  },
60241
60511
  "group": [
@@ -60252,8 +60522,8 @@
60252
60522
  {
60253
60523
  "description": "The size of the Stepper ProgressBar.\n",
60254
60524
  "commentRange": {
60255
- "start": 200,
60256
- "end": 201
60525
+ "start": 203,
60526
+ "end": 204
60257
60527
  },
60258
60528
  "context": {
60259
60529
  "type": "variable",
@@ -60261,8 +60531,8 @@
60261
60531
  "value": "2px",
60262
60532
  "scope": "default",
60263
60533
  "line": {
60264
- "start": 202,
60265
- "end": 202
60534
+ "start": 205,
60535
+ "end": 205
60266
60536
  }
60267
60537
  },
60268
60538
  "group": [
@@ -60279,8 +60549,8 @@
60279
60549
  {
60280
60550
  "description": "The background color of the Stepper ProgressBar.\n",
60281
60551
  "commentRange": {
60282
- "start": 203,
60283
- "end": 204
60552
+ "start": 206,
60553
+ "end": 207
60284
60554
  },
60285
60555
  "context": {
60286
60556
  "type": "variable",
@@ -60288,8 +60558,8 @@
60288
60558
  "value": "null",
60289
60559
  "scope": "default",
60290
60560
  "line": {
60291
- "start": 205,
60292
- "end": 205
60561
+ "start": 208,
60562
+ "end": 208
60293
60563
  }
60294
60564
  },
60295
60565
  "group": [
@@ -60306,8 +60576,8 @@
60306
60576
  {
60307
60577
  "description": "The text color of the Stepper ProgressBar.\n",
60308
60578
  "commentRange": {
60309
- "start": 206,
60310
- "end": 207
60579
+ "start": 209,
60580
+ "end": 210
60311
60581
  },
60312
60582
  "context": {
60313
60583
  "type": "variable",
@@ -60315,8 +60585,8 @@
60315
60585
  "value": "null",
60316
60586
  "scope": "default",
60317
60587
  "line": {
60318
- "start": 208,
60319
- "end": 208
60588
+ "start": 211,
60589
+ "end": 211
60320
60590
  }
60321
60591
  },
60322
60592
  "group": [
@@ -60333,8 +60603,8 @@
60333
60603
  {
60334
60604
  "description": "The background color of the selected Stepper ProgressBar.\n",
60335
60605
  "commentRange": {
60336
- "start": 209,
60337
- "end": 210
60606
+ "start": 212,
60607
+ "end": 213
60338
60608
  },
60339
60609
  "context": {
60340
60610
  "type": "variable",
@@ -60342,8 +60612,8 @@
60342
60612
  "value": "null",
60343
60613
  "scope": "default",
60344
60614
  "line": {
60345
- "start": 211,
60346
- "end": 211
60615
+ "start": 214,
60616
+ "end": 214
60347
60617
  }
60348
60618
  },
60349
60619
  "group": [
@@ -60360,8 +60630,8 @@
60360
60630
  {
60361
60631
  "description": "The text color of the selected Stepper ProgressBar.\n",
60362
60632
  "commentRange": {
60363
- "start": 212,
60364
- "end": 213
60633
+ "start": 215,
60634
+ "end": 216
60365
60635
  },
60366
60636
  "context": {
60367
60637
  "type": "variable",
@@ -60369,8 +60639,8 @@
60369
60639
  "value": "null",
60370
60640
  "scope": "default",
60371
60641
  "line": {
60372
- "start": 214,
60373
- "end": 214
60642
+ "start": 217,
60643
+ "end": 217
60374
60644
  }
60375
60645
  },
60376
60646
  "group": [
@@ -60387,8 +60657,8 @@
60387
60657
  {
60388
60658
  "description": "The property name of the Stepper transition.\n",
60389
60659
  "commentRange": {
60390
- "start": 216,
60391
- "end": 217
60660
+ "start": 219,
60661
+ "end": 220
60392
60662
  },
60393
60663
  "context": {
60394
60664
  "type": "variable",
@@ -60396,8 +60666,8 @@
60396
60666
  "value": "height",
60397
60667
  "scope": "default",
60398
60668
  "line": {
60399
- "start": 218,
60400
- "end": 218
60669
+ "start": 221,
60670
+ "end": 221
60401
60671
  }
60402
60672
  },
60403
60673
  "group": [
@@ -60414,8 +60684,8 @@
60414
60684
  {
60415
60685
  "description": "The duration of the Stepper transition.\n",
60416
60686
  "commentRange": {
60417
- "start": 219,
60418
- "end": 220
60687
+ "start": 222,
60688
+ "end": 223
60419
60689
  },
60420
60690
  "context": {
60421
60691
  "type": "variable",
@@ -60423,8 +60693,8 @@
60423
60693
  "value": "300ms",
60424
60694
  "scope": "default",
60425
60695
  "line": {
60426
- "start": 221,
60427
- "end": 221
60696
+ "start": 224,
60697
+ "end": 224
60428
60698
  }
60429
60699
  },
60430
60700
  "group": [
@@ -60441,8 +60711,8 @@
60441
60711
  {
60442
60712
  "description": "The timing function of the Stepper transition.\n",
60443
60713
  "commentRange": {
60444
- "start": 222,
60445
- "end": 223
60714
+ "start": 225,
60715
+ "end": 226
60446
60716
  },
60447
60717
  "context": {
60448
60718
  "type": "variable",
@@ -60450,8 +60720,8 @@
60450
60720
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
60451
60721
  "scope": "default",
60452
60722
  "line": {
60453
- "start": 224,
60454
- "end": 224
60723
+ "start": 227,
60724
+ "end": 227
60455
60725
  }
60456
60726
  },
60457
60727
  "group": [
@@ -66814,7 +67084,7 @@
66814
67084
  "context": {
66815
67085
  "type": "variable",
66816
67086
  "name": "kendo-timeline-track-arrow-width",
66817
- "value": "30px",
67087
+ "value": "k-spacing(7.5)",
66818
67088
  "scope": "default",
66819
67089
  "line": {
66820
67090
  "start": 32,
@@ -66829,8 +67099,8 @@
66829
67099
  "path": "default/scss/timeline/_variables.scss",
66830
67100
  "name": "_variables.scss"
66831
67101
  },
66832
- "resolvedValue": "30px",
66833
- "resolvedType": "Number"
67102
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
67103
+ "resolvedType": "String"
66834
67104
  },
66835
67105
  {
66836
67106
  "description": "The height of the Timeline track arrow.\n",
@@ -66841,7 +67111,7 @@
66841
67111
  "context": {
66842
67112
  "type": "variable",
66843
67113
  "name": "kendo-timeline-track-arrow-height",
66844
- "value": "30px",
67114
+ "value": "k-spacing(7.5)",
66845
67115
  "scope": "default",
66846
67116
  "line": {
66847
67117
  "start": 35,
@@ -66856,8 +67126,8 @@
66856
67126
  "path": "default/scss/timeline/_variables.scss",
66857
67127
  "name": "_variables.scss"
66858
67128
  },
66859
- "resolvedValue": "30px",
66860
- "resolvedType": "Number"
67129
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
67130
+ "resolvedType": "String"
66861
67131
  },
66862
67132
  {
66863
67133
  "description": "The background color of the disabled Timeline track arrow.\n",
@@ -66949,7 +67219,7 @@
66949
67219
  "context": {
66950
67220
  "type": "variable",
66951
67221
  "name": "kendo-timeline-track-size",
66952
- "value": "6px",
67222
+ "value": "k-spacing(1.5)",
66953
67223
  "scope": "default",
66954
67224
  "line": {
66955
67225
  "start": 49,
@@ -66964,8 +67234,8 @@
66964
67234
  "path": "default/scss/timeline/_variables.scss",
66965
67235
  "name": "_variables.scss"
66966
67236
  },
66967
- "resolvedValue": "6px",
66968
- "resolvedType": "Number"
67237
+ "resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
67238
+ "resolvedType": "String"
66969
67239
  },
66970
67240
  {
66971
67241
  "description": "The bottom padding of the Timeline's track wrapper.\n",
@@ -66976,7 +67246,7 @@
66976
67246
  "context": {
66977
67247
  "type": "variable",
66978
67248
  "name": "kendo-timeline-track-wrap-padding-bottom",
66979
- "value": "k-math-div( $kendo-timeline-track-size, 2 )",
67249
+ "value": "calc( #{$kendo-timeline-track-size} / 2)",
66980
67250
  "scope": "default",
66981
67251
  "line": {
66982
67252
  "start": 52,
@@ -66991,8 +67261,8 @@
66991
67261
  "path": "default/scss/timeline/_variables.scss",
66992
67262
  "name": "_variables.scss"
66993
67263
  },
66994
- "resolvedValue": "3px",
66995
- "resolvedType": "Number"
67264
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
67265
+ "resolvedType": "Calculation"
66996
67266
  },
66997
67267
  {
66998
67268
  "description": "The border width of the Timeline track.\n",
@@ -67057,7 +67327,7 @@
67057
67327
  "context": {
67058
67328
  "type": "variable",
67059
67329
  "name": "kendo-timeline-track-bottom-calc",
67060
- "value": "calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})",
67330
+ "value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
67061
67331
  "scope": "default",
67062
67332
  "line": {
67063
67333
  "start": 61,
@@ -67072,7 +67342,7 @@
67072
67342
  "path": "default/scss/timeline/_variables.scss",
67073
67343
  "name": "_variables.scss"
67074
67344
  },
67075
- "resolvedValue": "calc(15px + 3px)",
67345
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
67076
67346
  "resolvedType": "Calculation"
67077
67347
  },
67078
67348
  {
@@ -67099,7 +67369,7 @@
67099
67369
  "path": "default/scss/timeline/_variables.scss",
67100
67370
  "name": "_variables.scss"
67101
67371
  },
67102
- "resolvedValue": "calc(30px - 2 * 1px)",
67372
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
67103
67373
  "resolvedType": "Calculation"
67104
67374
  },
67105
67375
  {
@@ -67126,7 +67396,7 @@
67126
67396
  "path": "default/scss/timeline/_variables.scss",
67127
67397
  "name": "_variables.scss"
67128
67398
  },
67129
- "resolvedValue": "calc(30px - 2 * 1px)",
67399
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
67130
67400
  "resolvedType": "Calculation"
67131
67401
  },
67132
67402
  {
@@ -67585,7 +67855,7 @@
67585
67855
  "path": "default/scss/timeline/_variables.scss",
67586
67856
  "name": "_variables.scss"
67587
67857
  },
67588
- "resolvedValue": "calc(6px + 2 * 1px + 4px + 10px)",
67858
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
67589
67859
  "resolvedType": "Calculation"
67590
67860
  },
67591
67861
  {
@@ -67666,7 +67936,7 @@
67666
67936
  "path": "default/scss/timeline/_variables.scss",
67667
67937
  "name": "_variables.scss"
67668
67938
  },
67669
- "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)",
67939
+ "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
67670
67940
  "resolvedType": "Calculation"
67671
67941
  },
67672
67942
  {
@@ -67693,7 +67963,7 @@
67693
67963
  "path": "default/scss/timeline/_variables.scss",
67694
67964
  "name": "_variables.scss"
67695
67965
  },
67696
- "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)",
67966
+ "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
67697
67967
  "resolvedType": "Calculation"
67698
67968
  },
67699
67969
  {
@@ -67720,7 +67990,7 @@
67720
67990
  "path": "default/scss/timeline/_variables.scss",
67721
67991
  "name": "_variables.scss"
67722
67992
  },
67723
- "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)",
67993
+ "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
67724
67994
  "resolvedType": "Calculation"
67725
67995
  },
67726
67996
  {
@@ -67747,7 +68017,7 @@
67747
68017
  "path": "default/scss/timeline/_variables.scss",
67748
68018
  "name": "_variables.scss"
67749
68019
  },
67750
- "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)",
68020
+ "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
67751
68021
  "resolvedType": "Calculation"
67752
68022
  },
67753
68023
  {
@@ -68534,15 +68804,15 @@
68534
68804
  "resolvedType": "Null"
68535
68805
  },
68536
68806
  {
68537
- "description": "The color of the separator border of the Toolbar.\n",
68807
+ "description": "The text color of the outline Toolbar.\n",
68538
68808
  "commentRange": {
68539
68809
  "start": 75,
68540
68810
  "end": 76
68541
68811
  },
68542
68812
  "context": {
68543
68813
  "type": "variable",
68544
- "name": "kendo-toolbar-separator-border",
68545
- "value": "inherit",
68814
+ "name": "kendo-toolbar-outline-text",
68815
+ "value": "$kendo-button-text",
68546
68816
  "scope": "default",
68547
68817
  "line": {
68548
68818
  "start": 77,
@@ -68557,23 +68827,23 @@
68557
68827
  "path": "default/scss/toolbar/_variables.scss",
68558
68828
  "name": "_variables.scss"
68559
68829
  },
68560
- "resolvedValue": "inherit",
68830
+ "resolvedValue": "var(--kendo-color-on-base, #3d3d3d)",
68561
68831
  "resolvedType": "String"
68562
68832
  },
68563
68833
  {
68564
- "description": "The width of the input in the Toolbar.\n",
68834
+ "description": "The color of the border around the outline Toolbar.\n",
68565
68835
  "commentRange": {
68566
- "start": 79,
68567
- "end": 80
68836
+ "start": 78,
68837
+ "end": 79
68568
68838
  },
68569
68839
  "context": {
68570
68840
  "type": "variable",
68571
- "name": "kendo-toolbar-input-width",
68572
- "value": "10em",
68841
+ "name": "kendo-toolbar-outline-border",
68842
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
68573
68843
  "scope": "default",
68574
68844
  "line": {
68575
- "start": 81,
68576
- "end": 81
68845
+ "start": 80,
68846
+ "end": 80
68577
68847
  }
68578
68848
  },
68579
68849
  "group": [
@@ -68584,23 +68854,23 @@
68584
68854
  "path": "default/scss/toolbar/_variables.scss",
68585
68855
  "name": "_variables.scss"
68586
68856
  },
68587
- "resolvedValue": "10em",
68588
- "resolvedType": "Number"
68857
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 50%, transparent)",
68858
+ "resolvedType": "String"
68589
68859
  },
68590
68860
  {
68591
- "description": "The box shadow of the focused Toolbar item.\n",
68861
+ "description": "The gradient of the outline Toolbar.\n",
68592
68862
  "commentRange": {
68593
- "start": 83,
68594
- "end": 84
68863
+ "start": 81,
68864
+ "end": 82
68595
68865
  },
68596
68866
  "context": {
68597
68867
  "type": "variable",
68598
- "name": "kendo-toolbar-item-shadow",
68599
- "value": "$kendo-button-focus-shadow",
68868
+ "name": "kendo-toolbar-outline-gradient",
68869
+ "value": "null",
68600
68870
  "scope": "default",
68601
68871
  "line": {
68602
- "start": 85,
68603
- "end": 85
68872
+ "start": 83,
68873
+ "end": 83
68604
68874
  }
68605
68875
  },
68606
68876
  "group": [
@@ -68611,19 +68881,46 @@
68611
68881
  "path": "default/scss/toolbar/_variables.scss",
68612
68882
  "name": "_variables.scss"
68613
68883
  },
68614
- "resolvedValue": "0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)",
68615
- "resolvedType": "List"
68884
+ "resolvedValue": "null",
68885
+ "resolvedType": "Null"
68616
68886
  },
68617
68887
  {
68618
- "description": "Border width of the flat Toolbar.\n",
68888
+ "description": "The box shadow of the outline Toolbar.\n",
68889
+ "commentRange": {
68890
+ "start": 84,
68891
+ "end": 85
68892
+ },
68893
+ "context": {
68894
+ "type": "variable",
68895
+ "name": "kendo-toolbar-outline-shadow",
68896
+ "value": "null",
68897
+ "scope": "default",
68898
+ "line": {
68899
+ "start": 86,
68900
+ "end": 86
68901
+ }
68902
+ },
68903
+ "group": [
68904
+ "toolbar"
68905
+ ],
68906
+ "access": "public",
68907
+ "file": {
68908
+ "path": "default/scss/toolbar/_variables.scss",
68909
+ "name": "_variables.scss"
68910
+ },
68911
+ "resolvedValue": "null",
68912
+ "resolvedType": "Null"
68913
+ },
68914
+ {
68915
+ "description": "The width of the border around the outline Toolbar.\n",
68619
68916
  "commentRange": {
68620
68917
  "start": 87,
68621
68918
  "end": 88
68622
68919
  },
68623
68920
  "context": {
68624
68921
  "type": "variable",
68625
- "name": "kendo-toolbar-flat-border-width",
68626
- "value": "1px",
68922
+ "name": "kendo-toolbar-outline-border-width",
68923
+ "value": "$kendo-toolbar-border-width",
68627
68924
  "scope": "default",
68628
68925
  "line": {
68629
68926
  "start": 89,
@@ -68642,18 +68939,153 @@
68642
68939
  "resolvedType": "Number"
68643
68940
  },
68644
68941
  {
68645
- "description": "The sizes map for the Toolbar.\n",
68942
+ "description": "The text color of the flat Toolbar.\n",
68646
68943
  "commentRange": {
68647
68944
  "start": 91,
68648
68945
  "end": 92
68649
68946
  },
68650
68947
  "context": {
68651
68948
  "type": "variable",
68652
- "name": "kendo-toolbar-sizes",
68653
- "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
68949
+ "name": "kendo-toolbar-flat-text",
68950
+ "value": "null",
68654
68951
  "scope": "default",
68655
68952
  "line": {
68656
68953
  "start": 93,
68954
+ "end": 93
68955
+ }
68956
+ },
68957
+ "group": [
68958
+ "toolbar"
68959
+ ],
68960
+ "access": "public",
68961
+ "file": {
68962
+ "path": "default/scss/toolbar/_variables.scss",
68963
+ "name": "_variables.scss"
68964
+ },
68965
+ "resolvedValue": "null",
68966
+ "resolvedType": "Null"
68967
+ },
68968
+ {
68969
+ "description": "The color of the border around the flat Toolbar.\n",
68970
+ "commentRange": {
68971
+ "start": 94,
68972
+ "end": 95
68973
+ },
68974
+ "context": {
68975
+ "type": "variable",
68976
+ "name": "kendo-toolbar-flat-border",
68977
+ "value": "$kendo-toolbar-border",
68978
+ "scope": "default",
68979
+ "line": {
68980
+ "start": 96,
68981
+ "end": 96
68982
+ }
68983
+ },
68984
+ "group": [
68985
+ "toolbar"
68986
+ ],
68987
+ "access": "public",
68988
+ "file": {
68989
+ "path": "default/scss/toolbar/_variables.scss",
68990
+ "name": "_variables.scss"
68991
+ },
68992
+ "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))",
68993
+ "resolvedType": "String"
68994
+ },
68995
+ {
68996
+ "description": "The gradient of the flat Toolbar.\n",
68997
+ "commentRange": {
68998
+ "start": 97,
68999
+ "end": 98
69000
+ },
69001
+ "context": {
69002
+ "type": "variable",
69003
+ "name": "kendo-toolbar-flat-gradient",
69004
+ "value": "null",
69005
+ "scope": "default",
69006
+ "line": {
69007
+ "start": 99,
69008
+ "end": 99
69009
+ }
69010
+ },
69011
+ "group": [
69012
+ "toolbar"
69013
+ ],
69014
+ "access": "public",
69015
+ "file": {
69016
+ "path": "default/scss/toolbar/_variables.scss",
69017
+ "name": "_variables.scss"
69018
+ },
69019
+ "resolvedValue": "null",
69020
+ "resolvedType": "Null"
69021
+ },
69022
+ {
69023
+ "description": "The box shadow of the flat Toolbar.\n",
69024
+ "commentRange": {
69025
+ "start": 100,
69026
+ "end": 101
69027
+ },
69028
+ "context": {
69029
+ "type": "variable",
69030
+ "name": "kendo-toolbar-flat-shadow",
69031
+ "value": "null",
69032
+ "scope": "default",
69033
+ "line": {
69034
+ "start": 102,
69035
+ "end": 102
69036
+ }
69037
+ },
69038
+ "group": [
69039
+ "toolbar"
69040
+ ],
69041
+ "access": "public",
69042
+ "file": {
69043
+ "path": "default/scss/toolbar/_variables.scss",
69044
+ "name": "_variables.scss"
69045
+ },
69046
+ "resolvedValue": "null",
69047
+ "resolvedType": "Null"
69048
+ },
69049
+ {
69050
+ "description": "Border width of the flat Toolbar.\n",
69051
+ "commentRange": {
69052
+ "start": 103,
69053
+ "end": 104
69054
+ },
69055
+ "context": {
69056
+ "type": "variable",
69057
+ "name": "kendo-toolbar-flat-border-width",
69058
+ "value": "1px",
69059
+ "scope": "default",
69060
+ "line": {
69061
+ "start": 105,
69062
+ "end": 105
69063
+ }
69064
+ },
69065
+ "group": [
69066
+ "toolbar"
69067
+ ],
69068
+ "access": "public",
69069
+ "file": {
69070
+ "path": "default/scss/toolbar/_variables.scss",
69071
+ "name": "_variables.scss"
69072
+ },
69073
+ "resolvedValue": "1px",
69074
+ "resolvedType": "Number"
69075
+ },
69076
+ {
69077
+ "description": "The color of the separator border of the Toolbar.\n",
69078
+ "commentRange": {
69079
+ "start": 107,
69080
+ "end": 108
69081
+ },
69082
+ "context": {
69083
+ "type": "variable",
69084
+ "name": "kendo-toolbar-separator-border",
69085
+ "value": "inherit",
69086
+ "scope": "default",
69087
+ "line": {
69088
+ "start": 109,
68657
69089
  "end": 109
68658
69090
  }
68659
69091
  },
@@ -68665,6 +69097,87 @@
68665
69097
  "path": "default/scss/toolbar/_variables.scss",
68666
69098
  "name": "_variables.scss"
68667
69099
  },
69100
+ "resolvedValue": "inherit",
69101
+ "resolvedType": "String"
69102
+ },
69103
+ {
69104
+ "description": "The width of the input in the Toolbar.\n",
69105
+ "commentRange": {
69106
+ "start": 111,
69107
+ "end": 112
69108
+ },
69109
+ "context": {
69110
+ "type": "variable",
69111
+ "name": "kendo-toolbar-input-width",
69112
+ "value": "10em",
69113
+ "scope": "default",
69114
+ "line": {
69115
+ "start": 113,
69116
+ "end": 113
69117
+ }
69118
+ },
69119
+ "group": [
69120
+ "toolbar"
69121
+ ],
69122
+ "access": "public",
69123
+ "file": {
69124
+ "path": "default/scss/toolbar/_variables.scss",
69125
+ "name": "_variables.scss"
69126
+ },
69127
+ "resolvedValue": "10em",
69128
+ "resolvedType": "Number"
69129
+ },
69130
+ {
69131
+ "description": "The box shadow of the focused Toolbar item.\n",
69132
+ "commentRange": {
69133
+ "start": 115,
69134
+ "end": 116
69135
+ },
69136
+ "context": {
69137
+ "type": "variable",
69138
+ "name": "kendo-toolbar-item-shadow",
69139
+ "value": "$kendo-button-focus-shadow",
69140
+ "scope": "default",
69141
+ "line": {
69142
+ "start": 117,
69143
+ "end": 117
69144
+ }
69145
+ },
69146
+ "group": [
69147
+ "toolbar"
69148
+ ],
69149
+ "access": "public",
69150
+ "file": {
69151
+ "path": "default/scss/toolbar/_variables.scss",
69152
+ "name": "_variables.scss"
69153
+ },
69154
+ "resolvedValue": "0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)",
69155
+ "resolvedType": "List"
69156
+ },
69157
+ {
69158
+ "description": "The sizes map for the Toolbar.\n",
69159
+ "commentRange": {
69160
+ "start": 119,
69161
+ "end": 120
69162
+ },
69163
+ "context": {
69164
+ "type": "variable",
69165
+ "name": "kendo-toolbar-sizes",
69166
+ "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
69167
+ "scope": "default",
69168
+ "line": {
69169
+ "start": 121,
69170
+ "end": 137
69171
+ }
69172
+ },
69173
+ "group": [
69174
+ "toolbar"
69175
+ ],
69176
+ "access": "public",
69177
+ "file": {
69178
+ "path": "default/scss/toolbar/_variables.scss",
69179
+ "name": "_variables.scss"
69180
+ },
68668
69181
  "resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-1\\.5, 0.375rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2\\.5, 0.625rem)))",
68669
69182
  "resolvedType": "Map",
68670
69183
  "prettyValue": {
@@ -112118,14 +112631,14 @@
112118
112631
  "resolvedType": "Null"
112119
112632
  },
112120
112633
  {
112121
- "description": "The color of the 'No Data' text.\n",
112634
+ "description": "The color of the 'Option Label' text.\n",
112122
112635
  "commentRange": {
112123
112636
  "start": 245,
112124
112637
  "end": 246
112125
112638
  },
112126
112639
  "context": {
112127
112640
  "type": "variable",
112128
- "name": "kendo-list-no-data-text",
112641
+ "name": "kendo-list-option-label-text",
112129
112642
  "value": "$kendo-subtle-text",
112130
112643
  "scope": "default",
112131
112644
  "line": {
@@ -112143,33 +112656,6 @@
112143
112656
  },
112144
112657
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
112145
112658
  "resolvedType": "String"
112146
- },
112147
- {
112148
- "description": "The color of the 'Option Label' text.\n",
112149
- "commentRange": {
112150
- "start": 249,
112151
- "end": 250
112152
- },
112153
- "context": {
112154
- "type": "variable",
112155
- "name": "kendo-list-option-label-text",
112156
- "value": "$kendo-subtle-text",
112157
- "scope": "default",
112158
- "line": {
112159
- "start": 251,
112160
- "end": 251
112161
- }
112162
- },
112163
- "group": [
112164
- "list"
112165
- ],
112166
- "access": "public",
112167
- "file": {
112168
- "path": "default/scss/list/_variables.scss",
112169
- "name": "_variables.scss"
112170
- },
112171
- "resolvedValue": "var(--kendo-color-subtle, #666666)",
112172
- "resolvedType": "String"
112173
112659
  }
112174
112660
  ]
112175
112661
  },
@@ -116892,6 +117378,66 @@
116892
117378
  }
116893
117379
  ]
116894
117380
  },
117381
+ {
117382
+ "id": "no-data",
117383
+ "title": "NoData",
117384
+ "variables": [
117385
+ {
117386
+ "description": "The minimum height of the 'No Data' text container.\n",
117387
+ "commentRange": {
117388
+ "start": 1,
117389
+ "end": 2
117390
+ },
117391
+ "context": {
117392
+ "type": "variable",
117393
+ "name": "kendo-no-data-min-height",
117394
+ "value": "140px",
117395
+ "scope": "default",
117396
+ "line": {
117397
+ "start": 3,
117398
+ "end": 3
117399
+ }
117400
+ },
117401
+ "group": [
117402
+ "no-data"
117403
+ ],
117404
+ "access": "public",
117405
+ "file": {
117406
+ "path": "default/scss/no-data/_variables.scss",
117407
+ "name": "_variables.scss"
117408
+ },
117409
+ "resolvedValue": "140px",
117410
+ "resolvedType": "Number"
117411
+ },
117412
+ {
117413
+ "description": "The color of the 'No Data' text.\n",
117414
+ "commentRange": {
117415
+ "start": 5,
117416
+ "end": 6
117417
+ },
117418
+ "context": {
117419
+ "type": "variable",
117420
+ "name": "kendo-no-data-text",
117421
+ "value": "$kendo-subtle-text",
117422
+ "scope": "default",
117423
+ "line": {
117424
+ "start": 7,
117425
+ "end": 7
117426
+ }
117427
+ },
117428
+ "group": [
117429
+ "no-data"
117430
+ ],
117431
+ "access": "public",
117432
+ "file": {
117433
+ "path": "default/scss/no-data/_variables.scss",
117434
+ "name": "_variables.scss"
117435
+ },
117436
+ "resolvedValue": "var(--kendo-color-subtle, #666666)",
117437
+ "resolvedType": "String"
117438
+ }
117439
+ ]
117440
+ },
116895
117441
  {
116896
117442
  "id": "notification",
116897
117443
  "title": "Notification",
@@ -118541,7 +119087,7 @@
118541
119087
  "context": {
118542
119088
  "type": "variable",
118543
119089
  "name": "kendo-orgchart-line-v-height",
118544
- "value": "25px",
119090
+ "value": "k-spacing(6)",
118545
119091
  "scope": "default",
118546
119092
  "line": {
118547
119093
  "start": 146,
@@ -118556,8 +119102,8 @@
118556
119102
  "path": "default/scss/orgchart/_variables.scss",
118557
119103
  "name": "_variables.scss"
118558
119104
  },
118559
- "resolvedValue": "25px",
118560
- "resolvedType": "Number"
119105
+ "resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
119106
+ "resolvedType": "String"
118561
119107
  }
118562
119108
  ]
118563
119109
  },
@@ -119455,6 +120001,222 @@
119455
120001
  },
119456
120002
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
119457
120003
  "resolvedType": "String"
120004
+ },
120005
+ {
120006
+ "description": "The vertical padding of the PDFViewer popup.\n",
120007
+ "commentRange": {
120008
+ "start": 112,
120009
+ "end": 113
120010
+ },
120011
+ "context": {
120012
+ "type": "variable",
120013
+ "name": "kendo-pdf-viewer-popup-padding-x",
120014
+ "value": "k-spacing(2)",
120015
+ "scope": "default",
120016
+ "line": {
120017
+ "start": 114,
120018
+ "end": 114
120019
+ }
120020
+ },
120021
+ "group": [
120022
+ "pdf-viewer"
120023
+ ],
120024
+ "access": "public",
120025
+ "file": {
120026
+ "path": "default/scss/pdf-viewer/_variables.scss",
120027
+ "name": "_variables.scss"
120028
+ },
120029
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
120030
+ "resolvedType": "String"
120031
+ },
120032
+ {
120033
+ "description": "The horizontal padding of the PDFViewer popup.\n",
120034
+ "commentRange": {
120035
+ "start": 115,
120036
+ "end": 116
120037
+ },
120038
+ "context": {
120039
+ "type": "variable",
120040
+ "name": "kendo-pdf-viewer-popup-padding-y",
120041
+ "value": "$kendo-pdf-viewer-popup-padding-x",
120042
+ "scope": "default",
120043
+ "line": {
120044
+ "start": 117,
120045
+ "end": 117
120046
+ }
120047
+ },
120048
+ "group": [
120049
+ "pdf-viewer"
120050
+ ],
120051
+ "access": "public",
120052
+ "file": {
120053
+ "path": "default/scss/pdf-viewer/_variables.scss",
120054
+ "name": "_variables.scss"
120055
+ },
120056
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
120057
+ "resolvedType": "String"
120058
+ },
120059
+ {
120060
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
120061
+ "commentRange": {
120062
+ "start": 119,
120063
+ "end": 120
120064
+ },
120065
+ "context": {
120066
+ "type": "variable",
120067
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
120068
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
120069
+ "scope": "default",
120070
+ "line": {
120071
+ "start": 121,
120072
+ "end": 121
120073
+ }
120074
+ },
120075
+ "group": [
120076
+ "pdf-viewer"
120077
+ ],
120078
+ "access": "public",
120079
+ "file": {
120080
+ "path": "default/scss/pdf-viewer/_variables.scss",
120081
+ "name": "_variables.scss"
120082
+ },
120083
+ "resolvedValue": "var(--kendo-color-primary, #ff6358)",
120084
+ "resolvedType": "String"
120085
+ },
120086
+ {
120087
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
120088
+ "commentRange": {
120089
+ "start": 122,
120090
+ "end": 123
120091
+ },
120092
+ "context": {
120093
+ "type": "variable",
120094
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
120095
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
120096
+ "scope": "default",
120097
+ "line": {
120098
+ "start": 124,
120099
+ "end": 124
120100
+ }
120101
+ },
120102
+ "group": [
120103
+ "pdf-viewer"
120104
+ ],
120105
+ "access": "public",
120106
+ "file": {
120107
+ "path": "default/scss/pdf-viewer/_variables.scss",
120108
+ "name": "_variables.scss"
120109
+ },
120110
+ "resolvedValue": "var(--kendo-color-primary-hover, #ea5a51)",
120111
+ "resolvedType": "String"
120112
+ },
120113
+ {
120114
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
120115
+ "commentRange": {
120116
+ "start": 125,
120117
+ "end": 126
120118
+ },
120119
+ "context": {
120120
+ "type": "variable",
120121
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
120122
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
120123
+ "scope": "default",
120124
+ "line": {
120125
+ "start": 127,
120126
+ "end": 127
120127
+ }
120128
+ },
120129
+ "group": [
120130
+ "pdf-viewer"
120131
+ ],
120132
+ "access": "public",
120133
+ "file": {
120134
+ "path": "default/scss/pdf-viewer/_variables.scss",
120135
+ "name": "_variables.scss"
120136
+ },
120137
+ "resolvedValue": "var(--kendo-color-primary, #ff6358)",
120138
+ "resolvedType": "String"
120139
+ },
120140
+ {
120141
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
120142
+ "commentRange": {
120143
+ "start": 128,
120144
+ "end": 129
120145
+ },
120146
+ "context": {
120147
+ "type": "variable",
120148
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
120149
+ "value": "rgba(124, 22, 27, 0.5)",
120150
+ "scope": "default",
120151
+ "line": {
120152
+ "start": 130,
120153
+ "end": 130
120154
+ }
120155
+ },
120156
+ "group": [
120157
+ "pdf-viewer"
120158
+ ],
120159
+ "access": "public",
120160
+ "file": {
120161
+ "path": "default/scss/pdf-viewer/_variables.scss",
120162
+ "name": "_variables.scss"
120163
+ },
120164
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
120165
+ "resolvedType": "Color"
120166
+ },
120167
+ {
120168
+ "description": "The text color of the PDFViewer free text annotation.\n",
120169
+ "commentRange": {
120170
+ "start": 131,
120171
+ "end": 132
120172
+ },
120173
+ "context": {
120174
+ "type": "variable",
120175
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
120176
+ "value": "rgba(124, 22, 27, 0.5)",
120177
+ "scope": "default",
120178
+ "line": {
120179
+ "start": 133,
120180
+ "end": 133
120181
+ }
120182
+ },
120183
+ "group": [
120184
+ "pdf-viewer"
120185
+ ],
120186
+ "access": "public",
120187
+ "file": {
120188
+ "path": "default/scss/pdf-viewer/_variables.scss",
120189
+ "name": "_variables.scss"
120190
+ },
120191
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
120192
+ "resolvedType": "Color"
120193
+ },
120194
+ {
120195
+ "description": "The text color of the PDFViewer free text annotation.\n",
120196
+ "commentRange": {
120197
+ "start": 134,
120198
+ "end": 135
120199
+ },
120200
+ "context": {
120201
+ "type": "variable",
120202
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
120203
+ "value": "rgba(124, 22, 27, 0.7)",
120204
+ "scope": "default",
120205
+ "line": {
120206
+ "start": 136,
120207
+ "end": 136
120208
+ }
120209
+ },
120210
+ "group": [
120211
+ "pdf-viewer"
120212
+ ],
120213
+ "access": "public",
120214
+ "file": {
120215
+ "path": "default/scss/pdf-viewer/_variables.scss",
120216
+ "name": "_variables.scss"
120217
+ },
120218
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
120219
+ "resolvedType": "Color"
119458
120220
  }
119459
120221
  ]
119460
120222
  },
@@ -135179,7 +135941,7 @@
135179
135941
  "context": {
135180
135942
  "type": "variable",
135181
135943
  "name": "kendo-splitter-drag-icon-margin",
135182
- "value": "calc( #{k-spacing(3.5)} / 2 )",
135944
+ "value": "k-spacing(2)",
135183
135945
  "scope": "default",
135184
135946
  "line": {
135185
135947
  "start": 37,
@@ -135194,8 +135956,8 @@
135194
135956
  "path": "default/scss/splitter/_variables.scss",
135195
135957
  "name": "_variables.scss"
135196
135958
  },
135197
- "resolvedValue": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)",
135198
- "resolvedType": "Calculation"
135959
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
135960
+ "resolvedType": "String"
135199
135961
  },
135200
135962
  {
135201
135963
  "description": "The horizontal padding of the collapse icon in the Splitter.\n",
@@ -137747,11 +138509,38 @@
137747
138509
  "resolvedValue": "calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2)",
137748
138510
  "resolvedType": "Calculation"
137749
138511
  },
138512
+ {
138513
+ "description": "The border radius of the Stepper label.\n",
138514
+ "commentRange": {
138515
+ "start": 24,
138516
+ "end": 25
138517
+ },
138518
+ "context": {
138519
+ "type": "variable",
138520
+ "name": "kendo-stepper-label-border-radius",
138521
+ "value": "k-border-radius(xxxl)",
138522
+ "scope": "default",
138523
+ "line": {
138524
+ "start": 26,
138525
+ "end": 26
138526
+ }
138527
+ },
138528
+ "group": [
138529
+ "stepper"
138530
+ ],
138531
+ "access": "public",
138532
+ "file": {
138533
+ "path": "default/scss/stepper/_variables.scss",
138534
+ "name": "_variables.scss"
138535
+ },
138536
+ "resolvedValue": "var(--kendo-border-radius-xxxl, 1rem)",
138537
+ "resolvedType": "String"
138538
+ },
137750
138539
  {
137751
138540
  "description": "The width of the border around the Stepper.\n",
137752
138541
  "commentRange": {
137753
- "start": 24,
137754
- "end": 25
138542
+ "start": 27,
138543
+ "end": 28
137755
138544
  },
137756
138545
  "context": {
137757
138546
  "type": "variable",
@@ -137759,8 +138548,8 @@
137759
138548
  "value": "0px",
137760
138549
  "scope": "default",
137761
138550
  "line": {
137762
- "start": 26,
137763
- "end": 26
138551
+ "start": 29,
138552
+ "end": 29
137764
138553
  }
137765
138554
  },
137766
138555
  "group": [
@@ -137777,8 +138566,8 @@
137777
138566
  {
137778
138567
  "description": "The horizontal padding of the Stepper content.\n",
137779
138568
  "commentRange": {
137780
- "start": 28,
137781
- "end": 29
138569
+ "start": 31,
138570
+ "end": 32
137782
138571
  },
137783
138572
  "context": {
137784
138573
  "type": "variable",
@@ -137786,8 +138575,8 @@
137786
138575
  "value": "k-spacing(5)",
137787
138576
  "scope": "default",
137788
138577
  "line": {
137789
- "start": 30,
137790
- "end": 30
138578
+ "start": 33,
138579
+ "end": 33
137791
138580
  }
137792
138581
  },
137793
138582
  "group": [
@@ -137804,8 +138593,8 @@
137804
138593
  {
137805
138594
  "description": "The vertical padding of the Stepper content.\n",
137806
138595
  "commentRange": {
137807
- "start": 31,
137808
- "end": 32
138596
+ "start": 34,
138597
+ "end": 35
137809
138598
  },
137810
138599
  "context": {
137811
138600
  "type": "variable",
@@ -137813,8 +138602,8 @@
137813
138602
  "value": "k-spacing(2.5)",
137814
138603
  "scope": "default",
137815
138604
  "line": {
137816
- "start": 33,
137817
- "end": 33
138605
+ "start": 36,
138606
+ "end": 36
137818
138607
  }
137819
138608
  },
137820
138609
  "group": [
@@ -137831,8 +138620,8 @@
137831
138620
  {
137832
138621
  "description": "",
137833
138622
  "commentRange": {
137834
- "start": 36,
137835
- "end": 36
138623
+ "start": 39,
138624
+ "end": 39
137836
138625
  },
137837
138626
  "context": {
137838
138627
  "type": "variable",
@@ -137840,8 +138629,8 @@
137840
138629
  "value": "var( --kendo-font-size, inherit )",
137841
138630
  "scope": "default",
137842
138631
  "line": {
137843
- "start": 37,
137844
- "end": 37
138632
+ "start": 40,
138633
+ "end": 40
137845
138634
  }
137846
138635
  },
137847
138636
  "group": [
@@ -137858,8 +138647,8 @@
137858
138647
  {
137859
138648
  "description": "",
137860
138649
  "commentRange": {
137861
- "start": 39,
137862
- "end": 39
138650
+ "start": 42,
138651
+ "end": 42
137863
138652
  },
137864
138653
  "context": {
137865
138654
  "type": "variable",
@@ -137867,8 +138656,8 @@
137867
138656
  "value": "var( --kendo-line-height, normal )",
137868
138657
  "scope": "default",
137869
138658
  "line": {
137870
- "start": 40,
137871
- "end": 40
138659
+ "start": 43,
138660
+ "end": 43
137872
138661
  }
137873
138662
  },
137874
138663
  "group": [
@@ -137885,8 +138674,8 @@
137885
138674
  {
137886
138675
  "description": "",
137887
138676
  "commentRange": {
137888
- "start": 42,
137889
- "end": 42
138677
+ "start": 45,
138678
+ "end": 45
137890
138679
  },
137891
138680
  "context": {
137892
138681
  "type": "variable",
@@ -137894,8 +138683,8 @@
137894
138683
  "value": "var( --kendo-font-family, inherit )",
137895
138684
  "scope": "default",
137896
138685
  "line": {
137897
- "start": 43,
137898
- "end": 43
138686
+ "start": 46,
138687
+ "end": 46
137899
138688
  }
137900
138689
  },
137901
138690
  "group": [
@@ -137912,8 +138701,8 @@
137912
138701
  {
137913
138702
  "description": "The background color of the Stepper.\n",
137914
138703
  "commentRange": {
137915
- "start": 45,
137916
- "end": 46
138704
+ "start": 48,
138705
+ "end": 49
137917
138706
  },
137918
138707
  "context": {
137919
138708
  "type": "variable",
@@ -137921,8 +138710,8 @@
137921
138710
  "value": "null",
137922
138711
  "scope": "default",
137923
138712
  "line": {
137924
- "start": 47,
137925
- "end": 47
138713
+ "start": 50,
138714
+ "end": 50
137926
138715
  }
137927
138716
  },
137928
138717
  "group": [
@@ -137939,8 +138728,8 @@
137939
138728
  {
137940
138729
  "description": "The text color of the Stepper.\n",
137941
138730
  "commentRange": {
137942
- "start": 48,
137943
- "end": 49
138731
+ "start": 51,
138732
+ "end": 52
137944
138733
  },
137945
138734
  "context": {
137946
138735
  "type": "variable",
@@ -137948,8 +138737,8 @@
137948
138737
  "value": "$kendo-component-text",
137949
138738
  "scope": "default",
137950
138739
  "line": {
137951
- "start": 50,
137952
- "end": 50
138740
+ "start": 53,
138741
+ "end": 53
137953
138742
  }
137954
138743
  },
137955
138744
  "group": [
@@ -137966,8 +138755,8 @@
137966
138755
  {
137967
138756
  "description": "The border color of the Stepper.\n",
137968
138757
  "commentRange": {
137969
- "start": 51,
137970
- "end": 52
138758
+ "start": 54,
138759
+ "end": 55
137971
138760
  },
137972
138761
  "context": {
137973
138762
  "type": "variable",
@@ -137975,8 +138764,8 @@
137975
138764
  "value": "null",
137976
138765
  "scope": "default",
137977
138766
  "line": {
137978
- "start": 53,
137979
- "end": 53
138767
+ "start": 56,
138768
+ "end": 56
137980
138769
  }
137981
138770
  },
137982
138771
  "group": [
@@ -137993,8 +138782,8 @@
137993
138782
  {
137994
138783
  "description": "The width of the Stepper indicator.\n",
137995
138784
  "commentRange": {
137996
- "start": 55,
137997
- "end": 56
138785
+ "start": 58,
138786
+ "end": 59
137998
138787
  },
137999
138788
  "context": {
138000
138789
  "type": "variable",
@@ -138002,8 +138791,8 @@
138002
138791
  "value": "28px",
138003
138792
  "scope": "default",
138004
138793
  "line": {
138005
- "start": 57,
138006
- "end": 57
138794
+ "start": 60,
138795
+ "end": 60
138007
138796
  }
138008
138797
  },
138009
138798
  "group": [
@@ -138020,8 +138809,8 @@
138020
138809
  {
138021
138810
  "description": "The height of the Stepper indicator.\n",
138022
138811
  "commentRange": {
138023
- "start": 58,
138024
- "end": 59
138812
+ "start": 61,
138813
+ "end": 62
138025
138814
  },
138026
138815
  "context": {
138027
138816
  "type": "variable",
@@ -138029,8 +138818,8 @@
138029
138818
  "value": "$kendo-stepper-indicator-width",
138030
138819
  "scope": "default",
138031
138820
  "line": {
138032
- "start": 60,
138033
- "end": 60
138821
+ "start": 63,
138822
+ "end": 63
138034
138823
  }
138035
138824
  },
138036
138825
  "group": [
@@ -138047,8 +138836,8 @@
138047
138836
  {
138048
138837
  "description": "The border width of the Stepper indicator.\n",
138049
138838
  "commentRange": {
138050
- "start": 61,
138051
- "end": 62
138839
+ "start": 64,
138840
+ "end": 65
138052
138841
  },
138053
138842
  "context": {
138054
138843
  "type": "variable",
@@ -138056,8 +138845,8 @@
138056
138845
  "value": "1px",
138057
138846
  "scope": "default",
138058
138847
  "line": {
138059
- "start": 63,
138060
- "end": 63
138848
+ "start": 66,
138849
+ "end": 66
138061
138850
  }
138062
138851
  },
138063
138852
  "group": [
@@ -138074,8 +138863,8 @@
138074
138863
  {
138075
138864
  "description": "The border radius of the Stepper indicator.\n",
138076
138865
  "commentRange": {
138077
- "start": 64,
138078
- "end": 65
138866
+ "start": 67,
138867
+ "end": 68
138079
138868
  },
138080
138869
  "context": {
138081
138870
  "type": "variable",
@@ -138083,8 +138872,8 @@
138083
138872
  "value": "50%",
138084
138873
  "scope": "default",
138085
138874
  "line": {
138086
- "start": 66,
138087
- "end": 66
138875
+ "start": 69,
138876
+ "end": 69
138088
138877
  }
138089
138878
  },
138090
138879
  "group": [
@@ -138101,8 +138890,8 @@
138101
138890
  {
138102
138891
  "description": "The border width of the focused Stepper indicator.\n",
138103
138892
  "commentRange": {
138104
- "start": 68,
138105
- "end": 69
138893
+ "start": 71,
138894
+ "end": 72
138106
138895
  },
138107
138896
  "context": {
138108
138897
  "type": "variable",
@@ -138110,8 +138899,8 @@
138110
138899
  "value": "1px",
138111
138900
  "scope": "default",
138112
138901
  "line": {
138113
- "start": 70,
138114
- "end": 70
138902
+ "start": 73,
138903
+ "end": 73
138115
138904
  }
138116
138905
  },
138117
138906
  "group": [
@@ -138128,8 +138917,8 @@
138128
138917
  {
138129
138918
  "description": "The size of the focused Stepper indicator.\n",
138130
138919
  "commentRange": {
138131
- "start": 71,
138132
- "end": 72
138920
+ "start": 74,
138921
+ "end": 75
138133
138922
  },
138134
138923
  "context": {
138135
138924
  "type": "variable",
@@ -138137,8 +138926,8 @@
138137
138926
  "value": "2px",
138138
138927
  "scope": "default",
138139
138928
  "line": {
138140
- "start": 73,
138141
- "end": 73
138929
+ "start": 76,
138930
+ "end": 76
138142
138931
  }
138143
138932
  },
138144
138933
  "group": [
@@ -138155,8 +138944,8 @@
138155
138944
  {
138156
138945
  "description": "The offset of the Stepper's focused indicator.\n",
138157
138946
  "commentRange": {
138158
- "start": 74,
138159
- "end": 75
138947
+ "start": 77,
138948
+ "end": 78
138160
138949
  },
138161
138950
  "context": {
138162
138951
  "type": "variable",
@@ -138164,8 +138953,8 @@
138164
138953
  "value": "3px",
138165
138954
  "scope": "default",
138166
138955
  "line": {
138167
- "start": 76,
138168
- "end": 76
138956
+ "start": 79,
138957
+ "end": 79
138169
138958
  }
138170
138959
  },
138171
138960
  "group": [
@@ -138182,8 +138971,8 @@
138182
138971
  {
138183
138972
  "description": "The calculated offset of the Stepper's focused indicator.\n",
138184
138973
  "commentRange": {
138185
- "start": 77,
138186
- "end": 78
138974
+ "start": 80,
138975
+ "end": 81
138187
138976
  },
138188
138977
  "context": {
138189
138978
  "type": "variable",
@@ -138191,8 +138980,8 @@
138191
138980
  "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
138192
138981
  "scope": "default",
138193
138982
  "line": {
138194
- "start": 79,
138195
- "end": 79
138983
+ "start": 82,
138984
+ "end": 82
138196
138985
  }
138197
138986
  },
138198
138987
  "group": [
@@ -138209,8 +138998,8 @@
138209
138998
  {
138210
138999
  "description": "The background color of the Stepper indicator.\n",
138211
139000
  "commentRange": {
138212
- "start": 81,
138213
- "end": 82
139001
+ "start": 84,
139002
+ "end": 85
138214
139003
  },
138215
139004
  "context": {
138216
139005
  "type": "variable",
@@ -138218,8 +139007,8 @@
138218
139007
  "value": "$kendo-component-bg",
138219
139008
  "scope": "default",
138220
139009
  "line": {
138221
- "start": 83,
138222
- "end": 83
139010
+ "start": 86,
139011
+ "end": 86
138223
139012
  }
138224
139013
  },
138225
139014
  "group": [
@@ -138236,8 +139025,8 @@
138236
139025
  {
138237
139026
  "description": "The text color of the Stepper indicator.\n",
138238
139027
  "commentRange": {
138239
- "start": 84,
138240
- "end": 85
139028
+ "start": 87,
139029
+ "end": 88
138241
139030
  },
138242
139031
  "context": {
138243
139032
  "type": "variable",
@@ -138245,8 +139034,8 @@
138245
139034
  "value": "$kendo-component-text",
138246
139035
  "scope": "default",
138247
139036
  "line": {
138248
- "start": 86,
138249
- "end": 86
139037
+ "start": 89,
139038
+ "end": 89
138250
139039
  }
138251
139040
  },
138252
139041
  "group": [
@@ -138263,8 +139052,8 @@
138263
139052
  {
138264
139053
  "description": "The border color of the Stepper indicator.\n",
138265
139054
  "commentRange": {
138266
- "start": 87,
138267
- "end": 88
139055
+ "start": 90,
139056
+ "end": 91
138268
139057
  },
138269
139058
  "context": {
138270
139059
  "type": "variable",
@@ -138272,8 +139061,8 @@
138272
139061
  "value": "#cccccc",
138273
139062
  "scope": "default",
138274
139063
  "line": {
138275
- "start": 89,
138276
- "end": 89
139064
+ "start": 92,
139065
+ "end": 92
138277
139066
  }
138278
139067
  },
138279
139068
  "group": [
@@ -138290,8 +139079,8 @@
138290
139079
  {
138291
139080
  "description": "The background color of the hovered Stepper indicator.\n",
138292
139081
  "commentRange": {
138293
- "start": 91,
138294
- "end": 92
139082
+ "start": 94,
139083
+ "end": 95
138295
139084
  },
138296
139085
  "context": {
138297
139086
  "type": "variable",
@@ -138299,8 +139088,8 @@
138299
139088
  "value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
138300
139089
  "scope": "default",
138301
139090
  "line": {
138302
- "start": 93,
138303
- "end": 93
139091
+ "start": 96,
139092
+ "end": 96
138304
139093
  }
138305
139094
  },
138306
139095
  "group": [
@@ -138317,8 +139106,8 @@
138317
139106
  {
138318
139107
  "description": "The text color of the hovered Stepper indicator.\n",
138319
139108
  "commentRange": {
138320
- "start": 94,
138321
- "end": 95
139109
+ "start": 97,
139110
+ "end": 98
138322
139111
  },
138323
139112
  "context": {
138324
139113
  "type": "variable",
@@ -138326,8 +139115,8 @@
138326
139115
  "value": "null",
138327
139116
  "scope": "default",
138328
139117
  "line": {
138329
- "start": 96,
138330
- "end": 96
139118
+ "start": 99,
139119
+ "end": 99
138331
139120
  }
138332
139121
  },
138333
139122
  "group": [
@@ -138344,8 +139133,8 @@
138344
139133
  {
138345
139134
  "description": "The border color of the hovered Stepper indicator.\n",
138346
139135
  "commentRange": {
138347
- "start": 97,
138348
- "end": 98
139136
+ "start": 100,
139137
+ "end": 101
138349
139138
  },
138350
139139
  "context": {
138351
139140
  "type": "variable",
@@ -138353,8 +139142,8 @@
138353
139142
  "value": "null",
138354
139143
  "scope": "default",
138355
139144
  "line": {
138356
- "start": 99,
138357
- "end": 99
139145
+ "start": 102,
139146
+ "end": 102
138358
139147
  }
138359
139148
  },
138360
139149
  "group": [
@@ -138371,8 +139160,8 @@
138371
139160
  {
138372
139161
  "description": "The background color of the disabled Stepper indicator.\n",
138373
139162
  "commentRange": {
138374
- "start": 101,
138375
- "end": 102
139163
+ "start": 104,
139164
+ "end": 105
138376
139165
  },
138377
139166
  "context": {
138378
139167
  "type": "variable",
@@ -138380,8 +139169,8 @@
138380
139169
  "value": "null",
138381
139170
  "scope": "default",
138382
139171
  "line": {
138383
- "start": 103,
138384
- "end": 103
139172
+ "start": 106,
139173
+ "end": 106
138385
139174
  }
138386
139175
  },
138387
139176
  "group": [
@@ -138398,8 +139187,8 @@
138398
139187
  {
138399
139188
  "description": "The text color of the disabled Stepper indicator.\n",
138400
139189
  "commentRange": {
138401
- "start": 104,
138402
- "end": 105
139190
+ "start": 107,
139191
+ "end": 108
138403
139192
  },
138404
139193
  "context": {
138405
139194
  "type": "variable",
@@ -138407,8 +139196,8 @@
138407
139196
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
138408
139197
  "scope": "default",
138409
139198
  "line": {
138410
- "start": 106,
138411
- "end": 106
139199
+ "start": 109,
139200
+ "end": 109
138412
139201
  }
138413
139202
  },
138414
139203
  "group": [
@@ -138425,8 +139214,8 @@
138425
139214
  {
138426
139215
  "description": "The border color of the disabled Stepper indicator.\n",
138427
139216
  "commentRange": {
138428
- "start": 107,
138429
- "end": 108
139217
+ "start": 110,
139218
+ "end": 111
138430
139219
  },
138431
139220
  "context": {
138432
139221
  "type": "variable",
@@ -138434,8 +139223,8 @@
138434
139223
  "value": "null",
138435
139224
  "scope": "default",
138436
139225
  "line": {
138437
- "start": 109,
138438
- "end": 109
139226
+ "start": 112,
139227
+ "end": 112
138439
139228
  }
138440
139229
  },
138441
139230
  "group": [
@@ -138452,8 +139241,8 @@
138452
139241
  {
138453
139242
  "description": "The background color of the Stepper's done indicator.\n",
138454
139243
  "commentRange": {
138455
- "start": 111,
138456
- "end": 112
139244
+ "start": 114,
139245
+ "end": 115
138457
139246
  },
138458
139247
  "context": {
138459
139248
  "type": "variable",
@@ -138461,8 +139250,8 @@
138461
139250
  "value": "$kendo-color-primary",
138462
139251
  "scope": "default",
138463
139252
  "line": {
138464
- "start": 113,
138465
- "end": 113
139253
+ "start": 116,
139254
+ "end": 116
138466
139255
  }
138467
139256
  },
138468
139257
  "group": [
@@ -138479,8 +139268,8 @@
138479
139268
  {
138480
139269
  "description": "The text color of the Stepper's done indicator.\n",
138481
139270
  "commentRange": {
138482
- "start": 114,
138483
- "end": 115
139271
+ "start": 117,
139272
+ "end": 118
138484
139273
  },
138485
139274
  "context": {
138486
139275
  "type": "variable",
@@ -138488,8 +139277,8 @@
138488
139277
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
138489
139278
  "scope": "default",
138490
139279
  "line": {
138491
- "start": 116,
138492
- "end": 116
139280
+ "start": 119,
139281
+ "end": 119
138493
139282
  }
138494
139283
  },
138495
139284
  "group": [
@@ -138506,8 +139295,8 @@
138506
139295
  {
138507
139296
  "description": "The border color of the Stepper's done indicator.\n",
138508
139297
  "commentRange": {
138509
- "start": 117,
138510
- "end": 118
139298
+ "start": 120,
139299
+ "end": 121
138511
139300
  },
138512
139301
  "context": {
138513
139302
  "type": "variable",
@@ -138515,8 +139304,8 @@
138515
139304
  "value": "$kendo-stepper-indicator-done-bg",
138516
139305
  "scope": "default",
138517
139306
  "line": {
138518
- "start": 119,
138519
- "end": 119
139307
+ "start": 122,
139308
+ "end": 122
138520
139309
  }
138521
139310
  },
138522
139311
  "group": [
@@ -138533,8 +139322,8 @@
138533
139322
  {
138534
139323
  "description": "The background color of the Stepper's hovered done indicator.\n",
138535
139324
  "commentRange": {
138536
- "start": 121,
138537
- "end": 122
139325
+ "start": 124,
139326
+ "end": 125
138538
139327
  },
138539
139328
  "context": {
138540
139329
  "type": "variable",
@@ -138542,8 +139331,8 @@
138542
139331
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
138543
139332
  "scope": "default",
138544
139333
  "line": {
138545
- "start": 123,
138546
- "end": 123
139334
+ "start": 126,
139335
+ "end": 126
138547
139336
  }
138548
139337
  },
138549
139338
  "group": [
@@ -138560,8 +139349,8 @@
138560
139349
  {
138561
139350
  "description": "The text color of the Stepper's hovered done indicator.\n",
138562
139351
  "commentRange": {
138563
- "start": 124,
138564
- "end": 125
139352
+ "start": 127,
139353
+ "end": 128
138565
139354
  },
138566
139355
  "context": {
138567
139356
  "type": "variable",
@@ -138569,8 +139358,8 @@
138569
139358
  "value": "null",
138570
139359
  "scope": "default",
138571
139360
  "line": {
138572
- "start": 126,
138573
- "end": 126
139361
+ "start": 129,
139362
+ "end": 129
138574
139363
  }
138575
139364
  },
138576
139365
  "group": [
@@ -138587,8 +139376,8 @@
138587
139376
  {
138588
139377
  "description": "The border color of the Stepper's hovered done indicator.\n",
138589
139378
  "commentRange": {
138590
- "start": 127,
138591
- "end": 128
139379
+ "start": 130,
139380
+ "end": 131
138592
139381
  },
138593
139382
  "context": {
138594
139383
  "type": "variable",
@@ -138596,8 +139385,8 @@
138596
139385
  "value": "null",
138597
139386
  "scope": "default",
138598
139387
  "line": {
138599
- "start": 129,
138600
- "end": 129
139388
+ "start": 132,
139389
+ "end": 132
138601
139390
  }
138602
139391
  },
138603
139392
  "group": [
@@ -138614,8 +139403,8 @@
138614
139403
  {
138615
139404
  "description": "The background color of the Stepper's disabled done indicator.\n",
138616
139405
  "commentRange": {
138617
- "start": 131,
138618
- "end": 132
139406
+ "start": 134,
139407
+ "end": 135
138619
139408
  },
138620
139409
  "context": {
138621
139410
  "type": "variable",
@@ -138623,8 +139412,8 @@
138623
139412
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
138624
139413
  "scope": "default",
138625
139414
  "line": {
138626
- "start": 133,
138627
- "end": 133
139415
+ "start": 136,
139416
+ "end": 136
138628
139417
  }
138629
139418
  },
138630
139419
  "group": [
@@ -138641,8 +139430,8 @@
138641
139430
  {
138642
139431
  "description": "The text color of the Stepper's disabled done indicator.\n",
138643
139432
  "commentRange": {
138644
- "start": 134,
138645
- "end": 135
139433
+ "start": 137,
139434
+ "end": 138
138646
139435
  },
138647
139436
  "context": {
138648
139437
  "type": "variable",
@@ -138650,8 +139439,8 @@
138650
139439
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
138651
139440
  "scope": "default",
138652
139441
  "line": {
138653
- "start": 136,
138654
- "end": 136
139442
+ "start": 139,
139443
+ "end": 139
138655
139444
  }
138656
139445
  },
138657
139446
  "group": [
@@ -138668,8 +139457,8 @@
138668
139457
  {
138669
139458
  "description": "The border color of the Stepper's disabled done indicator.\n",
138670
139459
  "commentRange": {
138671
- "start": 137,
138672
- "end": 138
139460
+ "start": 140,
139461
+ "end": 141
138673
139462
  },
138674
139463
  "context": {
138675
139464
  "type": "variable",
@@ -138677,8 +139466,8 @@
138677
139466
  "value": "$kendo-stepper-indicator-done-disabled-bg",
138678
139467
  "scope": "default",
138679
139468
  "line": {
138680
- "start": 139,
138681
- "end": 139
139469
+ "start": 142,
139470
+ "end": 142
138682
139471
  }
138683
139472
  },
138684
139473
  "group": [
@@ -138695,8 +139484,8 @@
138695
139484
  {
138696
139485
  "description": "The background color of the Stepper current indicator.\n",
138697
139486
  "commentRange": {
138698
- "start": 141,
138699
- "end": 142
139487
+ "start": 144,
139488
+ "end": 145
138700
139489
  },
138701
139490
  "context": {
138702
139491
  "type": "variable",
@@ -138704,8 +139493,8 @@
138704
139493
  "value": "$kendo-stepper-indicator-done-bg",
138705
139494
  "scope": "default",
138706
139495
  "line": {
138707
- "start": 143,
138708
- "end": 143
139496
+ "start": 146,
139497
+ "end": 146
138709
139498
  }
138710
139499
  },
138711
139500
  "group": [
@@ -138722,8 +139511,8 @@
138722
139511
  {
138723
139512
  "description": "The text color of the Stepper current indicator.\n",
138724
139513
  "commentRange": {
138725
- "start": 144,
138726
- "end": 145
139514
+ "start": 147,
139515
+ "end": 148
138727
139516
  },
138728
139517
  "context": {
138729
139518
  "type": "variable",
@@ -138731,8 +139520,8 @@
138731
139520
  "value": "$kendo-stepper-indicator-done-text",
138732
139521
  "scope": "default",
138733
139522
  "line": {
138734
- "start": 146,
138735
- "end": 146
139523
+ "start": 149,
139524
+ "end": 149
138736
139525
  }
138737
139526
  },
138738
139527
  "group": [
@@ -138749,8 +139538,8 @@
138749
139538
  {
138750
139539
  "description": "The border color of the Stepper current indicator.\n",
138751
139540
  "commentRange": {
138752
- "start": 147,
138753
- "end": 148
139541
+ "start": 150,
139542
+ "end": 151
138754
139543
  },
138755
139544
  "context": {
138756
139545
  "type": "variable",
@@ -138758,8 +139547,8 @@
138758
139547
  "value": "$kendo-stepper-indicator-done-border",
138759
139548
  "scope": "default",
138760
139549
  "line": {
138761
- "start": 149,
138762
- "end": 149
139550
+ "start": 152,
139551
+ "end": 152
138763
139552
  }
138764
139553
  },
138765
139554
  "group": [
@@ -138776,8 +139565,8 @@
138776
139565
  {
138777
139566
  "description": "The background color of the Stepper's hovered current indicator.\n",
138778
139567
  "commentRange": {
138779
- "start": 151,
138780
- "end": 152
139568
+ "start": 154,
139569
+ "end": 155
138781
139570
  },
138782
139571
  "context": {
138783
139572
  "type": "variable",
@@ -138785,8 +139574,8 @@
138785
139574
  "value": "$kendo-stepper-indicator-done-hover-bg",
138786
139575
  "scope": "default",
138787
139576
  "line": {
138788
- "start": 153,
138789
- "end": 153
139577
+ "start": 156,
139578
+ "end": 156
138790
139579
  }
138791
139580
  },
138792
139581
  "group": [
@@ -138803,8 +139592,8 @@
138803
139592
  {
138804
139593
  "description": "The text color of the Stepper's hovered current indicator.\n",
138805
139594
  "commentRange": {
138806
- "start": 154,
138807
- "end": 155
139595
+ "start": 157,
139596
+ "end": 158
138808
139597
  },
138809
139598
  "context": {
138810
139599
  "type": "variable",
@@ -138812,8 +139601,8 @@
138812
139601
  "value": "$kendo-stepper-indicator-done-hover-text",
138813
139602
  "scope": "default",
138814
139603
  "line": {
138815
- "start": 156,
138816
- "end": 156
139604
+ "start": 159,
139605
+ "end": 159
138817
139606
  }
138818
139607
  },
138819
139608
  "group": [
@@ -138830,8 +139619,8 @@
138830
139619
  {
138831
139620
  "description": "The border color of the Stepper's hovered current indicator.\n",
138832
139621
  "commentRange": {
138833
- "start": 157,
138834
- "end": 158
139622
+ "start": 160,
139623
+ "end": 161
138835
139624
  },
138836
139625
  "context": {
138837
139626
  "type": "variable",
@@ -138839,8 +139628,8 @@
138839
139628
  "value": "$kendo-stepper-indicator-done-hover-border",
138840
139629
  "scope": "default",
138841
139630
  "line": {
138842
- "start": 159,
138843
- "end": 159
139631
+ "start": 162,
139632
+ "end": 162
138844
139633
  }
138845
139634
  },
138846
139635
  "group": [
@@ -138857,8 +139646,8 @@
138857
139646
  {
138858
139647
  "description": "The background color of the Stepper's disabled current indicator.\n",
138859
139648
  "commentRange": {
138860
- "start": 161,
138861
- "end": 162
139649
+ "start": 164,
139650
+ "end": 165
138862
139651
  },
138863
139652
  "context": {
138864
139653
  "type": "variable",
@@ -138866,8 +139655,8 @@
138866
139655
  "value": "$kendo-stepper-indicator-done-disabled-bg",
138867
139656
  "scope": "default",
138868
139657
  "line": {
138869
- "start": 163,
138870
- "end": 163
139658
+ "start": 166,
139659
+ "end": 166
138871
139660
  }
138872
139661
  },
138873
139662
  "group": [
@@ -138884,8 +139673,8 @@
138884
139673
  {
138885
139674
  "description": "The text color of the Stepper's disabled current indicator.\n",
138886
139675
  "commentRange": {
138887
- "start": 164,
138888
- "end": 165
139676
+ "start": 167,
139677
+ "end": 168
138889
139678
  },
138890
139679
  "context": {
138891
139680
  "type": "variable",
@@ -138893,8 +139682,8 @@
138893
139682
  "value": "$kendo-stepper-indicator-done-disabled-text",
138894
139683
  "scope": "default",
138895
139684
  "line": {
138896
- "start": 166,
138897
- "end": 166
139685
+ "start": 169,
139686
+ "end": 169
138898
139687
  }
138899
139688
  },
138900
139689
  "group": [
@@ -138911,8 +139700,8 @@
138911
139700
  {
138912
139701
  "description": "The border color of the Stepper's disabled current indicator.\n",
138913
139702
  "commentRange": {
138914
- "start": 167,
138915
- "end": 168
139703
+ "start": 170,
139704
+ "end": 171
138916
139705
  },
138917
139706
  "context": {
138918
139707
  "type": "variable",
@@ -138920,8 +139709,8 @@
138920
139709
  "value": "$kendo-stepper-indicator-done-disabled-border",
138921
139710
  "scope": "default",
138922
139711
  "line": {
138923
- "start": 169,
138924
- "end": 169
139712
+ "start": 172,
139713
+ "end": 172
138925
139714
  }
138926
139715
  },
138927
139716
  "group": [
@@ -138938,8 +139727,8 @@
138938
139727
  {
138939
139728
  "description": "The text color of the Stepper label.\n",
138940
139729
  "commentRange": {
138941
- "start": 171,
138942
- "end": 172
139730
+ "start": 174,
139731
+ "end": 175
138943
139732
  },
138944
139733
  "context": {
138945
139734
  "type": "variable",
@@ -138947,8 +139736,8 @@
138947
139736
  "value": "null",
138948
139737
  "scope": "default",
138949
139738
  "line": {
138950
- "start": 173,
138951
- "end": 173
139739
+ "start": 176,
139740
+ "end": 176
138952
139741
  }
138953
139742
  },
138954
139743
  "group": [
@@ -138965,8 +139754,8 @@
138965
139754
  {
138966
139755
  "description": "The success text color of the Stepper label.\n",
138967
139756
  "commentRange": {
138968
- "start": 174,
138969
- "end": 175
139757
+ "start": 177,
139758
+ "end": 178
138970
139759
  },
138971
139760
  "context": {
138972
139761
  "type": "variable",
@@ -138974,8 +139763,8 @@
138974
139763
  "value": "$kendo-color-success",
138975
139764
  "scope": "default",
138976
139765
  "line": {
138977
- "start": 176,
138978
- "end": 176
139766
+ "start": 179,
139767
+ "end": 179
138979
139768
  }
138980
139769
  },
138981
139770
  "group": [
@@ -138992,8 +139781,8 @@
138992
139781
  {
138993
139782
  "description": "The error text color of the Stepper label.\n",
138994
139783
  "commentRange": {
138995
- "start": 177,
138996
- "end": 178
139784
+ "start": 180,
139785
+ "end": 181
138997
139786
  },
138998
139787
  "context": {
138999
139788
  "type": "variable",
@@ -139001,8 +139790,8 @@
139001
139790
  "value": "$kendo-color-error",
139002
139791
  "scope": "default",
139003
139792
  "line": {
139004
- "start": 179,
139005
- "end": 179
139793
+ "start": 182,
139794
+ "end": 182
139006
139795
  }
139007
139796
  },
139008
139797
  "group": [
@@ -139019,8 +139808,8 @@
139019
139808
  {
139020
139809
  "description": "The text color of the hovered Stepper label.\n",
139021
139810
  "commentRange": {
139022
- "start": 180,
139023
- "end": 181
139811
+ "start": 183,
139812
+ "end": 184
139024
139813
  },
139025
139814
  "context": {
139026
139815
  "type": "variable",
@@ -139028,8 +139817,8 @@
139028
139817
  "value": "if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 ))",
139029
139818
  "scope": "default",
139030
139819
  "line": {
139031
- "start": 182,
139032
- "end": 182
139820
+ "start": 185,
139821
+ "end": 185
139033
139822
  }
139034
139823
  },
139035
139824
  "group": [
@@ -139046,8 +139835,8 @@
139046
139835
  {
139047
139836
  "description": "The text color of the disabled Stepper label.\n",
139048
139837
  "commentRange": {
139049
- "start": 183,
139050
- "end": 184
139838
+ "start": 186,
139839
+ "end": 187
139051
139840
  },
139052
139841
  "context": {
139053
139842
  "type": "variable",
@@ -139055,8 +139844,8 @@
139055
139844
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
139056
139845
  "scope": "default",
139057
139846
  "line": {
139058
- "start": 185,
139059
- "end": 185
139847
+ "start": 188,
139848
+ "end": 188
139060
139849
  }
139061
139850
  },
139062
139851
  "group": [
@@ -139073,8 +139862,8 @@
139073
139862
  {
139074
139863
  "description": "The text color of the optional Stepper label.\n",
139075
139864
  "commentRange": {
139076
- "start": 187,
139077
- "end": 188
139865
+ "start": 190,
139866
+ "end": 191
139078
139867
  },
139079
139868
  "context": {
139080
139869
  "type": "variable",
@@ -139082,8 +139871,8 @@
139082
139871
  "value": "$kendo-subtle-text",
139083
139872
  "scope": "default",
139084
139873
  "line": {
139085
- "start": 189,
139086
- "end": 189
139874
+ "start": 192,
139875
+ "end": 192
139087
139876
  }
139088
139877
  },
139089
139878
  "group": [
@@ -139100,8 +139889,8 @@
139100
139889
  {
139101
139890
  "description": "The opacity of the optional Stepper label.\n",
139102
139891
  "commentRange": {
139103
- "start": 190,
139104
- "end": 191
139892
+ "start": 193,
139893
+ "end": 194
139105
139894
  },
139106
139895
  "context": {
139107
139896
  "type": "variable",
@@ -139109,8 +139898,8 @@
139109
139898
  "value": "null",
139110
139899
  "scope": "default",
139111
139900
  "line": {
139112
- "start": 192,
139113
- "end": 192
139901
+ "start": 195,
139902
+ "end": 195
139114
139903
  }
139115
139904
  },
139116
139905
  "group": [
@@ -139127,8 +139916,8 @@
139127
139916
  {
139128
139917
  "description": "The font size of the optional Stepper label.\n",
139129
139918
  "commentRange": {
139130
- "start": 193,
139131
- "end": 194
139919
+ "start": 196,
139920
+ "end": 197
139132
139921
  },
139133
139922
  "context": {
139134
139923
  "type": "variable",
@@ -139136,8 +139925,8 @@
139136
139925
  "value": "null",
139137
139926
  "scope": "default",
139138
139927
  "line": {
139139
- "start": 195,
139140
- "end": 195
139928
+ "start": 198,
139929
+ "end": 198
139141
139930
  }
139142
139931
  },
139143
139932
  "group": [
@@ -139154,8 +139943,8 @@
139154
139943
  {
139155
139944
  "description": "The font style of the optional Stepper label.\n",
139156
139945
  "commentRange": {
139157
- "start": 196,
139158
- "end": 197
139946
+ "start": 199,
139947
+ "end": 200
139159
139948
  },
139160
139949
  "context": {
139161
139950
  "type": "variable",
@@ -139163,8 +139952,8 @@
139163
139952
  "value": "italic",
139164
139953
  "scope": "default",
139165
139954
  "line": {
139166
- "start": 198,
139167
- "end": 198
139955
+ "start": 201,
139956
+ "end": 201
139168
139957
  }
139169
139958
  },
139170
139959
  "group": [
@@ -139181,8 +139970,8 @@
139181
139970
  {
139182
139971
  "description": "The size of the Stepper ProgressBar.\n",
139183
139972
  "commentRange": {
139184
- "start": 200,
139185
- "end": 201
139973
+ "start": 203,
139974
+ "end": 204
139186
139975
  },
139187
139976
  "context": {
139188
139977
  "type": "variable",
@@ -139190,8 +139979,8 @@
139190
139979
  "value": "2px",
139191
139980
  "scope": "default",
139192
139981
  "line": {
139193
- "start": 202,
139194
- "end": 202
139982
+ "start": 205,
139983
+ "end": 205
139195
139984
  }
139196
139985
  },
139197
139986
  "group": [
@@ -139208,8 +139997,8 @@
139208
139997
  {
139209
139998
  "description": "The background color of the Stepper ProgressBar.\n",
139210
139999
  "commentRange": {
139211
- "start": 203,
139212
- "end": 204
140000
+ "start": 206,
140001
+ "end": 207
139213
140002
  },
139214
140003
  "context": {
139215
140004
  "type": "variable",
@@ -139217,8 +140006,8 @@
139217
140006
  "value": "null",
139218
140007
  "scope": "default",
139219
140008
  "line": {
139220
- "start": 205,
139221
- "end": 205
140009
+ "start": 208,
140010
+ "end": 208
139222
140011
  }
139223
140012
  },
139224
140013
  "group": [
@@ -139235,8 +140024,8 @@
139235
140024
  {
139236
140025
  "description": "The text color of the Stepper ProgressBar.\n",
139237
140026
  "commentRange": {
139238
- "start": 206,
139239
- "end": 207
140027
+ "start": 209,
140028
+ "end": 210
139240
140029
  },
139241
140030
  "context": {
139242
140031
  "type": "variable",
@@ -139244,8 +140033,8 @@
139244
140033
  "value": "null",
139245
140034
  "scope": "default",
139246
140035
  "line": {
139247
- "start": 208,
139248
- "end": 208
140036
+ "start": 211,
140037
+ "end": 211
139249
140038
  }
139250
140039
  },
139251
140040
  "group": [
@@ -139262,8 +140051,8 @@
139262
140051
  {
139263
140052
  "description": "The background color of the selected Stepper ProgressBar.\n",
139264
140053
  "commentRange": {
139265
- "start": 209,
139266
- "end": 210
140054
+ "start": 212,
140055
+ "end": 213
139267
140056
  },
139268
140057
  "context": {
139269
140058
  "type": "variable",
@@ -139271,8 +140060,8 @@
139271
140060
  "value": "null",
139272
140061
  "scope": "default",
139273
140062
  "line": {
139274
- "start": 211,
139275
- "end": 211
140063
+ "start": 214,
140064
+ "end": 214
139276
140065
  }
139277
140066
  },
139278
140067
  "group": [
@@ -139289,8 +140078,8 @@
139289
140078
  {
139290
140079
  "description": "The text color of the selected Stepper ProgressBar.\n",
139291
140080
  "commentRange": {
139292
- "start": 212,
139293
- "end": 213
140081
+ "start": 215,
140082
+ "end": 216
139294
140083
  },
139295
140084
  "context": {
139296
140085
  "type": "variable",
@@ -139298,8 +140087,8 @@
139298
140087
  "value": "null",
139299
140088
  "scope": "default",
139300
140089
  "line": {
139301
- "start": 214,
139302
- "end": 214
140090
+ "start": 217,
140091
+ "end": 217
139303
140092
  }
139304
140093
  },
139305
140094
  "group": [
@@ -139316,8 +140105,8 @@
139316
140105
  {
139317
140106
  "description": "The property name of the Stepper transition.\n",
139318
140107
  "commentRange": {
139319
- "start": 216,
139320
- "end": 217
140108
+ "start": 219,
140109
+ "end": 220
139321
140110
  },
139322
140111
  "context": {
139323
140112
  "type": "variable",
@@ -139325,8 +140114,8 @@
139325
140114
  "value": "height",
139326
140115
  "scope": "default",
139327
140116
  "line": {
139328
- "start": 218,
139329
- "end": 218
140117
+ "start": 221,
140118
+ "end": 221
139330
140119
  }
139331
140120
  },
139332
140121
  "group": [
@@ -139343,8 +140132,8 @@
139343
140132
  {
139344
140133
  "description": "The duration of the Stepper transition.\n",
139345
140134
  "commentRange": {
139346
- "start": 219,
139347
- "end": 220
140135
+ "start": 222,
140136
+ "end": 223
139348
140137
  },
139349
140138
  "context": {
139350
140139
  "type": "variable",
@@ -139352,8 +140141,8 @@
139352
140141
  "value": "300ms",
139353
140142
  "scope": "default",
139354
140143
  "line": {
139355
- "start": 221,
139356
- "end": 221
140144
+ "start": 224,
140145
+ "end": 224
139357
140146
  }
139358
140147
  },
139359
140148
  "group": [
@@ -139370,8 +140159,8 @@
139370
140159
  {
139371
140160
  "description": "The timing function of the Stepper transition.\n",
139372
140161
  "commentRange": {
139373
- "start": 222,
139374
- "end": 223
140162
+ "start": 225,
140163
+ "end": 226
139375
140164
  },
139376
140165
  "context": {
139377
140166
  "type": "variable",
@@ -139379,8 +140168,8 @@
139379
140168
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
139380
140169
  "scope": "default",
139381
140170
  "line": {
139382
- "start": 224,
139383
- "end": 224
140171
+ "start": 227,
140172
+ "end": 227
139384
140173
  }
139385
140174
  },
139386
140175
  "group": [
@@ -145785,7 +146574,7 @@
145785
146574
  "context": {
145786
146575
  "type": "variable",
145787
146576
  "name": "kendo-timeline-track-arrow-width",
145788
- "value": "30px",
146577
+ "value": "k-spacing(7.5)",
145789
146578
  "scope": "default",
145790
146579
  "line": {
145791
146580
  "start": 32,
@@ -145800,8 +146589,8 @@
145800
146589
  "path": "default/scss/timeline/_variables.scss",
145801
146590
  "name": "_variables.scss"
145802
146591
  },
145803
- "resolvedValue": "30px",
145804
- "resolvedType": "Number"
146592
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
146593
+ "resolvedType": "String"
145805
146594
  },
145806
146595
  {
145807
146596
  "description": "The height of the Timeline track arrow.\n",
@@ -145812,7 +146601,7 @@
145812
146601
  "context": {
145813
146602
  "type": "variable",
145814
146603
  "name": "kendo-timeline-track-arrow-height",
145815
- "value": "30px",
146604
+ "value": "k-spacing(7.5)",
145816
146605
  "scope": "default",
145817
146606
  "line": {
145818
146607
  "start": 35,
@@ -145827,8 +146616,8 @@
145827
146616
  "path": "default/scss/timeline/_variables.scss",
145828
146617
  "name": "_variables.scss"
145829
146618
  },
145830
- "resolvedValue": "30px",
145831
- "resolvedType": "Number"
146619
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
146620
+ "resolvedType": "String"
145832
146621
  },
145833
146622
  {
145834
146623
  "description": "The background color of the disabled Timeline track arrow.\n",
@@ -145920,7 +146709,7 @@
145920
146709
  "context": {
145921
146710
  "type": "variable",
145922
146711
  "name": "kendo-timeline-track-size",
145923
- "value": "6px",
146712
+ "value": "k-spacing(1.5)",
145924
146713
  "scope": "default",
145925
146714
  "line": {
145926
146715
  "start": 49,
@@ -145935,8 +146724,8 @@
145935
146724
  "path": "default/scss/timeline/_variables.scss",
145936
146725
  "name": "_variables.scss"
145937
146726
  },
145938
- "resolvedValue": "6px",
145939
- "resolvedType": "Number"
146727
+ "resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
146728
+ "resolvedType": "String"
145940
146729
  },
145941
146730
  {
145942
146731
  "description": "The bottom padding of the Timeline's track wrapper.\n",
@@ -145947,7 +146736,7 @@
145947
146736
  "context": {
145948
146737
  "type": "variable",
145949
146738
  "name": "kendo-timeline-track-wrap-padding-bottom",
145950
- "value": "k-math-div( $kendo-timeline-track-size, 2 )",
146739
+ "value": "calc( #{$kendo-timeline-track-size} / 2)",
145951
146740
  "scope": "default",
145952
146741
  "line": {
145953
146742
  "start": 52,
@@ -145962,8 +146751,8 @@
145962
146751
  "path": "default/scss/timeline/_variables.scss",
145963
146752
  "name": "_variables.scss"
145964
146753
  },
145965
- "resolvedValue": "3px",
145966
- "resolvedType": "Number"
146754
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
146755
+ "resolvedType": "Calculation"
145967
146756
  },
145968
146757
  {
145969
146758
  "description": "The border width of the Timeline track.\n",
@@ -146028,7 +146817,7 @@
146028
146817
  "context": {
146029
146818
  "type": "variable",
146030
146819
  "name": "kendo-timeline-track-bottom-calc",
146031
- "value": "calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})",
146820
+ "value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
146032
146821
  "scope": "default",
146033
146822
  "line": {
146034
146823
  "start": 61,
@@ -146043,7 +146832,7 @@
146043
146832
  "path": "default/scss/timeline/_variables.scss",
146044
146833
  "name": "_variables.scss"
146045
146834
  },
146046
- "resolvedValue": "calc(15px + 3px)",
146835
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
146047
146836
  "resolvedType": "Calculation"
146048
146837
  },
146049
146838
  {
@@ -146070,7 +146859,7 @@
146070
146859
  "path": "default/scss/timeline/_variables.scss",
146071
146860
  "name": "_variables.scss"
146072
146861
  },
146073
- "resolvedValue": "calc(30px - 2 * 1px)",
146862
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
146074
146863
  "resolvedType": "Calculation"
146075
146864
  },
146076
146865
  {
@@ -146097,7 +146886,7 @@
146097
146886
  "path": "default/scss/timeline/_variables.scss",
146098
146887
  "name": "_variables.scss"
146099
146888
  },
146100
- "resolvedValue": "calc(30px - 2 * 1px)",
146889
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
146101
146890
  "resolvedType": "Calculation"
146102
146891
  },
146103
146892
  {
@@ -146556,7 +147345,7 @@
146556
147345
  "path": "default/scss/timeline/_variables.scss",
146557
147346
  "name": "_variables.scss"
146558
147347
  },
146559
- "resolvedValue": "calc(6px + 2 * 1px + 4px + 10px)",
147348
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
146560
147349
  "resolvedType": "Calculation"
146561
147350
  },
146562
147351
  {
@@ -146637,7 +147426,7 @@
146637
147426
  "path": "default/scss/timeline/_variables.scss",
146638
147427
  "name": "_variables.scss"
146639
147428
  },
146640
- "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)",
147429
+ "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
146641
147430
  "resolvedType": "Calculation"
146642
147431
  },
146643
147432
  {
@@ -146664,7 +147453,7 @@
146664
147453
  "path": "default/scss/timeline/_variables.scss",
146665
147454
  "name": "_variables.scss"
146666
147455
  },
146667
- "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)",
147456
+ "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
146668
147457
  "resolvedType": "Calculation"
146669
147458
  },
146670
147459
  {
@@ -146691,7 +147480,7 @@
146691
147480
  "path": "default/scss/timeline/_variables.scss",
146692
147481
  "name": "_variables.scss"
146693
147482
  },
146694
- "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)",
147483
+ "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
146695
147484
  "resolvedType": "Calculation"
146696
147485
  },
146697
147486
  {
@@ -146718,7 +147507,7 @@
146718
147507
  "path": "default/scss/timeline/_variables.scss",
146719
147508
  "name": "_variables.scss"
146720
147509
  },
146721
- "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)",
147510
+ "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
146722
147511
  "resolvedType": "Calculation"
146723
147512
  },
146724
147513
  {
@@ -147511,15 +148300,15 @@
147511
148300
  "resolvedType": "Null"
147512
148301
  },
147513
148302
  {
147514
- "description": "The color of the separator border of the Toolbar.\n",
148303
+ "description": "The text color of the outline Toolbar.\n",
147515
148304
  "commentRange": {
147516
148305
  "start": 75,
147517
148306
  "end": 76
147518
148307
  },
147519
148308
  "context": {
147520
148309
  "type": "variable",
147521
- "name": "kendo-toolbar-separator-border",
147522
- "value": "inherit",
148310
+ "name": "kendo-toolbar-outline-text",
148311
+ "value": "$kendo-button-text",
147523
148312
  "scope": "default",
147524
148313
  "line": {
147525
148314
  "start": 77,
@@ -147534,23 +148323,23 @@
147534
148323
  "path": "default/scss/toolbar/_variables.scss",
147535
148324
  "name": "_variables.scss"
147536
148325
  },
147537
- "resolvedValue": "inherit",
148326
+ "resolvedValue": "var(--kendo-color-on-base, #3d3d3d)",
147538
148327
  "resolvedType": "String"
147539
148328
  },
147540
148329
  {
147541
- "description": "The width of the input in the Toolbar.\n",
148330
+ "description": "The color of the border around the outline Toolbar.\n",
147542
148331
  "commentRange": {
147543
- "start": 79,
147544
- "end": 80
148332
+ "start": 78,
148333
+ "end": 79
147545
148334
  },
147546
148335
  "context": {
147547
148336
  "type": "variable",
147548
- "name": "kendo-toolbar-input-width",
147549
- "value": "10em",
148337
+ "name": "kendo-toolbar-outline-border",
148338
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
147550
148339
  "scope": "default",
147551
148340
  "line": {
147552
- "start": 81,
147553
- "end": 81
148341
+ "start": 80,
148342
+ "end": 80
147554
148343
  }
147555
148344
  },
147556
148345
  "group": [
@@ -147561,23 +148350,23 @@
147561
148350
  "path": "default/scss/toolbar/_variables.scss",
147562
148351
  "name": "_variables.scss"
147563
148352
  },
147564
- "resolvedValue": "10em",
147565
- "resolvedType": "Number"
148353
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 50%, transparent)",
148354
+ "resolvedType": "String"
147566
148355
  },
147567
148356
  {
147568
- "description": "The box shadow of the focused Toolbar item.\n",
148357
+ "description": "The gradient of the outline Toolbar.\n",
147569
148358
  "commentRange": {
147570
- "start": 83,
147571
- "end": 84
148359
+ "start": 81,
148360
+ "end": 82
147572
148361
  },
147573
148362
  "context": {
147574
148363
  "type": "variable",
147575
- "name": "kendo-toolbar-item-shadow",
147576
- "value": "$kendo-button-focus-shadow",
148364
+ "name": "kendo-toolbar-outline-gradient",
148365
+ "value": "null",
147577
148366
  "scope": "default",
147578
148367
  "line": {
147579
- "start": 85,
147580
- "end": 85
148368
+ "start": 83,
148369
+ "end": 83
147581
148370
  }
147582
148371
  },
147583
148372
  "group": [
@@ -147588,19 +148377,46 @@
147588
148377
  "path": "default/scss/toolbar/_variables.scss",
147589
148378
  "name": "_variables.scss"
147590
148379
  },
147591
- "resolvedValue": "0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)",
147592
- "resolvedType": "List"
148380
+ "resolvedValue": "null",
148381
+ "resolvedType": "Null"
147593
148382
  },
147594
148383
  {
147595
- "description": "Border width of the flat Toolbar.\n",
148384
+ "description": "The box shadow of the outline Toolbar.\n",
148385
+ "commentRange": {
148386
+ "start": 84,
148387
+ "end": 85
148388
+ },
148389
+ "context": {
148390
+ "type": "variable",
148391
+ "name": "kendo-toolbar-outline-shadow",
148392
+ "value": "null",
148393
+ "scope": "default",
148394
+ "line": {
148395
+ "start": 86,
148396
+ "end": 86
148397
+ }
148398
+ },
148399
+ "group": [
148400
+ "toolbar"
148401
+ ],
148402
+ "access": "public",
148403
+ "file": {
148404
+ "path": "default/scss/toolbar/_variables.scss",
148405
+ "name": "_variables.scss"
148406
+ },
148407
+ "resolvedValue": "null",
148408
+ "resolvedType": "Null"
148409
+ },
148410
+ {
148411
+ "description": "The width of the border around the outline Toolbar.\n",
147596
148412
  "commentRange": {
147597
148413
  "start": 87,
147598
148414
  "end": 88
147599
148415
  },
147600
148416
  "context": {
147601
148417
  "type": "variable",
147602
- "name": "kendo-toolbar-flat-border-width",
147603
- "value": "1px",
148418
+ "name": "kendo-toolbar-outline-border-width",
148419
+ "value": "$kendo-toolbar-border-width",
147604
148420
  "scope": "default",
147605
148421
  "line": {
147606
148422
  "start": 89,
@@ -147619,18 +148435,153 @@
147619
148435
  "resolvedType": "Number"
147620
148436
  },
147621
148437
  {
147622
- "description": "The sizes map for the Toolbar.\n",
148438
+ "description": "The text color of the flat Toolbar.\n",
147623
148439
  "commentRange": {
147624
148440
  "start": 91,
147625
148441
  "end": 92
147626
148442
  },
147627
148443
  "context": {
147628
148444
  "type": "variable",
147629
- "name": "kendo-toolbar-sizes",
147630
- "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
148445
+ "name": "kendo-toolbar-flat-text",
148446
+ "value": "null",
147631
148447
  "scope": "default",
147632
148448
  "line": {
147633
148449
  "start": 93,
148450
+ "end": 93
148451
+ }
148452
+ },
148453
+ "group": [
148454
+ "toolbar"
148455
+ ],
148456
+ "access": "public",
148457
+ "file": {
148458
+ "path": "default/scss/toolbar/_variables.scss",
148459
+ "name": "_variables.scss"
148460
+ },
148461
+ "resolvedValue": "null",
148462
+ "resolvedType": "Null"
148463
+ },
148464
+ {
148465
+ "description": "The color of the border around the flat Toolbar.\n",
148466
+ "commentRange": {
148467
+ "start": 94,
148468
+ "end": 95
148469
+ },
148470
+ "context": {
148471
+ "type": "variable",
148472
+ "name": "kendo-toolbar-flat-border",
148473
+ "value": "$kendo-toolbar-border",
148474
+ "scope": "default",
148475
+ "line": {
148476
+ "start": 96,
148477
+ "end": 96
148478
+ }
148479
+ },
148480
+ "group": [
148481
+ "toolbar"
148482
+ ],
148483
+ "access": "public",
148484
+ "file": {
148485
+ "path": "default/scss/toolbar/_variables.scss",
148486
+ "name": "_variables.scss"
148487
+ },
148488
+ "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))",
148489
+ "resolvedType": "String"
148490
+ },
148491
+ {
148492
+ "description": "The gradient of the flat Toolbar.\n",
148493
+ "commentRange": {
148494
+ "start": 97,
148495
+ "end": 98
148496
+ },
148497
+ "context": {
148498
+ "type": "variable",
148499
+ "name": "kendo-toolbar-flat-gradient",
148500
+ "value": "null",
148501
+ "scope": "default",
148502
+ "line": {
148503
+ "start": 99,
148504
+ "end": 99
148505
+ }
148506
+ },
148507
+ "group": [
148508
+ "toolbar"
148509
+ ],
148510
+ "access": "public",
148511
+ "file": {
148512
+ "path": "default/scss/toolbar/_variables.scss",
148513
+ "name": "_variables.scss"
148514
+ },
148515
+ "resolvedValue": "null",
148516
+ "resolvedType": "Null"
148517
+ },
148518
+ {
148519
+ "description": "The box shadow of the flat Toolbar.\n",
148520
+ "commentRange": {
148521
+ "start": 100,
148522
+ "end": 101
148523
+ },
148524
+ "context": {
148525
+ "type": "variable",
148526
+ "name": "kendo-toolbar-flat-shadow",
148527
+ "value": "null",
148528
+ "scope": "default",
148529
+ "line": {
148530
+ "start": 102,
148531
+ "end": 102
148532
+ }
148533
+ },
148534
+ "group": [
148535
+ "toolbar"
148536
+ ],
148537
+ "access": "public",
148538
+ "file": {
148539
+ "path": "default/scss/toolbar/_variables.scss",
148540
+ "name": "_variables.scss"
148541
+ },
148542
+ "resolvedValue": "null",
148543
+ "resolvedType": "Null"
148544
+ },
148545
+ {
148546
+ "description": "Border width of the flat Toolbar.\n",
148547
+ "commentRange": {
148548
+ "start": 103,
148549
+ "end": 104
148550
+ },
148551
+ "context": {
148552
+ "type": "variable",
148553
+ "name": "kendo-toolbar-flat-border-width",
148554
+ "value": "1px",
148555
+ "scope": "default",
148556
+ "line": {
148557
+ "start": 105,
148558
+ "end": 105
148559
+ }
148560
+ },
148561
+ "group": [
148562
+ "toolbar"
148563
+ ],
148564
+ "access": "public",
148565
+ "file": {
148566
+ "path": "default/scss/toolbar/_variables.scss",
148567
+ "name": "_variables.scss"
148568
+ },
148569
+ "resolvedValue": "1px",
148570
+ "resolvedType": "Number"
148571
+ },
148572
+ {
148573
+ "description": "The color of the separator border of the Toolbar.\n",
148574
+ "commentRange": {
148575
+ "start": 107,
148576
+ "end": 108
148577
+ },
148578
+ "context": {
148579
+ "type": "variable",
148580
+ "name": "kendo-toolbar-separator-border",
148581
+ "value": "inherit",
148582
+ "scope": "default",
148583
+ "line": {
148584
+ "start": 109,
147634
148585
  "end": 109
147635
148586
  }
147636
148587
  },
@@ -147642,6 +148593,87 @@
147642
148593
  "path": "default/scss/toolbar/_variables.scss",
147643
148594
  "name": "_variables.scss"
147644
148595
  },
148596
+ "resolvedValue": "inherit",
148597
+ "resolvedType": "String"
148598
+ },
148599
+ {
148600
+ "description": "The width of the input in the Toolbar.\n",
148601
+ "commentRange": {
148602
+ "start": 111,
148603
+ "end": 112
148604
+ },
148605
+ "context": {
148606
+ "type": "variable",
148607
+ "name": "kendo-toolbar-input-width",
148608
+ "value": "10em",
148609
+ "scope": "default",
148610
+ "line": {
148611
+ "start": 113,
148612
+ "end": 113
148613
+ }
148614
+ },
148615
+ "group": [
148616
+ "toolbar"
148617
+ ],
148618
+ "access": "public",
148619
+ "file": {
148620
+ "path": "default/scss/toolbar/_variables.scss",
148621
+ "name": "_variables.scss"
148622
+ },
148623
+ "resolvedValue": "10em",
148624
+ "resolvedType": "Number"
148625
+ },
148626
+ {
148627
+ "description": "The box shadow of the focused Toolbar item.\n",
148628
+ "commentRange": {
148629
+ "start": 115,
148630
+ "end": 116
148631
+ },
148632
+ "context": {
148633
+ "type": "variable",
148634
+ "name": "kendo-toolbar-item-shadow",
148635
+ "value": "$kendo-button-focus-shadow",
148636
+ "scope": "default",
148637
+ "line": {
148638
+ "start": 117,
148639
+ "end": 117
148640
+ }
148641
+ },
148642
+ "group": [
148643
+ "toolbar"
148644
+ ],
148645
+ "access": "public",
148646
+ "file": {
148647
+ "path": "default/scss/toolbar/_variables.scss",
148648
+ "name": "_variables.scss"
148649
+ },
148650
+ "resolvedValue": "0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)",
148651
+ "resolvedType": "List"
148652
+ },
148653
+ {
148654
+ "description": "The sizes map for the Toolbar.\n",
148655
+ "commentRange": {
148656
+ "start": 119,
148657
+ "end": 120
148658
+ },
148659
+ "context": {
148660
+ "type": "variable",
148661
+ "name": "kendo-toolbar-sizes",
148662
+ "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
148663
+ "scope": "default",
148664
+ "line": {
148665
+ "start": 121,
148666
+ "end": 137
148667
+ }
148668
+ },
148669
+ "group": [
148670
+ "toolbar"
148671
+ ],
148672
+ "access": "public",
148673
+ "file": {
148674
+ "path": "default/scss/toolbar/_variables.scss",
148675
+ "name": "_variables.scss"
148676
+ },
147645
148677
  "resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-1\\.5, 0.375rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2\\.5, 0.625rem)))",
147646
148678
  "resolvedType": "Map",
147647
148679
  "prettyValue": {