@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
@@ -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": {
@@ -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": {
@@ -68561,15 +68804,15 @@
68561
68804
  "resolvedType": "Null"
68562
68805
  },
68563
68806
  {
68564
- "description": "The color of the separator border of the Toolbar.\n",
68807
+ "description": "The text color of the outline Toolbar.\n",
68565
68808
  "commentRange": {
68566
68809
  "start": 75,
68567
68810
  "end": 76
68568
68811
  },
68569
68812
  "context": {
68570
68813
  "type": "variable",
68571
- "name": "kendo-toolbar-separator-border",
68572
- "value": "inherit",
68814
+ "name": "kendo-toolbar-outline-text",
68815
+ "value": "$kendo-button-text",
68573
68816
  "scope": "default",
68574
68817
  "line": {
68575
68818
  "start": 77,
@@ -68584,23 +68827,23 @@
68584
68827
  "path": "default/scss/toolbar/_variables.scss",
68585
68828
  "name": "_variables.scss"
68586
68829
  },
68587
- "resolvedValue": "inherit",
68830
+ "resolvedValue": "var(--kendo-color-on-base, #3d3d3d)",
68588
68831
  "resolvedType": "String"
68589
68832
  },
68590
68833
  {
68591
- "description": "The width of the input in the Toolbar.\n",
68834
+ "description": "The color of the border around the outline Toolbar.\n",
68592
68835
  "commentRange": {
68593
- "start": 79,
68594
- "end": 80
68836
+ "start": 78,
68837
+ "end": 79
68595
68838
  },
68596
68839
  "context": {
68597
68840
  "type": "variable",
68598
- "name": "kendo-toolbar-input-width",
68599
- "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))",
68600
68843
  "scope": "default",
68601
68844
  "line": {
68602
- "start": 81,
68603
- "end": 81
68845
+ "start": 80,
68846
+ "end": 80
68604
68847
  }
68605
68848
  },
68606
68849
  "group": [
@@ -68611,23 +68854,23 @@
68611
68854
  "path": "default/scss/toolbar/_variables.scss",
68612
68855
  "name": "_variables.scss"
68613
68856
  },
68614
- "resolvedValue": "10em",
68615
- "resolvedType": "Number"
68857
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 50%, transparent)",
68858
+ "resolvedType": "String"
68616
68859
  },
68617
68860
  {
68618
- "description": "The box shadow of the focused Toolbar item.\n",
68861
+ "description": "The gradient of the outline Toolbar.\n",
68619
68862
  "commentRange": {
68620
- "start": 83,
68621
- "end": 84
68863
+ "start": 81,
68864
+ "end": 82
68622
68865
  },
68623
68866
  "context": {
68624
68867
  "type": "variable",
68625
- "name": "kendo-toolbar-item-shadow",
68626
- "value": "$kendo-button-focus-shadow",
68868
+ "name": "kendo-toolbar-outline-gradient",
68869
+ "value": "null",
68627
68870
  "scope": "default",
68628
68871
  "line": {
68629
- "start": 85,
68630
- "end": 85
68872
+ "start": 83,
68873
+ "end": 83
68631
68874
  }
68632
68875
  },
68633
68876
  "group": [
@@ -68638,19 +68881,46 @@
68638
68881
  "path": "default/scss/toolbar/_variables.scss",
68639
68882
  "name": "_variables.scss"
68640
68883
  },
68641
- "resolvedValue": "0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)",
68642
- "resolvedType": "List"
68884
+ "resolvedValue": "null",
68885
+ "resolvedType": "Null"
68643
68886
  },
