@progress/kendo-theme-default 9.1.0-dev.4 → 9.1.0-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +454 -82
  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 +1092 -114
  16. package/dist/meta/sassdoc-raw-data.json +500 -50
  17. package/dist/meta/variables.json +97 -9
  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/pdf-viewer/_layout.scss +185 -24
  45. package/scss/pdf-viewer/_theme.scss +19 -1
  46. package/scss/pdf-viewer/_variables.scss +26 -0
  47. package/scss/prompt/_layout.scss +6 -0
  48. package/scss/scheduler/_index.scss +3 -1
  49. package/scss/spreadsheet/_layout.scss +2 -1
  50. package/scss/toolbar/_layout.scss +12 -10
  51. package/scss/toolbar/_theme.scss +33 -9
  52. package/scss/toolbar/_variables.scss +32 -4
@@ -30656,14 +30656,14 @@
30656
30656
  }
30657
30657
  },
30658
30658
  {
30659
- "description": "The color of the 'No Data' text.\n",
30659
+ "description": "The color of the 'Option Label' text.\n",
30660
30660
  "commentRange": {
30661
30661
  "start": 245,
30662
30662
  "end": 246
30663
30663
  },
30664
30664
  "context": {
30665
30665
  "type": "variable",
30666
- "name": "kendo-list-no-data-text",
30666
+ "name": "kendo-list-option-label-text",
30667
30667
  "value": "$kendo-subtle-text",
30668
30668
  "scope": "default",
30669
30669
  "line": {
@@ -30680,31 +30680,6 @@
30680
30680
  "name": "_variables.scss"
30681
30681
  }
30682
30682
  },
30683
- {
30684
- "description": "The color of the 'Option Label' text.\n",
30685
- "commentRange": {
30686
- "start": 249,
30687
- "end": 250
30688
- },
30689
- "context": {
30690
- "type": "variable",
30691
- "name": "kendo-list-option-label-text",
30692
- "value": "$kendo-subtle-text",
30693
- "scope": "default",
30694
- "line": {
30695
- "start": 251,
30696
- "end": 251
30697
- }
30698
- },
30699
- "group": [
30700
- "list"
30701
- ],
30702
- "access": "public",
30703
- "file": {
30704
- "path": "list/_variables.scss",
30705
- "name": "_variables.scss"
30706
- }
30707
- },
30708
30683
  {
30709
30684
  "description": "The spacing between the ListBox elements.\n",
30710
30685
  "commentRange": {
@@ -35030,6 +35005,56 @@
35030
35005
  "name": "_variables.scss"
35031
35006
  }
35032
35007
  },
35008
+ {
35009
+ "description": "The minimum height of the 'No Data' text container.\n",
35010
+ "commentRange": {
35011
+ "start": 1,
35012
+ "end": 2
35013
+ },
35014
+ "context": {
35015
+ "type": "variable",
35016
+ "name": "kendo-no-data-min-height",
35017
+ "value": "140px",
35018
+ "scope": "default",
35019
+ "line": {
35020
+ "start": 3,
35021
+ "end": 3
35022
+ }
35023
+ },
35024
+ "group": [
35025
+ "no-data"
35026
+ ],
35027
+ "access": "public",
35028
+ "file": {
35029
+ "path": "no-data/_variables.scss",
35030
+ "name": "_variables.scss"
35031
+ }
35032
+ },
35033
+ {
35034
+ "description": "The color of the 'No Data' text.\n",
35035
+ "commentRange": {
35036
+ "start": 5,
35037
+ "end": 6
35038
+ },
35039
+ "context": {
35040
+ "type": "variable",
35041
+ "name": "kendo-no-data-text",
35042
+ "value": "$kendo-subtle-text",
35043
+ "scope": "default",
35044
+ "line": {
35045
+ "start": 7,
35046
+ "end": 7
35047
+ }
35048
+ },
35049
+ "group": [
35050
+ "no-data"
35051
+ ],
35052
+ "access": "public",
35053
+ "file": {
35054
+ "path": "no-data/_variables.scss",
35055
+ "name": "_variables.scss"
35056
+ }
35057
+ },
35033
35058
  {
35034
35059
  "description": "The row-gap between the elements in the Notification group.\n",
35035
35060
  "commentRange": {
@@ -41055,6 +41080,206 @@
41055
41080
  "name": "_variables.scss"
41056
41081
  }
41057
41082
  },
41083
+ {
41084
+ "description": "The vertical padding of the PDFViewer popup.\n",
41085
+ "commentRange": {
41086
+ "start": 112,
41087
+ "end": 113
41088
+ },
41089
+ "context": {
41090
+ "type": "variable",
41091
+ "name": "kendo-pdf-viewer-popup-padding-x",
41092
+ "value": "k-spacing(2)",
41093
+ "scope": "default",
41094
+ "line": {
41095
+ "start": 114,
41096
+ "end": 114
41097
+ }
41098
+ },
41099
+ "group": [
41100
+ "pdf-viewer"
41101
+ ],
41102
+ "access": "public",
41103
+ "file": {
41104
+ "path": "pdf-viewer/_variables.scss",
41105
+ "name": "_variables.scss"
41106
+ }
41107
+ },
41108
+ {
41109
+ "description": "The horizontal padding of the PDFViewer popup.\n",
41110
+ "commentRange": {
41111
+ "start": 115,
41112
+ "end": 116
41113
+ },
41114
+ "context": {
41115
+ "type": "variable",
41116
+ "name": "kendo-pdf-viewer-popup-padding-y",
41117
+ "value": "$kendo-pdf-viewer-popup-padding-x",
41118
+ "scope": "default",
41119
+ "line": {
41120
+ "start": 117,
41121
+ "end": 117
41122
+ }
41123
+ },
41124
+ "group": [
41125
+ "pdf-viewer"
41126
+ ],
41127
+ "access": "public",
41128
+ "file": {
41129
+ "path": "pdf-viewer/_variables.scss",
41130
+ "name": "_variables.scss"
41131
+ }
41132
+ },
41133
+ {
41134
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
41135
+ "commentRange": {
41136
+ "start": 119,
41137
+ "end": 120
41138
+ },
41139
+ "context": {
41140
+ "type": "variable",
41141
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
41142
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
41143
+ "scope": "default",
41144
+ "line": {
41145
+ "start": 121,
41146
+ "end": 121
41147
+ }
41148
+ },
41149
+ "group": [
41150
+ "pdf-viewer"
41151
+ ],
41152
+ "access": "public",
41153
+ "file": {
41154
+ "path": "pdf-viewer/_variables.scss",
41155
+ "name": "_variables.scss"
41156
+ }
41157
+ },
41158
+ {
41159
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
41160
+ "commentRange": {
41161
+ "start": 122,
41162
+ "end": 123
41163
+ },
41164
+ "context": {
41165
+ "type": "variable",
41166
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
41167
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
41168
+ "scope": "default",
41169
+ "line": {
41170
+ "start": 124,
41171
+ "end": 124
41172
+ }
41173
+ },
41174
+ "group": [
41175
+ "pdf-viewer"
41176
+ ],
41177
+ "access": "public",
41178
+ "file": {
41179
+ "path": "pdf-viewer/_variables.scss",
41180
+ "name": "_variables.scss"
41181
+ }
41182
+ },
41183
+ {
41184
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
41185
+ "commentRange": {
41186
+ "start": 125,
41187
+ "end": 126
41188
+ },
41189
+ "context": {
41190
+ "type": "variable",
41191
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
41192
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
41193
+ "scope": "default",
41194
+ "line": {
41195
+ "start": 127,
41196
+ "end": 127
41197
+ }
41198
+ },
41199
+ "group": [
41200
+ "pdf-viewer"
41201
+ ],
41202
+ "access": "public",
41203
+ "file": {
41204
+ "path": "pdf-viewer/_variables.scss",
41205
+ "name": "_variables.scss"
41206
+ }
41207
+ },
41208
+ {
41209
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
41210
+ "commentRange": {
41211
+ "start": 128,
41212
+ "end": 129
41213
+ },
41214
+ "context": {
41215
+ "type": "variable",
41216
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
41217
+ "value": "rgba(124, 22, 27, 0.5)",
41218
+ "scope": "default",
41219
+ "line": {
41220
+ "start": 130,
41221
+ "end": 130
41222
+ }
41223
+ },
41224
+ "group": [
41225
+ "pdf-viewer"
41226
+ ],
41227
+ "access": "public",
41228
+ "file": {
41229
+ "path": "pdf-viewer/_variables.scss",
41230
+ "name": "_variables.scss"
41231
+ }
41232
+ },
41233
+ {
41234
+ "description": "The text color of the PDFViewer free text annotation.\n",
41235
+ "commentRange": {
41236
+ "start": 131,
41237
+ "end": 132
41238
+ },
41239
+ "context": {
41240
+ "type": "variable",
41241
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
41242
+ "value": "rgba(124, 22, 27, 0.5)",
41243
+ "scope": "default",
41244
+ "line": {
41245
+ "start": 133,
41246
+ "end": 133
41247
+ }
41248
+ },
41249
+ "group": [
41250
+ "pdf-viewer"
41251
+ ],
41252
+ "access": "public",
41253
+ "file": {
41254
+ "path": "pdf-viewer/_variables.scss",
41255
+ "name": "_variables.scss"
41256
+ }
41257
+ },
41258
+ {
41259
+ "description": "The text color of the PDFViewer free text annotation.\n",
41260
+ "commentRange": {
41261
+ "start": 134,
41262
+ "end": 135
41263
+ },
41264
+ "context": {
41265
+ "type": "variable",
41266
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
41267
+ "value": "rgba(124, 22, 27, 0.7)",
41268
+ "scope": "default",
41269
+ "line": {
41270
+ "start": 136,
41271
+ "end": 136
41272
+ }
41273
+ },
41274
+ "group": [
41275
+ "pdf-viewer"
41276
+ ],
41277
+ "access": "public",
41278
+ "file": {
41279
+ "path": "pdf-viewer/_variables.scss",
41280
+ "name": "_variables.scss"
41281
+ }
41282
+ },
41058
41283
  {
41059
41284
  "description": "The background color of the Picker components.\n",
41060
41285
  "commentRange": {
@@ -62834,15 +63059,15 @@
62834
63059
  }
62835
63060
  },
62836
63061
  {
62837
- "description": "The color of the separator border of the Toolbar.\n",
63062
+ "description": "The text color of the outline Toolbar.\n",
62838
63063
  "commentRange": {
62839
63064
  "start": 75,
62840
63065
  "end": 76
62841
63066
  },
62842
63067
  "context": {
62843
63068
  "type": "variable",
62844
- "name": "kendo-toolbar-separator-border",
62845
- "value": "inherit",
63069
+ "name": "kendo-toolbar-outline-text",
63070
+ "value": "$kendo-button-text",
62846
63071
  "scope": "default",
62847
63072
  "line": {
62848
63073
  "start": 77,
@@ -62859,19 +63084,19 @@
62859
63084
  }
62860
63085
  },
62861
63086
  {
62862
- "description": "The width of the input in the Toolbar.\n",
63087
+ "description": "The color of the border around the outline Toolbar.\n",
62863
63088
  "commentRange": {
62864
- "start": 79,
62865
- "end": 80
63089
+ "start": 78,
63090
+ "end": 79
62866
63091
  },
62867
63092
  "context": {
62868
63093
  "type": "variable",
62869
- "name": "kendo-toolbar-input-width",
62870
- "value": "10em",
63094
+ "name": "kendo-toolbar-outline-border",
63095
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
62871
63096
  "scope": "default",
62872
63097
  "line": {
62873
- "start": 81,
62874
- "end": 81
63098
+ "start": 80,
63099
+ "end": 80
62875
63100
  }
62876
63101
  },
62877
63102
  "group": [
@@ -62884,19 +63109,19 @@
62884
63109
  }
62885
63110
  },
62886
63111
  {
62887
- "description": "The box shadow of the focused Toolbar item.\n",
63112
+ "description": "The gradient of the outline Toolbar.\n",
62888
63113
  "commentRange": {
62889
- "start": 83,
62890
- "end": 84
63114
+ "start": 81,
63115
+ "end": 82
62891
63116
  },
62892
63117
  "context": {
62893
63118
  "type": "variable",
62894
- "name": "kendo-toolbar-item-shadow",
62895
- "value": "$kendo-button-focus-shadow",
63119
+ "name": "kendo-toolbar-outline-gradient",
63120
+ "value": "null",
62896
63121
  "scope": "default",
62897
63122
  "line": {
62898
- "start": 85,
62899
- "end": 85
63123
+ "start": 83,
63124
+ "end": 83
62900
63125
  }
62901
63126
  },
62902
63127
  "group": [
@@ -62909,15 +63134,40 @@
62909
63134
  }
62910
63135
  },
62911
63136
  {
62912
- "description": "Border width of the flat Toolbar.\n",
63137
+ "description": "The box shadow of the outline Toolbar.\n",
63138
+ "commentRange": {
63139
+ "start": 84,
63140
+ "end": 85
63141
+ },
63142
+ "context": {
63143
+ "type": "variable",
63144
+ "name": "kendo-toolbar-outline-shadow",
63145
+ "value": "null",
63146
+ "scope": "default",
63147
+ "line": {
63148
+ "start": 86,
63149
+ "end": 86
63150
+ }
63151
+ },
63152
+ "group": [
63153
+ "toolbar"
63154
+ ],
63155
+ "access": "public",
63156
+ "file": {
63157
+ "path": "toolbar/_variables.scss",
63158
+ "name": "_variables.scss"
63159
+ }
63160
+ },
63161
+ {
63162
+ "description": "The width of the border around the outline Toolbar.\n",
62913
63163
  "commentRange": {
62914
63164
  "start": 87,
62915
63165
  "end": 88
62916
63166
  },
62917
63167
  "context": {
62918
63168
  "type": "variable",
62919
- "name": "kendo-toolbar-flat-border-width",
62920
- "value": "1px",
63169
+ "name": "kendo-toolbar-outline-border-width",
63170
+ "value": "$kendo-toolbar-border-width",
62921
63171
  "scope": "default",
62922
63172
  "line": {
62923
63173
  "start": 89,
@@ -62934,18 +63184,143 @@
62934
63184
  }
62935
63185
  },
62936
63186
  {
62937
- "description": "The sizes map for the Toolbar.\n",
63187
+ "description": "The text color of the flat Toolbar.\n",
62938
63188
  "commentRange": {
62939
63189
  "start": 91,
62940
63190
  "end": 92
62941
63191
  },
62942
63192
  "context": {
62943
63193
  "type": "variable",
62944
- "name": "kendo-toolbar-sizes",
62945
- "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)",
63194
+ "name": "kendo-toolbar-flat-text",
63195
+ "value": "null",
62946
63196
  "scope": "default",
62947
63197
  "line": {
62948
63198
  "start": 93,
63199
+ "end": 93
63200
+ }
63201
+ },
63202
+ "group": [
63203
+ "toolbar"
63204
+ ],
63205
+ "access": "public",
63206
+ "file": {
63207
+ "path": "toolbar/_variables.scss",
63208
+ "name": "_variables.scss"
63209
+ }
63210
+ },
63211
+ {
63212
+ "description": "The color of the border around the flat Toolbar.\n",
63213
+ "commentRange": {
63214
+ "start": 94,
63215
+ "end": 95
63216
+ },
63217
+ "context": {
63218
+ "type": "variable",
63219
+ "name": "kendo-toolbar-flat-border",
63220
+ "value": "$kendo-toolbar-border",
63221
+ "scope": "default",
63222
+ "line": {
63223
+ "start": 96,
63224
+ "end": 96
63225
+ }
63226
+ },
63227
+ "group": [
63228
+ "toolbar"
63229
+ ],
63230
+ "access": "public",
63231
+ "file": {
63232
+ "path": "toolbar/_variables.scss",
63233
+ "name": "_variables.scss"
63234
+ }
63235
+ },
63236
+ {
63237
+ "description": "The gradient of the flat Toolbar.\n",
63238
+ "commentRange": {
63239
+ "start": 97,
63240
+ "end": 98
63241
+ },
63242
+ "context": {
63243
+ "type": "variable",
63244
+ "name": "kendo-toolbar-flat-gradient",
63245
+ "value": "null",
63246
+ "scope": "default",
63247
+ "line": {
63248
+ "start": 99,
63249
+ "end": 99
63250
+ }
63251
+ },
63252
+ "group": [
63253
+ "toolbar"
63254
+ ],
63255
+ "access": "public",
63256
+ "file": {
63257
+ "path": "toolbar/_variables.scss",
63258
+ "name": "_variables.scss"
63259
+ }
63260
+ },
63261
+ {
63262
+ "description": "The box shadow of the flat Toolbar.\n",
63263
+ "commentRange": {
63264
+ "start": 100,
63265
+ "end": 101
63266
+ },
63267
+ "context": {
63268
+ "type": "variable",
63269
+ "name": "kendo-toolbar-flat-shadow",
63270
+ "value": "null",
63271
+ "scope": "default",
63272
+ "line": {
63273
+ "start": 102,
63274
+ "end": 102
63275
+ }
63276
+ },
63277
+ "group": [
63278
+ "toolbar"
63279
+ ],
63280
+ "access": "public",
63281
+ "file": {
63282
+ "path": "toolbar/_variables.scss",
63283
+ "name": "_variables.scss"
63284
+ }
63285
+ },
63286
+ {
63287
+ "description": "Border width of the flat Toolbar.\n",
63288
+ "commentRange": {
63289
+ "start": 103,
63290
+ "end": 104
63291
+ },
63292
+ "context": {
63293
+ "type": "variable",
63294
+ "name": "kendo-toolbar-flat-border-width",
63295
+ "value": "1px",
63296
+ "scope": "default",
63297
+ "line": {
63298
+ "start": 105,
63299
+ "end": 105
63300
+ }
63301
+ },
63302
+ "group": [
63303
+ "toolbar"
63304
+ ],
63305
+ "access": "public",
63306
+ "file": {
63307
+ "path": "toolbar/_variables.scss",
63308
+ "name": "_variables.scss"
63309
+ }
63310
+ },
63311
+ {
63312
+ "description": "The color of the separator border of the Toolbar.\n",
63313
+ "commentRange": {
63314
+ "start": 107,
63315
+ "end": 108
63316
+ },
63317
+ "context": {
63318
+ "type": "variable",
63319
+ "name": "kendo-toolbar-separator-border",
63320
+ "value": "inherit",
63321
+ "scope": "default",
63322
+ "line": {
63323
+ "start": 109,
62949
63324
  "end": 109
62950
63325
  }
62951
63326
  },
@@ -62958,6 +63333,81 @@
62958
63333
  "name": "_variables.scss"
62959
63334
  }
62960
63335
  },
63336
+ {
63337
+ "description": "The width of the input in the Toolbar.\n",
63338
+ "commentRange": {
63339
+ "start": 111,
63340
+ "end": 112
63341
+ },
63342
+ "context": {
63343
+ "type": "variable",
63344
+ "name": "kendo-toolbar-input-width",
63345
+ "value": "10em",
63346
+ "scope": "default",
63347
+ "line": {
63348
+ "start": 113,
63349
+ "end": 113
63350
+ }
63351
+ },
63352
+ "group": [
63353
+ "toolbar"
63354
+ ],
63355
+ "access": "public",
63356
+ "file": {
63357
+ "path": "toolbar/_variables.scss",
63358
+ "name": "_variables.scss"
63359
+ }
63360
+ },
63361
+ {
63362
+ "description": "The box shadow of the focused Toolbar item.\n",
63363
+ "commentRange": {
63364
+ "start": 115,
63365
+ "end": 116
63366
+ },
63367
+ "context": {
63368
+ "type": "variable",
63369
+ "name": "kendo-toolbar-item-shadow",
63370
+ "value": "$kendo-button-focus-shadow",
63371
+ "scope": "default",
63372
+ "line": {
63373
+ "start": 117,
63374
+ "end": 117
63375
+ }
63376
+ },
63377
+ "group": [
63378
+ "toolbar"
63379
+ ],
63380
+ "access": "public",
63381
+ "file": {
63382
+ "path": "toolbar/_variables.scss",
63383
+ "name": "_variables.scss"
63384
+ }
63385
+ },
63386
+ {
63387
+ "description": "The sizes map for the Toolbar.\n",
63388
+ "commentRange": {
63389
+ "start": 119,
63390
+ "end": 120
63391
+ },
63392
+ "context": {
63393
+ "type": "variable",
63394
+ "name": "kendo-toolbar-sizes",
63395
+ "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)",
63396
+ "scope": "default",
63397
+ "line": {
63398
+ "start": 121,
63399
+ "end": 137
63400
+ }
63401
+ },
63402
+ "group": [
63403
+ "toolbar"
63404
+ ],
63405
+ "access": "public",
63406
+ "file": {
63407
+ "path": "toolbar/_variables.scss",
63408
+ "name": "_variables.scss"
63409
+ }
63410
+ },
62961
63411
  {
62962
63412
  "description": "The vertical padding of the Tooltip.\n",
62963
63413
  "commentRange": {