@progress/kendo-theme-material 9.1.0-dev.4 → 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 (48) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +466 -83
  3. package/dist/material-aqua-dark.css +1 -1
  4. package/dist/material-arctic.css +1 -1
  5. package/dist/material-burnt-teal.css +1 -1
  6. package/dist/material-dataviz-v4.css +1 -1
  7. package/dist/material-eggplant.css +1 -1
  8. package/dist/material-lime-dark.css +1 -1
  9. package/dist/material-lime.css +1 -1
  10. package/dist/material-main-dark.css +1 -1
  11. package/dist/material-main.css +1 -1
  12. package/dist/material-nova.css +1 -1
  13. package/dist/material-pacific-dark.css +1 -1
  14. package/dist/material-pacific.css +1 -1
  15. package/dist/material-sky-dark.css +1 -1
  16. package/dist/material-sky.css +1 -1
  17. package/dist/material-smoke.css +1 -1
  18. package/dist/meta/sassdoc-data.json +1042 -118
  19. package/dist/meta/sassdoc-raw-data.json +475 -50
  20. package/dist/meta/variables.json +100 -12
  21. package/lib/swatches/material-aqua-dark.json +1 -1
  22. package/lib/swatches/material-arctic.json +1 -1
  23. package/lib/swatches/material-burnt-teal.json +1 -1
  24. package/lib/swatches/material-dataviz-v4.json +1 -1
  25. package/lib/swatches/material-eggplant.json +1 -1
  26. package/lib/swatches/material-lime-dark.json +1 -1
  27. package/lib/swatches/material-lime.json +1 -1
  28. package/lib/swatches/material-main-dark.json +1 -1
  29. package/lib/swatches/material-main.json +1 -1
  30. package/lib/swatches/material-nova.json +1 -1
  31. package/lib/swatches/material-pacific-dark.json +1 -1
  32. package/lib/swatches/material-pacific.json +1 -1
  33. package/lib/swatches/material-sky-dark.json +1 -1
  34. package/lib/swatches/material-sky.json +1 -1
  35. package/lib/swatches/material-smoke.json +1 -1
  36. package/package.json +5 -5
  37. package/scss/dataviz/_index.scss +3 -1
  38. package/scss/dataviz/_variables.scss +9 -0
  39. package/scss/index.scss +2 -0
  40. package/scss/list/_index.scss +3 -1
  41. package/scss/list/_variables.scss +0 -4
  42. package/scss/no-data/_index.scss +32 -0
  43. package/scss/no-data/_layout.scss +5 -0
  44. package/scss/no-data/_theme.scss +5 -0
  45. package/scss/no-data/_variables.scss +7 -0
  46. package/scss/pdf-viewer/_variables.scss +23 -0
  47. package/scss/toolbar/_layout.scss +4 -0
  48. package/scss/toolbar/_variables.scss +34 -6
@@ -32277,14 +32277,14 @@
32277
32277
  "resolvedType": "Null"
32278
32278
  },