68644
68887
  {
68645
- "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",
68646
68916
  "commentRange": {
68647
68917
  "start": 87,
68648
68918
  "end": 88
68649
68919
  },
68650
68920
  "context": {
68651
68921
  "type": "variable",
68652
- "name": "kendo-toolbar-flat-border-width",
68653
- "value": "1px",
68922
+ "name": "kendo-toolbar-outline-border-width",
68923
+ "value": "$kendo-toolbar-border-width",
68654
68924
  "scope": "default",
68655
68925
  "line": {
68656
68926
  "start": 89,
@@ -68669,18 +68939,153 @@
68669
68939
  "resolvedType": "Number"
68670
68940
  },
68671
68941
  {
68672
- "description": "The sizes map for the Toolbar.\n",
68942
+ "description": "The text color of the flat Toolbar.\n",
68673
68943
  "commentRange": {
68674
68944
  "start": 91,
68675
68945
  "end": 92
68676
68946
  },
68677
68947
  "context": {
68678
68948
  "type": "variable",
68679
- "name": "kendo-toolbar-sizes",
68680
- "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",
68681
68951
  "scope": "default",
68682
68952
  "line": {
68683
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,
68684
69089
  "end": 109
68685
69090
  }
68686
69091
  },
@@ -68692,6 +69097,87 @@
68692
69097
  "path": "default/scss/toolbar/_variables.scss",
68693
69098
  "name": "_variables.scss"
68694
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
+ },
68695
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)))",
68696
69182
  "resolvedType": "Map",
68697
69183
  "prettyValue": {
@@ -112145,14 +112631,14 @@
112145
112631
  "resolvedType": "Null"
112146
112632
  },
112147
112633
  {
112148
- "description": "The color of the 'No Data' text.\n",
112634
+ "description": "The color of the 'Option Label' text.\n",
112149
112635
  "commentRange": {
112150
112636
  "start": 245,
112151
112637
  "end": 246
112152
112638
  },
112153
112639
  "context": {
112154
112640
  "type": "variable",
112155
- "name": "kendo-list-no-data-text",
112641
+ "name": "kendo-list-option-label-text",
112156
112642
  "value": "$kendo-subtle-text",
112157
112643
  "scope": "default",
112158
112644
  "line": {
@@ -112170,33 +112656,6 @@
112170
112656
  },
112171
112657
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
112172
112658
  "resolvedType": "String"
112173
- },
112174
- {
112175
- "description": "The color of the 'Option Label' text.\n",
112176
- "commentRange": {
112177
- "start": 249,
112178
- "end": 250
112179
- },
112180
- "context": {
112181
- "type": "variable",
112182
- "name": "kendo-list-option-label-text",
112183
- "value": "$kendo-subtle-text",
112184
- "scope": "default",
112185
- "line": {
112186
- "start": 251,
112187
- "end": 251
112188
- }
112189
- },
112190
- "group": [
112191
- "list"
112192
- ],
112193
- "access": "public",
112194
- "file": {
112195
- "path": "default/scss/list/_variables.scss",
112196
- "name": "_variables.scss"
112197
- },
112198
- "resolvedValue": "var(--kendo-color-subtle, #666666)",
112199
- "resolvedType": "String"
112200
112659
  }
112201
112660
  ]
112202
112661
  },
@@ -116919,6 +117378,66 @@
116919
117378
  }
116920
117379
  ]
116921
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
+ },
116922
117441
  {
116923
117442
  "id": "notification",
116924
117443
  "title": "Notification",
@@ -119482,6 +120001,222 @@
119482
120001
  },
119483
120002
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
119484
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"
119485
120220
  }
119486
120221
  ]
119487
120222
  },
@@ -147565,15 +148300,15 @@
147565
148300
  "resolvedType": "Null"
147566
148301
  },
147567
148302
  {
147568
- "description": "The color of the separator border of the Toolbar.\n",
148303
+ "description": "The text color of the outline Toolbar.\n",
147569
148304
  "commentRange": {
147570
148305
  "start": 75,
147571
148306
  "end": 76
147572
148307
  },
147573
148308
  "context": {
147574
148309
  "type": "variable",
147575
- "name": "kendo-toolbar-separator-border",
147576
- "value": "inherit",
148310
+ "name": "kendo-toolbar-outline-text",
148311
+ "value": "$kendo-button-text",
147577
148312
  "scope": "default",
147578
148313
  "line": {
147579
148314
  "start": 77,
@@ -147588,23 +148323,23 @@
147588
148323
  "path": "default/scss/toolbar/_variables.scss",
147589
148324
  "name": "_variables.scss"
147590
148325
  },
147591
- "resolvedValue": "inherit",
148326
+ "resolvedValue": "var(--kendo-color-on-base, #3d3d3d)",
147592
148327
  "resolvedType": "String"
147593
148328
  },
147594
148329
  {
147595
- "description": "The width of the input in the Toolbar.\n",
148330
+ "description": "The color of the border around the outline Toolbar.\n",
147596
148331
  "commentRange": {
147597
- "start": 79,
147598
- "end": 80
148332
+ "start": 78,
148333
+ "end": 79
147599
148334
  },
147600
148335
  "context": {
147601
148336
  "type": "variable",
147602
- "name": "kendo-toolbar-input-width",
147603
- "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))",
147604
148339
  "scope": "default",
147605
148340
  "line": {
147606
- "start": 81,
147607
- "end": 81
148341
+ "start": 80,
148342
+ "end": 80
147608
148343
  }
147609
148344
  },
147610
148345
  "group": [
@@ -147615,23 +148350,23 @@
147615
148350
  "path": "default/scss/toolbar/_variables.scss",
147616
148351
  "name": "_variables.scss"
147617
148352
  },
147618
- "resolvedValue": "10em",
147619
- "resolvedType": "Number"
148353
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 50%, transparent)",
148354
+ "resolvedType": "String"
147620
148355
  },
147621
148356
  {
147622
- "description": "The box shadow of the focused Toolbar item.\n",
148357
+ "description": "The gradient of the outline Toolbar.\n",
147623
148358
  "commentRange": {
147624
- "start": 83,
147625
- "end": 84
148359
+ "start": 81,
148360
+ "end": 82
147626
148361
  },
147627
148362
  "context": {
147628
148363
  "type": "variable",
147629
- "name": "kendo-toolbar-item-shadow",
147630
- "value": "$kendo-button-focus-shadow",
148364
+ "name": "kendo-toolbar-outline-gradient",
148365
+ "value": "null",
147631
148366
  "scope": "default",
147632
148367
  "line": {
147633
- "start": 85,
147634
- "end": 85
148368
+ "start": 83,
148369
+ "end": 83
147635
148370
  }
147636
148371
  },
147637
148372
  "group": [
@@ -147642,19 +148377,46 @@
147642
148377
  "path": "default/scss/toolbar/_variables.scss",
147643
148378
  "name": "_variables.scss"
147644
148379
  },
147645
- "resolvedValue": "0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)",
147646
- "resolvedType": "List"
148380
+ "resolvedValue": "null",
148381
+ "resolvedType": "Null"
147647
148382
  },
147648
148383
  {
147649
- "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",
147650
148412
  "commentRange": {
147651
148413
  "start": 87,
147652
148414
  "end": 88
147653
148415
  },
147654
148416
  "context": {
147655
148417
  "type": "variable",
147656
- "name": "kendo-toolbar-flat-border-width",
147657
- "value": "1px",
148418
+ "name": "kendo-toolbar-outline-border-width",
148419
+ "value": "$kendo-toolbar-border-width",
147658
148420
  "scope": "default",
147659
148421
  "line": {
147660
148422
  "start": 89,
@@ -147673,18 +148435,153 @@
147673
148435
  "resolvedType": "Number"
147674
148436
  },
147675
148437
  {
147676
- "description": "The sizes map for the Toolbar.\n",
148438
+ "description": "The text color of the flat Toolbar.\n",
147677
148439
  "commentRange": {
147678
148440
  "start": 91,
147679
148441
  "end": 92
147680
148442
  },
147681
148443
  "context": {
147682
148444
  "type": "variable",
147683
- "name": "kendo-toolbar-sizes",
147684
- "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",
147685
148447
  "scope": "default",
147686
148448
  "line": {
147687
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,
147688
148585
  "end": 109
147689
148586
  }
147690
148587
  },
@@ -147696,6 +148593,87 @@
147696
148593
  "path": "default/scss/toolbar/_variables.scss",
147697
148594
  "name": "_variables.scss"
147698
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
+ },
147699
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)))",
147700
148678
  "resolvedType": "Map",
147701
148679
  "prettyValue": {