32279
32279
  {
32280
- "description": "The color of the 'No Data' text.\n",
32280
+ "description": "The color of the 'Option Label' text.\n",
32281
32281
  "commentRange": {
32282
32282
  "start": 245,
32283
32283
  "end": 246
32284
32284
  },
32285
32285
  "context": {
32286
32286
  "type": "variable",
32287
- "name": "kendo-list-no-data-text",
32287
+ "name": "kendo-list-option-label-text",
32288
32288
  "value": "$kendo-subtle-text",
32289
32289
  "scope": "default",
32290
32290
  "line": {
@@ -32303,33 +32303,6 @@
32303
32303
  "resolvedValue": "var(--kendo-color-subtle, #757575)",
32304
32304
  "resolvedType": "String"
32305
32305
  },
32306
- {
32307
- "description": "The color of the 'Option Label' text.\n",
32308
- "commentRange": {
32309
- "start": 249,
32310
- "end": 250
32311
- },
32312
- "context": {
32313
- "type": "variable",
32314
- "name": "kendo-list-option-label-text",
32315
- "value": "$kendo-subtle-text",
32316
- "scope": "default",
32317
- "line": {
32318
- "start": 251,
32319
- "end": 251
32320
- }
32321
- },
32322
- "group": [
32323
- "list"
32324
- ],
32325
- "access": "public",
32326
- "file": {
32327
- "path": "material/scss/list/_variables.scss",
32328
- "name": "_variables.scss"
32329
- },
32330
- "resolvedValue": "var(--kendo-color-subtle, #757575)",
32331
- "resolvedType": "String"
32332
- },
32333
32306
  {
32334
32307
  "description": "The spacing between the ListBox elements.\n",
32335
32308
  "commentRange": {
@@ -37001,6 +36974,60 @@
37001
36974
  "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
37002
36975
  "resolvedType": "String"
37003
36976
  },
36977
+ {
36978
+ "description": "The minimum height of the 'No Data' text container.\n",
36979
+ "commentRange": {
36980
+ "start": 1,
36981
+ "end": 2
36982
+ },
36983
+ "context": {
36984
+ "type": "variable",
36985
+ "name": "kendo-no-data-min-height",
36986
+ "value": "140px",
36987
+ "scope": "default",
36988
+ "line": {
36989
+ "start": 3,
36990
+ "end": 3
36991
+ }
36992
+ },
36993
+ "group": [
36994
+ "no-data"
36995
+ ],
36996
+ "access": "public",
36997
+ "file": {
36998
+ "path": "material/scss/no-data/_variables.scss",
36999
+ "name": "_variables.scss"
37000
+ },
37001
+ "resolvedValue": "140px",
37002
+ "resolvedType": "Number"
37003
+ },
37004
+ {
37005
+ "description": "The color of the 'No Data' text.\n",
37006
+ "commentRange": {
37007
+ "start": 5,
37008
+ "end": 6
37009
+ },
37010
+ "context": {
37011
+ "type": "variable",
37012
+ "name": "kendo-no-data-text",
37013
+ "value": "$kendo-subtle-text",
37014
+ "scope": "default",
37015
+ "line": {
37016
+ "start": 7,
37017
+ "end": 7
37018
+ }
37019
+ },
37020
+ "group": [
37021
+ "no-data"
37022
+ ],
37023
+ "access": "public",
37024
+ "file": {
37025
+ "path": "material/scss/no-data/_variables.scss",
37026
+ "name": "_variables.scss"
37027
+ },
37028
+ "resolvedValue": "var(--kendo-color-subtle, #757575)",
37029
+ "resolvedType": "String"
37030
+ },
37004
37031
  {
37005
37032
  "description": "The row-gap between the elements in the Notification group.\n",
37006
37033
  "commentRange": {
@@ -43916,6 +43943,195 @@
43916
43943
  "resolvedValue": "var(--kendo-color-subtle, #757575)",
43917
43944
  "resolvedType": "String"
43918
43945
  },
43946
+ {
43947
+ "description": "The vertical padding of the PDFViewer popup.\n",
43948
+ "commentRange": {
43949
+ "start": 112,
43950
+ "end": 113
43951
+ },
43952
+ "context": {
43953
+ "type": "variable",
43954
+ "name": "kendo-pdf-viewer-popup-padding-x",
43955
+ "value": "k-spacing(2)",
43956
+ "scope": "default",
43957
+ "line": {
43958
+ "start": 114,
43959
+ "end": 114
43960
+ }
43961
+ },
43962
+ "group": [
43963
+ "pdf-viewer"
43964
+ ],
43965
+ "access": "public",
43966
+ "file": {
43967
+ "path": "material/scss/pdf-viewer/_variables.scss",
43968
+ "name": "_variables.scss"
43969
+ },
43970
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
43971
+ "resolvedType": "String"
43972
+ },
43973
+ {
43974
+ "description": "The horizontal padding of the PDFViewer popup.\n",
43975
+ "commentRange": {
43976
+ "start": 115,
43977
+ "end": 116
43978
+ },
43979
+ "context": {
43980
+ "type": "variable",
43981
+ "name": "kendo-pdf-viewer-popup-padding-y",
43982
+ "value": "$kendo-pdf-viewer-popup-padding-x",
43983
+ "scope": "default",
43984
+ "line": {
43985
+ "start": 117,
43986
+ "end": 117
43987
+ }
43988
+ },
43989
+ "group": [
43990
+ "pdf-viewer"
43991
+ ],
43992
+ "access": "public",
43993
+ "file": {
43994
+ "path": "material/scss/pdf-viewer/_variables.scss",
43995
+ "name": "_variables.scss"
43996
+ },
43997
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
43998
+ "resolvedType": "String"
43999
+ },
44000
+ {
44001
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
44002
+ "commentRange": {
44003
+ "start": 119,
44004
+ "end": 120
44005
+ },
44006
+ "context": {
44007
+ "type": "variable",
44008
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
44009
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
44010
+ "scope": "default",
44011
+ "line": {
44012
+ "start": 121,
44013
+ "end": 121
44014
+ }
44015
+ },
44016
+ "group": [
44017
+ "pdf-viewer"
44018
+ ],
44019
+ "access": "public",
44020
+ "file": {
44021
+ "path": "material/scss/pdf-viewer/_variables.scss",
44022
+ "name": "_variables.scss"
44023
+ },
44024
+ "resolvedValue": "var(--kendo-color-primary, #3f51b5)",
44025
+ "resolvedType": "String"
44026
+ },
44027
+ {
44028
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
44029
+ "commentRange": {
44030
+ "start": 122,
44031
+ "end": 123
44032
+ },
44033
+ "context": {
44034
+ "type": "variable",
44035
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
44036
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
44037
+ "scope": "default",
44038
+ "line": {
44039
+ "start": 124,
44040
+ "end": 124
44041
+ }
44042
+ },
44043
+ "group": [
44044
+ "pdf-viewer"
44045
+ ],
44046
+ "access": "public",
44047
+ "file": {
44048
+ "path": "material/scss/pdf-viewer/_variables.scss",
44049
+ "name": "_variables.scss"
44050
+ },
44051
+ "resolvedValue": "var(--kendo-color-primary-hover, #3a4ba7)",
44052
+ "resolvedType": "String"
44053
+ },
44054
+ {
44055
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
44056
+ "commentRange": {
44057
+ "start": 125,
44058
+ "end": 126
44059
+ },
44060
+ "context": {
44061
+ "type": "variable",
44062
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
44063
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
44064
+ "scope": "default",
44065
+ "line": {
44066
+ "start": 127,
44067
+ "end": 127
44068
+ }
44069
+ },
44070
+ "group": [
44071
+ "pdf-viewer"
44072
+ ],
44073
+ "access": "public",
44074
+ "file": {
44075
+ "path": "material/scss/pdf-viewer/_variables.scss",
44076
+ "name": "_variables.scss"
44077
+ },
44078
+ "resolvedValue": "var(--kendo-color-primary, #3f51b5)",
44079
+ "resolvedType": "String"
44080
+ },
44081
+ {
44082
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
44083
+ "commentRange": {
44084
+ "start": 128,
44085
+ "end": 129
44086
+ },
44087
+ "context": {
44088
+ "type": "variable",
44089
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
44090
+ "value": "rgba(124, 22, 27, 0.5)",
44091
+ "scope": "default",
44092
+ "line": {
44093
+ "start": 130,
44094
+ "end": 130
44095
+ }
44096
+ },
44097
+ "group": [
44098
+ "pdf-viewer"
44099
+ ],
44100
+ "access": "public",
44101
+ "file": {
44102
+ "path": "material/scss/pdf-viewer/_variables.scss",
44103
+ "name": "_variables.scss"
44104
+ },
44105
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
44106
+ "resolvedType": "Color"
44107
+ },
44108
+ {
44109
+ "description": "The text color of the PDFViewer free text annotation.\n",
44110
+ "commentRange": {
44111
+ "start": 131,
44112
+ "end": 132
44113
+ },
44114
+ "context": {
44115
+ "type": "variable",
44116
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
44117
+ "value": "rgba(124, 22, 27, 0.7)",
44118
+ "scope": "default",
44119
+ "line": {
44120
+ "start": 133,
44121
+ "end": 133
44122
+ }
44123
+ },
44124
+ "group": [
44125
+ "pdf-viewer"
44126
+ ],
44127
+ "access": "public",
44128
+ "file": {
44129
+ "path": "material/scss/pdf-viewer/_variables.scss",
44130
+ "name": "_variables.scss"
44131
+ },
44132
+ "resolvedValue": "rgba(124, 22, 27, 0.7)",
44133
+ "resolvedType": "Color"
44134
+ },
43919
44135
  {
43920
44136
  "description": "The background color of the Picker components.\n",
43921
44137
  "commentRange": {
@@ -67990,7 +68206,7 @@
67990
68206
  "context": {
67991
68207
  "type": "variable",
67992
68208
  "name": "kendo-toolbar-border",
67993
- "value": "null",
68209
+ "value": "$kendo-component-border",
67994
68210
  "scope": "default",
67995
68211
  "line": {
67996
68212
  "start": 67,
@@ -68005,8 +68221,8 @@
68005
68221
  "path": "material/scss/toolbar/_variables.scss",
68006
68222
  "name": "_variables.scss"
68007
68223
  },
68008
- "resolvedValue": "null",
68009
- "resolvedType": "Null"
68224
+ "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
68225
+ "resolvedType": "String"
68010
68226
  },
68011
68227
  {
68012
68228
  "description": "The gradient of the Toolbar.\n",
@@ -68063,15 +68279,15 @@
68063
68279
  "resolvedType": "String"
68064
68280
  },
68065
68281
  {
68066
- "description": "The color of the separator border of the Toolbar.\n",
68282
+ "description": "The text color of the outline Toolbar.\n",
68067
68283
  "commentRange": {
68068
68284
  "start": 75,
68069
68285
  "end": 76
68070
68286
  },
68071
68287
  "context": {
68072
68288
  "type": "variable",
68073
- "name": "kendo-toolbar-separator-border",
68074
- "value": "$kendo-component-border",
68289
+ "name": "kendo-toolbar-outline-text",
68290
+ "value": "null",
68075
68291
  "scope": "default",
68076
68292
  "line": {
68077
68293
  "start": 77,
@@ -68086,23 +68302,50 @@
68086
68302
  "path": "material/scss/toolbar/_variables.scss",
68087
68303
  "name": "_variables.scss"
68088
68304
  },
68089
- "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
68305
+ "resolvedValue": "null",
68306
+ "resolvedType": "Null"
68307
+ },
68308
+ {
68309
+ "description": "The color of the border around the outline Toolbar.\n",
68310
+ "commentRange": {
68311
+ "start": 78,
68312
+ "end": 79
68313
+ },
68314
+ "context": {
68315
+ "type": "variable",
68316
+ "name": "kendo-toolbar-outline-border",
68317
+ "value": "currentColor",
68318
+ "scope": "default",
68319
+ "line": {
68320
+ "start": 80,
68321
+ "end": 80
68322
+ }
68323
+ },
68324
+ "group": [
68325
+ "toolbar"
68326
+ ],
68327
+ "access": "public",
68328
+ "file": {
68329
+ "path": "material/scss/toolbar/_variables.scss",
68330
+ "name": "_variables.scss"
68331
+ },
68332
+ "resolvedValue": "currentColor",
68090
68333
  "resolvedType": "String"
68091
68334
  },
68092
68335
  {
68093
- "description": "The width of the input in the Toolbar.\n",
68336
+ "description": "The gradient of the outline Toolbar.\n",
68094
68337
  "commentRange": {
68095
- "start": 79,
68096
- "end": 80
68338
+ "start": 81,
68339
+ "end": 82
68097
68340
  },
68098
68341
  "context": {
68099
68342
  "type": "variable",
68100
- "name": "kendo-toolbar-input-width",
68101
- "value": "10em",
68343
+ "name": "kendo-toolbar-outline-gradient",
68344
+ "value": "null",
68102
68345
  "scope": "default",
68103
68346
  "line": {
68104
- "start": 81,
68105
- "end": 81
68347
+ "start": 83,
68348
+ "end": 83
68106
68349
  }
68107
68350
  },
68108
68351
  "group": [
@@ -68113,23 +68356,23 @@
68113
68356
  "path": "material/scss/toolbar/_variables.scss",
68114
68357
  "name": "_variables.scss"
68115
68358
  },
68116
- "resolvedValue": "10em",
68117
- "resolvedType": "Number"
68359
+ "resolvedValue": "null",
68360
+ "resolvedType": "Null"
68118
68361
  },
68119
68362
  {
68120
- "description": "The box shadow of the focused Toolbar item.\n",
68363
+ "description": "The box shadow of the outline Toolbar.\n",
68121
68364
  "commentRange": {
68122
- "start": 83,
68123
- "end": 84
68365
+ "start": 84,
68366
+ "end": 85
68124
68367
  },
68125
68368
  "context": {
68126
68369
  "type": "variable",
68127
- "name": "kendo-toolbar-item-shadow",
68128
- "value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
68370
+ "name": "kendo-toolbar-outline-shadow",
68371
+ "value": "none",
68129
68372
  "scope": "default",
68130
68373
  "line": {
68131
- "start": 85,
68132
- "end": 85
68374
+ "start": 86,
68375
+ "end": 86
68133
68376
  }
68134
68377
  },
68135
68378
  "group": [
@@ -68140,18 +68383,18 @@
68140
68383
  "path": "material/scss/toolbar/_variables.scss",
68141
68384
  "name": "_variables.scss"
68142
68385
  },
68143
- "resolvedValue": "0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12)",
68144
- "resolvedType": "List"
68386
+ "resolvedValue": "none",
68387
+ "resolvedType": "String"
68145
68388
  },
68146
68389
  {
68147
- "description": "Border width of the flat Toolbar.\n",
68390
+ "description": "The width of the border around the outline Toolbar.\n",
68148
68391
  "commentRange": {
68149
68392
  "start": 87,
68150
68393
  "end": 88
68151
68394
  },
68152
68395
  "context": {
68153
68396
  "type": "variable",
68154
- "name": "kendo-toolbar-flat-border-width",
68397
+ "name": "kendo-toolbar-outline-border-width",
68155
68398
  "value": "1px",
68156
68399
  "scope": "default",
68157
68400
  "line": {
@@ -68171,18 +68414,153 @@
68171
68414
  "resolvedType": "Number"
68172
68415
  },
68173
68416
  {
68174
- "description": "The sizes map for the Toolbar.\n",
68417
+ "description": "The text color of the flat Toolbar.\n",
68175
68418
  "commentRange": {
68176
68419
  "start": 91,
68177
68420
  "end": 92
68178
68421
  },
68179
68422
  "context": {
68180
68423
  "type": "variable",
68181
- "name": "kendo-toolbar-sizes",
68182
- "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)",
68424
+ "name": "kendo-toolbar-flat-text",
68425
+ "value": "null",
68183
68426
  "scope": "default",
68184
68427
  "line": {
68185
68428
  "start": 93,
68429
+ "end": 93
68430
+ }
68431
+ },
68432
+ "group": [
68433
+ "toolbar"
68434
+ ],
68435
+ "access": "public",
68436
+ "file": {
68437
+ "path": "material/scss/toolbar/_variables.scss",
68438
+ "name": "_variables.scss"
68439
+ },
68440
+ "resolvedValue": "null",
68441
+ "resolvedType": "Null"
68442
+ },
68443
+ {
68444
+ "description": "The color of the border around the flat Toolbar.\n",
68445
+ "commentRange": {
68446
+ "start": 94,
68447
+ "end": 95
68448
+ },
68449
+ "context": {
68450
+ "type": "variable",
68451
+ "name": "kendo-toolbar-flat-border",
68452
+ "value": "$kendo-toolbar-border",
68453
+ "scope": "default",
68454
+ "line": {
68455
+ "start": 96,
68456
+ "end": 96
68457
+ }
68458
+ },
68459
+ "group": [
68460
+ "toolbar"
68461
+ ],
68462
+ "access": "public",
68463
+ "file": {
68464
+ "path": "material/scss/toolbar/_variables.scss",
68465
+ "name": "_variables.scss"
68466
+ },
68467
+ "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
68468
+ "resolvedType": "String"
68469
+ },
68470
+ {
68471
+ "description": "The gradient of the flat Toolbar.\n",
68472
+ "commentRange": {
68473
+ "start": 97,
68474
+ "end": 98
68475
+ },
68476
+ "context": {
68477
+ "type": "variable",
68478
+ "name": "kendo-toolbar-flat-gradient",
68479
+ "value": "null",
68480
+ "scope": "default",
68481
+ "line": {
68482
+ "start": 99,
68483
+ "end": 99
68484
+ }
68485
+ },
68486
+ "group": [
68487
+ "toolbar"
68488
+ ],
68489
+ "access": "public",
68490
+ "file": {
68491
+ "path": "material/scss/toolbar/_variables.scss",
68492
+ "name": "_variables.scss"
68493
+ },
68494
+ "resolvedValue": "null",
68495
+ "resolvedType": "Null"
68496
+ },
68497
+ {
68498
+ "description": "The box shadow of the flat Toolbar.\n",
68499
+ "commentRange": {
68500
+ "start": 100,
68501
+ "end": 101
68502
+ },
68503
+ "context": {
68504
+ "type": "variable",
68505
+ "name": "kendo-toolbar-flat-shadow",
68506
+ "value": "0 2px 0 -1px $kendo-component-border",
68507
+ "scope": "default",
68508
+ "line": {
68509
+ "start": 102,
68510
+ "end": 102
68511
+ }
68512
+ },
68513
+ "group": [
68514
+ "toolbar"
68515
+ ],
68516
+ "access": "public",
68517
+ "file": {
68518
+ "path": "material/scss/toolbar/_variables.scss",
68519
+ "name": "_variables.scss"
68520
+ },
68521
+ "resolvedValue": "0 2px 0 -1px var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
68522
+ "resolvedType": "List"
68523
+ },
68524
+ {
68525
+ "description": "Border width of the flat Toolbar.\n",
68526
+ "commentRange": {
68527
+ "start": 103,
68528
+ "end": 104
68529
+ },
68530
+ "context": {
68531
+ "type": "variable",
68532
+ "name": "kendo-toolbar-flat-border-width",
68533
+ "value": "1px",
68534
+ "scope": "default",
68535
+ "line": {
68536
+ "start": 105,
68537
+ "end": 105
68538
+ }
68539
+ },
68540
+ "group": [
68541
+ "toolbar"
68542
+ ],
68543
+ "access": "public",
68544
+ "file": {
68545
+ "path": "material/scss/toolbar/_variables.scss",
68546
+ "name": "_variables.scss"
68547
+ },
68548
+ "resolvedValue": "1px",
68549
+ "resolvedType": "Number"
68550
+ },
68551
+ {
68552
+ "description": "The color of the separator border of the Toolbar.\n",
68553
+ "commentRange": {
68554
+ "start": 107,
68555
+ "end": 108
68556
+ },
68557
+ "context": {
68558
+ "type": "variable",
68559
+ "name": "kendo-toolbar-separator-border",
68560
+ "value": "inherit",
68561
+ "scope": "default",
68562
+ "line": {
68563
+ "start": 109,
68186
68564
  "end": 109
68187
68565
  }
68188
68566
  },
@@ -68194,6 +68572,87 @@
68194
68572
  "path": "material/scss/toolbar/_variables.scss",
68195
68573
  "name": "_variables.scss"
68196
68574
  },
68575
+ "resolvedValue": "inherit",
68576
+ "resolvedType": "String"
68577
+ },
68578
+ {
68579
+ "description": "The width of the input in the Toolbar.\n",
68580
+ "commentRange": {
68581
+ "start": 111,
68582
+ "end": 112
68583
+ },
68584
+ "context": {
68585
+ "type": "variable",
68586
+ "name": "kendo-toolbar-input-width",
68587
+ "value": "10em",
68588
+ "scope": "default",
68589
+ "line": {
68590
+ "start": 113,
68591
+ "end": 113
68592
+ }
68593
+ },
68594
+ "group": [
68595
+ "toolbar"
68596
+ ],
68597
+ "access": "public",
68598
+ "file": {
68599
+ "path": "material/scss/toolbar/_variables.scss",
68600
+ "name": "_variables.scss"
68601
+ },
68602
+ "resolvedValue": "10em",
68603
+ "resolvedType": "Number"
68604
+ },
68605
+ {
68606
+ "description": "The box shadow of the focused Toolbar item.\n",
68607
+ "commentRange": {
68608
+ "start": 115,
68609
+ "end": 116
68610
+ },
68611
+ "context": {
68612
+ "type": "variable",
68613
+ "name": "kendo-toolbar-item-shadow",
68614
+ "value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
68615
+ "scope": "default",
68616
+ "line": {
68617
+ "start": 117,
68618
+ "end": 117
68619
+ }
68620
+ },
68621
+ "group": [
68622
+ "toolbar"
68623
+ ],
68624
+ "access": "public",
68625
+ "file": {
68626
+ "path": "material/scss/toolbar/_variables.scss",
68627
+ "name": "_variables.scss"
68628
+ },
68629
+ "resolvedValue": "0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12)",
68630
+ "resolvedType": "List"
68631
+ },
68632
+ {
68633
+ "description": "The sizes map for the Toolbar.\n",
68634
+ "commentRange": {
68635
+ "start": 119,
68636
+ "end": 120
68637
+ },
68638
+ "context": {
68639
+ "type": "variable",
68640
+ "name": "kendo-toolbar-sizes",
68641
+ "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)",
68642
+ "scope": "default",
68643
+ "line": {
68644
+ "start": 121,
68645
+ "end": 137
68646
+ }
68647
+ },
68648
+ "group": [
68649
+ "toolbar"
68650
+ ],
68651
+ "access": "public",
68652
+ "file": {
68653
+ "path": "material/scss/toolbar/_variables.scss",
68654
+ "name": "_variables.scss"
68655
+ },
68197
68656
  "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)))",
68198
68657
  "resolvedType": "Map",
68199
68658
  "prettyValue": {
@@ -110022,14 +110481,14 @@
110022
110481
  "resolvedType": "Null"
110023
110482
  },
110024
110483
  {
110025
- "description": "The color of the 'No Data' text.\n",
110484
+ "description": "The color of the 'Option Label' text.\n",
110026
110485
  "commentRange": {
110027
110486
  "start": 245,
110028
110487
  "end": 246
110029
110488
  },
110030
110489
  "context": {
110031
110490
  "type": "variable",
110032
- "name": "kendo-list-no-data-text",
110491
+ "name": "kendo-list-option-label-text",
110033
110492
  "value": "$kendo-subtle-text",
110034
110493
  "scope": "default",
110035
110494
  "line": {
@@ -110047,33 +110506,6 @@
110047
110506
  },
110048
110507
  "resolvedValue": "var(--kendo-color-subtle, #757575)",
110049
110508
  "resolvedType": "String"
110050
- },
110051
- {
110052
- "description": "The color of the 'Option Label' text.\n",
110053
- "commentRange": {
110054
- "start": 249,
110055
- "end": 250
110056
- },
110057
- "context": {
110058
- "type": "variable",
110059
- "name": "kendo-list-option-label-text",
110060
- "value": "$kendo-subtle-text",
110061
- "scope": "default",
110062
- "line": {
110063
- "start": 251,
110064
- "end": 251
110065
- }
110066
- },
110067
- "group": [
110068
- "list"
110069
- ],
110070
- "access": "public",
110071
- "file": {
110072
- "path": "material/scss/list/_variables.scss",
110073
- "name": "_variables.scss"
110074
- },
110075
- "resolvedValue": "var(--kendo-color-subtle, #757575)",
110076
- "resolvedType": "String"
110077
110509
  }
110078
110510
  ]
110079
110511
  },
@@ -114796,6 +115228,66 @@
114796
115228
  }
114797
115229
  ]
114798
115230
  },
115231
+ {
115232
+ "id": "no-data",
115233
+ "title": "NoData",
115234
+ "variables": [
115235
+ {
115236
+ "description": "The minimum height of the 'No Data' text container.\n",
115237
+ "commentRange": {
115238
+ "start": 1,
115239
+ "end": 2
115240
+ },
115241
+ "context": {
115242
+ "type": "variable",
115243
+ "name": "kendo-no-data-min-height",
115244
+ "value": "140px",
115245
+ "scope": "default",
115246
+ "line": {
115247
+ "start": 3,
115248
+ "end": 3
115249
+ }
115250
+ },
115251
+ "group": [
115252
+ "no-data"
115253
+ ],
115254
+ "access": "public",
115255
+ "file": {
115256
+ "path": "material/scss/no-data/_variables.scss",
115257
+ "name": "_variables.scss"
115258
+ },
115259
+ "resolvedValue": "140px",
115260
+ "resolvedType": "Number"
115261
+ },
115262
+ {
115263
+ "description": "The color of the 'No Data' text.\n",
115264
+ "commentRange": {
115265
+ "start": 5,
115266
+ "end": 6
115267
+ },
115268
+ "context": {
115269
+ "type": "variable",
115270
+ "name": "kendo-no-data-text",
115271
+ "value": "$kendo-subtle-text",
115272
+ "scope": "default",
115273
+ "line": {
115274
+ "start": 7,
115275
+ "end": 7
115276
+ }
115277
+ },
115278
+ "group": [
115279
+ "no-data"
115280
+ ],
115281
+ "access": "public",
115282
+ "file": {
115283
+ "path": "material/scss/no-data/_variables.scss",
115284
+ "name": "_variables.scss"
115285
+ },
115286
+ "resolvedValue": "var(--kendo-color-subtle, #757575)",
115287
+ "resolvedType": "String"
115288
+ }
115289
+ ]
115290
+ },
114799
115291
  {
114800
115292
  "id": "notification",
114801
115293
  "title": "Notification",
@@ -117359,6 +117851,195 @@
117359
117851
  },
117360
117852
  "resolvedValue": "var(--kendo-color-subtle, #757575)",
117361
117853
  "resolvedType": "String"
117854
+ },
117855
+ {
117856
+ "description": "The vertical padding of the PDFViewer popup.\n",
117857
+ "commentRange": {
117858
+ "start": 112,
117859
+ "end": 113
117860
+ },
117861
+ "context": {
117862
+ "type": "variable",
117863
+ "name": "kendo-pdf-viewer-popup-padding-x",
117864
+ "value": "k-spacing(2)",
117865
+ "scope": "default",
117866
+ "line": {
117867
+ "start": 114,
117868
+ "end": 114
117869
+ }
117870
+ },
117871
+ "group": [
117872
+ "pdf-viewer"
117873
+ ],
117874
+ "access": "public",
117875
+ "file": {
117876
+ "path": "material/scss/pdf-viewer/_variables.scss",
117877
+ "name": "_variables.scss"
117878
+ },
117879
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
117880
+ "resolvedType": "String"
117881
+ },
117882
+ {
117883
+ "description": "The horizontal padding of the PDFViewer popup.\n",
117884
+ "commentRange": {
117885
+ "start": 115,
117886
+ "end": 116
117887
+ },
117888
+ "context": {
117889
+ "type": "variable",
117890
+ "name": "kendo-pdf-viewer-popup-padding-y",
117891
+ "value": "$kendo-pdf-viewer-popup-padding-x",
117892
+ "scope": "default",
117893
+ "line": {
117894
+ "start": 117,
117895
+ "end": 117
117896
+ }
117897
+ },
117898
+ "group": [
117899
+ "pdf-viewer"
117900
+ ],
117901
+ "access": "public",
117902
+ "file": {
117903
+ "path": "material/scss/pdf-viewer/_variables.scss",
117904
+ "name": "_variables.scss"
117905
+ },
117906
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
117907
+ "resolvedType": "String"
117908
+ },
117909
+ {
117910
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
117911
+ "commentRange": {
117912
+ "start": 119,
117913
+ "end": 120
117914
+ },
117915
+ "context": {
117916
+ "type": "variable",
117917
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
117918
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
117919
+ "scope": "default",
117920
+ "line": {
117921
+ "start": 121,
117922
+ "end": 121
117923
+ }
117924
+ },
117925
+ "group": [
117926
+ "pdf-viewer"
117927
+ ],
117928
+ "access": "public",
117929
+ "file": {
117930
+ "path": "material/scss/pdf-viewer/_variables.scss",
117931
+ "name": "_variables.scss"
117932
+ },
117933
+ "resolvedValue": "var(--kendo-color-primary, #3f51b5)",
117934
+ "resolvedType": "String"
117935
+ },
117936
+ {
117937
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
117938
+ "commentRange": {
117939
+ "start": 122,
117940
+ "end": 123
117941
+ },
117942
+ "context": {
117943
+ "type": "variable",
117944
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
117945
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
117946
+ "scope": "default",
117947
+ "line": {
117948
+ "start": 124,
117949
+ "end": 124
117950
+ }
117951
+ },
117952
+ "group": [
117953
+ "pdf-viewer"
117954
+ ],
117955
+ "access": "public",
117956
+ "file": {
117957
+ "path": "material/scss/pdf-viewer/_variables.scss",
117958
+ "name": "_variables.scss"
117959
+ },
117960
+ "resolvedValue": "var(--kendo-color-primary-hover, #3a4ba7)",
117961
+ "resolvedType": "String"
117962
+ },
117963
+ {
117964
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
117965
+ "commentRange": {
117966
+ "start": 125,
117967
+ "end": 126
117968
+ },
117969
+ "context": {
117970
+ "type": "variable",
117971
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
117972
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
117973
+ "scope": "default",
117974
+ "line": {
117975
+ "start": 127,
117976
+ "end": 127
117977
+ }
117978
+ },
117979
+ "group": [
117980
+ "pdf-viewer"
117981
+ ],
117982
+ "access": "public",
117983
+ "file": {
117984
+ "path": "material/scss/pdf-viewer/_variables.scss",
117985
+ "name": "_variables.scss"
117986
+ },
117987
+ "resolvedValue": "var(--kendo-color-primary, #3f51b5)",
117988
+ "resolvedType": "String"
117989
+ },
117990
+ {
117991
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
117992
+ "commentRange": {
117993
+ "start": 128,
117994
+ "end": 129
117995
+ },
117996
+ "context": {
117997
+ "type": "variable",
117998
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
117999
+ "value": "rgba(124, 22, 27, 0.5)",
118000
+ "scope": "default",
118001
+ "line": {
118002
+ "start": 130,
118003
+ "end": 130
118004
+ }
118005
+ },
118006
+ "group": [
118007
+ "pdf-viewer"
118008
+ ],
118009
+ "access": "public",
118010
+ "file": {
118011
+ "path": "material/scss/pdf-viewer/_variables.scss",
118012
+ "name": "_variables.scss"
118013
+ },
118014
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
118015
+ "resolvedType": "Color"
118016
+ },
118017
+ {
118018
+ "description": "The text color of the PDFViewer free text annotation.\n",
118019
+ "commentRange": {
118020
+ "start": 131,
118021
+ "end": 132
118022
+ },
118023
+ "context": {
118024
+ "type": "variable",
118025
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
118026
+ "value": "rgba(124, 22, 27, 0.7)",
118027
+ "scope": "default",
118028
+ "line": {
118029
+ "start": 133,
118030
+ "end": 133
118031
+ }
118032
+ },
118033
+ "group": [
118034
+ "pdf-viewer"
118035
+ ],
118036
+ "access": "public",
118037
+ "file": {
118038
+ "path": "material/scss/pdf-viewer/_variables.scss",
118039
+ "name": "_variables.scss"
118040
+ },
118041
+ "resolvedValue": "rgba(124, 22, 27, 0.7)",
118042
+ "resolvedType": "Color"
117362
118043
  }
117363
118044
  ]
117364
118045
  },
@@ -145775,7 +146456,7 @@
145775
146456
  "context": {
145776
146457
  "type": "variable",
145777
146458
  "name": "kendo-toolbar-border",
145778
- "value": "null",
146459
+ "value": "$kendo-component-border",
145779
146460
  "scope": "default",
145780
146461
  "line": {
145781
146462
  "start": 67,
@@ -145790,8 +146471,8 @@
145790
146471
  "path": "material/scss/toolbar/_variables.scss",
145791
146472
  "name": "_variables.scss"
145792
146473
  },
145793
- "resolvedValue": "null",
145794
- "resolvedType": "Null"
146474
+ "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
146475
+ "resolvedType": "String"
145795
146476
  },
145796
146477
  {
145797
146478
  "description": "The gradient of the Toolbar.\n",
@@ -145848,15 +146529,15 @@
145848
146529
  "resolvedType": "String"
145849
146530
  },
145850
146531
  {
145851
- "description": "The color of the separator border of the Toolbar.\n",
146532
+ "description": "The text color of the outline Toolbar.\n",
145852
146533
  "commentRange": {
145853
146534
  "start": 75,
145854
146535
  "end": 76
145855
146536
  },
145856
146537
  "context": {
145857
146538
  "type": "variable",
145858
- "name": "kendo-toolbar-separator-border",
145859
- "value": "$kendo-component-border",
146539
+ "name": "kendo-toolbar-outline-text",
146540
+ "value": "null",
145860
146541
  "scope": "default",
145861
146542
  "line": {
145862
146543
  "start": 77,
@@ -145871,23 +146552,50 @@
145871
146552
  "path": "material/scss/toolbar/_variables.scss",
145872
146553
  "name": "_variables.scss"
145873
146554
  },
145874
- "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
146555
+ "resolvedValue": "null",
146556
+ "resolvedType": "Null"
146557
+ },
146558
+ {
146559
+ "description": "The color of the border around the outline Toolbar.\n",
146560
+ "commentRange": {
146561
+ "start": 78,
146562
+ "end": 79
146563
+ },
146564
+ "context": {
146565
+ "type": "variable",
146566
+ "name": "kendo-toolbar-outline-border",
146567
+ "value": "currentColor",
146568
+ "scope": "default",
146569
+ "line": {
146570
+ "start": 80,
146571
+ "end": 80
146572
+ }
146573
+ },
146574
+ "group": [
146575
+ "toolbar"
146576
+ ],
146577
+ "access": "public",
146578
+ "file": {
146579
+ "path": "material/scss/toolbar/_variables.scss",
146580
+ "name": "_variables.scss"
146581
+ },
146582
+ "resolvedValue": "currentColor",
145875
146583
  "resolvedType": "String"
145876
146584
  },
145877
146585
  {
145878
- "description": "The width of the input in the Toolbar.\n",
146586
+ "description": "The gradient of the outline Toolbar.\n",
145879
146587
  "commentRange": {
145880
- "start": 79,
145881
- "end": 80
146588
+ "start": 81,
146589
+ "end": 82
145882
146590
  },
145883
146591
  "context": {
145884
146592
  "type": "variable",
145885
- "name": "kendo-toolbar-input-width",
145886
- "value": "10em",
146593
+ "name": "kendo-toolbar-outline-gradient",
146594
+ "value": "null",
145887
146595
  "scope": "default",
145888
146596
  "line": {
145889
- "start": 81,
145890
- "end": 81
146597
+ "start": 83,
146598
+ "end": 83
145891
146599
  }
145892
146600
  },
145893
146601
  "group": [
@@ -145898,23 +146606,23 @@
145898
146606
  "path": "material/scss/toolbar/_variables.scss",
145899
146607
  "name": "_variables.scss"
145900
146608
  },
145901
- "resolvedValue": "10em",
145902
- "resolvedType": "Number"
146609
+ "resolvedValue": "null",
146610
+ "resolvedType": "Null"
145903
146611
  },
145904
146612
  {
145905
- "description": "The box shadow of the focused Toolbar item.\n",
146613
+ "description": "The box shadow of the outline Toolbar.\n",
145906
146614
  "commentRange": {
145907
- "start": 83,
145908
- "end": 84
146615
+ "start": 84,
146616
+ "end": 85
145909
146617
  },
145910
146618
  "context": {
145911
146619
  "type": "variable",
145912
- "name": "kendo-toolbar-item-shadow",
145913
- "value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
146620
+ "name": "kendo-toolbar-outline-shadow",
146621
+ "value": "none",
145914
146622
  "scope": "default",
145915
146623
  "line": {
145916
- "start": 85,
145917
- "end": 85
146624
+ "start": 86,
146625
+ "end": 86
145918
146626
  }
145919
146627
  },
145920
146628
  "group": [
@@ -145925,18 +146633,18 @@
145925
146633
  "path": "material/scss/toolbar/_variables.scss",
145926
146634
  "name": "_variables.scss"
145927
146635
  },
145928
- "resolvedValue": "0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12)",
145929
- "resolvedType": "List"
146636
+ "resolvedValue": "none",
146637
+ "resolvedType": "String"
145930
146638
  },
145931
146639
  {
145932
- "description": "Border width of the flat Toolbar.\n",
146640
+ "description": "The width of the border around the outline Toolbar.\n",
145933
146641
  "commentRange": {
145934
146642
  "start": 87,
145935
146643
  "end": 88
145936
146644
  },
145937
146645
  "context": {
145938
146646
  "type": "variable",
145939
- "name": "kendo-toolbar-flat-border-width",
146647
+ "name": "kendo-toolbar-outline-border-width",
145940
146648
  "value": "1px",
145941
146649
  "scope": "default",
145942
146650
  "line": {
@@ -145956,18 +146664,153 @@
145956
146664
  "resolvedType": "Number"
145957
146665
  },
145958
146666
  {
145959
- "description": "The sizes map for the Toolbar.\n",
146667
+ "description": "The text color of the flat Toolbar.\n",
145960
146668
  "commentRange": {
145961
146669
  "start": 91,
145962
146670
  "end": 92
145963
146671
  },
145964
146672
  "context": {
145965
146673
  "type": "variable",
145966
- "name": "kendo-toolbar-sizes",
145967
- "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)",
146674
+ "name": "kendo-toolbar-flat-text",
146675
+ "value": "null",
145968
146676
  "scope": "default",
145969
146677
  "line": {
145970
146678
  "start": 93,
146679
+ "end": 93
146680
+ }
146681
+ },
146682
+ "group": [
146683
+ "toolbar"
146684
+ ],
146685
+ "access": "public",
146686
+ "file": {
146687
+ "path": "material/scss/toolbar/_variables.scss",
146688
+ "name": "_variables.scss"
146689
+ },
146690
+ "resolvedValue": "null",
146691
+ "resolvedType": "Null"
146692
+ },
146693
+ {
146694
+ "description": "The color of the border around the flat Toolbar.\n",
146695
+ "commentRange": {
146696
+ "start": 94,
146697
+ "end": 95
146698
+ },
146699
+ "context": {
146700
+ "type": "variable",
146701
+ "name": "kendo-toolbar-flat-border",
146702
+ "value": "$kendo-toolbar-border",
146703
+ "scope": "default",
146704
+ "line": {
146705
+ "start": 96,
146706
+ "end": 96
146707
+ }
146708
+ },
146709
+ "group": [
146710
+ "toolbar"
146711
+ ],
146712
+ "access": "public",
146713
+ "file": {
146714
+ "path": "material/scss/toolbar/_variables.scss",
146715
+ "name": "_variables.scss"
146716
+ },
146717
+ "resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
146718
+ "resolvedType": "String"
146719
+ },
146720
+ {
146721
+ "description": "The gradient of the flat Toolbar.\n",
146722
+ "commentRange": {
146723
+ "start": 97,
146724
+ "end": 98
146725
+ },
146726
+ "context": {
146727
+ "type": "variable",
146728
+ "name": "kendo-toolbar-flat-gradient",
146729
+ "value": "null",
146730
+ "scope": "default",
146731
+ "line": {
146732
+ "start": 99,
146733
+ "end": 99
146734
+ }
146735
+ },
146736
+ "group": [
146737
+ "toolbar"
146738
+ ],
146739
+ "access": "public",
146740
+ "file": {
146741
+ "path": "material/scss/toolbar/_variables.scss",
146742
+ "name": "_variables.scss"
146743
+ },
146744
+ "resolvedValue": "null",
146745
+ "resolvedType": "Null"
146746
+ },
146747
+ {
146748
+ "description": "The box shadow of the flat Toolbar.\n",
146749
+ "commentRange": {
146750
+ "start": 100,
146751
+ "end": 101
146752
+ },
146753
+ "context": {
146754
+ "type": "variable",
146755
+ "name": "kendo-toolbar-flat-shadow",
146756
+ "value": "0 2px 0 -1px $kendo-component-border",
146757
+ "scope": "default",
146758
+ "line": {
146759
+ "start": 102,
146760
+ "end": 102
146761
+ }
146762
+ },
146763
+ "group": [
146764
+ "toolbar"
146765
+ ],
146766
+ "access": "public",
146767
+ "file": {
146768
+ "path": "material/scss/toolbar/_variables.scss",
146769
+ "name": "_variables.scss"
146770
+ },
146771
+ "resolvedValue": "0 2px 0 -1px var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
146772
+ "resolvedType": "List"
146773
+ },
146774
+ {
146775
+ "description": "Border width of the flat Toolbar.\n",
146776
+ "commentRange": {
146777
+ "start": 103,
146778
+ "end": 104
146779
+ },
146780
+ "context": {
146781
+ "type": "variable",
146782
+ "name": "kendo-toolbar-flat-border-width",
146783
+ "value": "1px",
146784
+ "scope": "default",
146785
+ "line": {
146786
+ "start": 105,
146787
+ "end": 105
146788
+ }
146789
+ },
146790
+ "group": [
146791
+ "toolbar"
146792
+ ],
146793
+ "access": "public",
146794
+ "file": {
146795
+ "path": "material/scss/toolbar/_variables.scss",
146796
+ "name": "_variables.scss"
146797
+ },
146798
+ "resolvedValue": "1px",
146799
+ "resolvedType": "Number"
146800
+ },
146801
+ {
146802
+ "description": "The color of the separator border of the Toolbar.\n",
146803
+ "commentRange": {
146804
+ "start": 107,
146805
+ "end": 108
146806
+ },
146807
+ "context": {
146808
+ "type": "variable",
146809
+ "name": "kendo-toolbar-separator-border",
146810
+ "value": "inherit",
146811
+ "scope": "default",
146812
+ "line": {
146813
+ "start": 109,
145971
146814
  "end": 109
145972
146815
  }
145973
146816
  },
@@ -145979,6 +146822,87 @@
145979
146822
  "path": "material/scss/toolbar/_variables.scss",
145980
146823
  "name": "_variables.scss"
145981
146824
  },
146825
+ "resolvedValue": "inherit",
146826
+ "resolvedType": "String"
146827
+ },
146828
+ {
146829
+ "description": "The width of the input in the Toolbar.\n",
146830
+ "commentRange": {
146831
+ "start": 111,
146832
+ "end": 112
146833
+ },
146834
+ "context": {
146835
+ "type": "variable",
146836
+ "name": "kendo-toolbar-input-width",
146837
+ "value": "10em",
146838
+ "scope": "default",
146839
+ "line": {
146840
+ "start": 113,
146841
+ "end": 113
146842
+ }
146843
+ },
146844
+ "group": [
146845
+ "toolbar"
146846
+ ],
146847
+ "access": "public",
146848
+ "file": {
146849
+ "path": "material/scss/toolbar/_variables.scss",
146850
+ "name": "_variables.scss"
146851
+ },
146852
+ "resolvedValue": "10em",
146853
+ "resolvedType": "Number"
146854
+ },
146855
+ {
146856
+ "description": "The box shadow of the focused Toolbar item.\n",
146857
+ "commentRange": {
146858
+ "start": 115,
146859
+ "end": 116
146860
+ },
146861
+ "context": {
146862
+ "type": "variable",
146863
+ "name": "kendo-toolbar-item-shadow",
146864
+ "value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
146865
+ "scope": "default",
146866
+ "line": {
146867
+ "start": 117,
146868
+ "end": 117
146869
+ }
146870
+ },
146871
+ "group": [
146872
+ "toolbar"
146873
+ ],
146874
+ "access": "public",
146875
+ "file": {
146876
+ "path": "material/scss/toolbar/_variables.scss",
146877
+ "name": "_variables.scss"
146878
+ },
146879
+ "resolvedValue": "0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12)",
146880
+ "resolvedType": "List"
146881
+ },
146882
+ {
146883
+ "description": "The sizes map for the Toolbar.\n",
146884
+ "commentRange": {
146885
+ "start": 119,
146886
+ "end": 120
146887
+ },
146888
+ "context": {
146889
+ "type": "variable",
146890
+ "name": "kendo-toolbar-sizes",
146891
+ "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)",
146892
+ "scope": "default",
146893
+ "line": {
146894
+ "start": 121,
146895
+ "end": 137
146896
+ }
146897
+ },
146898
+ "group": [
146899
+ "toolbar"
146900
+ ],
146901
+ "access": "public",
146902
+ "file": {
146903
+ "path": "material/scss/toolbar/_variables.scss",
146904
+ "name": "_variables.scss"
146905
+ },
145982
146906
  "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)))",
145983
146907
  "resolvedType": "Map",
145984
146908
  "prettyValue": {