@progress/kendo-theme-classic 8.1.0-dev.0 → 8.1.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1018 -1271
  3. package/dist/classic-green-dark.css +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-lavender-dark.css +1 -1
  6. package/dist/classic-lavender.css +1 -1
  7. package/dist/classic-main-dark.css +1 -1
  8. package/dist/classic-main.css +1 -1
  9. package/dist/classic-metro-dark.css +1 -1
  10. package/dist/classic-metro.css +1 -1
  11. package/dist/classic-moonlight.css +1 -1
  12. package/dist/classic-opal-dark.css +1 -1
  13. package/dist/classic-opal.css +1 -1
  14. package/dist/classic-silver-dark.css +1 -1
  15. package/dist/classic-silver.css +1 -1
  16. package/dist/classic-uniform.css +1 -1
  17. package/dist/meta/sassdoc-data.json +1066 -136
  18. package/dist/meta/sassdoc-raw-data.json +500 -75
  19. package/dist/meta/variables.json +89 -34
  20. package/lib/swatches/classic-green-dark.json +1 -1
  21. package/lib/swatches/classic-green.json +1 -1
  22. package/lib/swatches/classic-lavender-dark.json +1 -1
  23. package/lib/swatches/classic-lavender.json +1 -1
  24. package/lib/swatches/classic-main-dark.json +1 -1
  25. package/lib/swatches/classic-main.json +1 -1
  26. package/lib/swatches/classic-metro-dark.json +1 -1
  27. package/lib/swatches/classic-metro.json +1 -1
  28. package/lib/swatches/classic-moonlight.json +1 -1
  29. package/lib/swatches/classic-opal-dark.json +1 -1
  30. package/lib/swatches/classic-opal.json +1 -1
  31. package/lib/swatches/classic-silver-dark.json +1 -1
  32. package/lib/swatches/classic-silver.json +1 -1
  33. package/lib/swatches/classic-uniform.json +1 -1
  34. package/package.json +5 -5
  35. package/scss/_variables.scss +2 -16
  36. package/scss/action-buttons/_index.scss +0 -1
  37. package/scss/action-sheet/_index.scss +0 -1
  38. package/scss/appbar/_index.scss +0 -1
  39. package/scss/autocomplete/_index.scss +0 -1
  40. package/scss/avatar/_index.scss +0 -1
  41. package/scss/bottom-navigation/_index.scss +0 -1
  42. package/scss/breadcrumb/_index.scss +0 -1
  43. package/scss/calendar/_index.scss +0 -1
  44. package/scss/captcha/_index.scss +0 -1
  45. package/scss/card/_index.scss +0 -1
  46. package/scss/chat/_index.scss +0 -1
  47. package/scss/coloreditor/_index.scss +0 -1
  48. package/scss/colorgradient/_index.scss +0 -1
  49. package/scss/colorpalette/_index.scss +0 -1
  50. package/scss/combobox/_index.scss +0 -1
  51. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  52. package/scss/core/color-system/_swatch.scss +0 -3
  53. package/scss/dataviz/_index.scss +0 -1
  54. package/scss/daterangepicker/_index.scss +0 -1
  55. package/scss/dialog/_index.scss +0 -1
  56. package/scss/drawer/_index.scss +0 -1
  57. package/scss/dropdowngrid/_index.scss +0 -1
  58. package/scss/dropdownlist/_index.scss +0 -1
  59. package/scss/dropdowntree/_index.scss +0 -1
  60. package/scss/dropzone/_index.scss +0 -1
  61. package/scss/editor/_index.scss +0 -1
  62. package/scss/expansion-panel/_index.scss +0 -1
  63. package/scss/fab/_index.scss +0 -1
  64. package/scss/filemanager/_index.scss +0 -1
  65. package/scss/filter/_index.scss +0 -1
  66. package/scss/floating-label/_index.scss +0 -1
  67. package/scss/forms/_index.scss +0 -1
  68. package/scss/gantt/_index.scss +1 -1
  69. package/scss/grid/_index.scss +0 -1
  70. package/scss/imageeditor/_index.scss +0 -1
  71. package/scss/index.scss +3 -1
  72. package/scss/input/_index.scss +0 -1
  73. package/scss/list/_index.scss +0 -1
  74. package/scss/listbox/_index.scss +0 -1
  75. package/scss/listgroup/_index.scss +0 -1
  76. package/scss/listview/_index.scss +0 -1
  77. package/scss/loader/_index.scss +0 -1
  78. package/scss/loader/_layout.scss +1 -0
  79. package/scss/loader/_variables.scss +3 -0
  80. package/scss/map/_index.scss +0 -1
  81. package/scss/maskedtextbox/_index.scss +0 -1
  82. package/scss/mediaplayer/_index.scss +0 -1
  83. package/scss/menu/_index.scss +0 -1
  84. package/scss/messagebox/_index.scss +0 -1
  85. package/scss/multiselect/_index.scss +0 -1
  86. package/scss/notification/_index.scss +0 -1
  87. package/scss/numerictextbox/_index.scss +0 -1
  88. package/scss/orgchart/_index.scss +0 -1
  89. package/scss/pager/_index.scss +0 -1
  90. package/scss/panel/_index.scss +36 -0
  91. package/scss/panel/_layout.scss +5 -0
  92. package/scss/panel/_theme.scss +5 -0
  93. package/scss/panel/_variables.scss +34 -0
  94. package/scss/panelbar/_index.scss +0 -1
  95. package/scss/pdf-viewer/_index.scss +0 -1
  96. package/scss/pivotgrid/_index.scss +0 -1
  97. package/scss/popover/_index.scss +0 -1
  98. package/scss/popup/_index.scss +0 -1
  99. package/scss/progressbar/_index.scss +0 -1
  100. package/scss/prompt/_index.scss +0 -4
  101. package/scss/rating/_index.scss +0 -1
  102. package/scss/responsivepanel/_index.scss +0 -1
  103. package/scss/ripple/_index.scss +0 -1
  104. package/scss/scheduler/_index.scss +1 -1
  105. package/scss/scroller/_index.scss +0 -1
  106. package/scss/scrollview/_index.scss +0 -1
  107. package/scss/slider/_index.scss +0 -1
  108. package/scss/splitter/_index.scss +0 -1
  109. package/scss/spreadsheet/_index.scss +0 -1
  110. package/scss/stepper/_index.scss +0 -1
  111. package/scss/stepper/_variables.scss +2 -2
  112. package/scss/switch/_index.scss +0 -1
  113. package/scss/table/_index.scss +0 -1
  114. package/scss/tabstrip/_index.scss +0 -1
  115. package/scss/taskboard/_index.scss +0 -1
  116. package/scss/textarea/_index.scss +0 -1
  117. package/scss/textbox/_index.scss +0 -1
  118. package/scss/tilelayout/_index.scss +0 -1
  119. package/scss/time-marker/_index.scss +32 -0
  120. package/scss/time-marker/_layout.scss +5 -0
  121. package/scss/time-marker/_theme.scss +6 -0
  122. package/scss/time-marker/_variables.scss +6 -0
  123. package/scss/timeline/_index.scss +0 -1
  124. package/scss/toolbar/_index.scss +0 -1
  125. package/scss/tooltip/_index.scss +0 -1
  126. package/scss/treelist/_index.scss +0 -1
  127. package/scss/treeview/_index.scss +0 -1
  128. package/scss/upload/_index.scss +0 -1
  129. package/scss/validator/_index.scss +0 -1
  130. package/scss/window/_index.scss +0 -1
  131. package/scss/wizard/_index.scss +0 -1
  132. package/scss/common/_animations.scss +0 -1
  133. package/scss/common/_base.scss +0 -1
  134. package/scss/common/_index.scss +0 -5
  135. package/scss/common/_indicators.scss +0 -1
  136. package/scss/common/_resizing.scss +0 -1
  137. package/scss/common/_scrollbar.scss +0 -1
@@ -16033,8 +16033,8 @@
16033
16033
  {
16034
16034
  "description": "Background color of the component header.\n",
16035
16035
  "commentRange": {
16036
- "start": 608,
16037
- "end": 609
16036
+ "start": 605,
16037
+ "end": 606
16038
16038
  },
16039
16039
  "context": {
16040
16040
  "type": "variable",
@@ -16042,8 +16042,8 @@
16042
16042
  "value": "$kendo-base-bg",
16043
16043
  "scope": "default",
16044
16044
  "line": {
16045
- "start": 610,
16046
- "end": 610
16045
+ "start": 607,
16046
+ "end": 607
16047
16047
  }
16048
16048
  },
16049
16049
  "group": [
@@ -16058,8 +16058,8 @@
16058
16058
  {
16059
16059
  "description": "Text color of the component header.\n",
16060
16060
  "commentRange": {
16061
- "start": 611,
16062
- "end": 612
16061
+ "start": 608,
16062
+ "end": 609
16063
16063
  },
16064
16064
  "context": {
16065
16065
  "type": "variable",
@@ -16067,8 +16067,8 @@
16067
16067
  "value": "$kendo-base-text",
16068
16068
  "scope": "default",
16069
16069
  "line": {
16070
- "start": 613,
16071
- "end": 613
16070
+ "start": 610,
16071
+ "end": 610
16072
16072
  }
16073
16073
  },
16074
16074
  "group": [
@@ -16083,8 +16083,8 @@
16083
16083
  {
16084
16084
  "description": "Border color of the component header.\n",
16085
16085
  "commentRange": {
16086
- "start": 614,
16087
- "end": 615
16086
+ "start": 611,
16087
+ "end": 612
16088
16088
  },
16089
16089
  "context": {
16090
16090
  "type": "variable",
@@ -16092,8 +16092,8 @@
16092
16092
  "value": "$kendo-base-border",
16093
16093
  "scope": "default",
16094
16094
  "line": {
16095
- "start": 616,
16096
- "end": 616
16095
+ "start": 613,
16096
+ "end": 613
16097
16097
  }
16098
16098
  },
16099
16099
  "group": [
@@ -16108,8 +16108,8 @@
16108
16108
  {
16109
16109
  "description": "Gradient of the component header.\n",
16110
16110
  "commentRange": {
16111
- "start": 617,
16112
- "end": 618
16111
+ "start": 614,
16112
+ "end": 615
16113
16113
  },
16114
16114
  "context": {
16115
16115
  "type": "variable",
@@ -16117,8 +16117,8 @@
16117
16117
  "value": "$kendo-base-gradient",
16118
16118
  "scope": "default",
16119
16119
  "line": {
16120
- "start": 619,
16121
- "end": 619
16120
+ "start": 616,
16121
+ "end": 616
16122
16122
  }
16123
16123
  },
16124
16124
  "group": [
@@ -16133,8 +16133,8 @@
16133
16133
  {
16134
16134
  "description": "Background color of the invalid items.\n",
16135
16135
  "commentRange": {
16136
- "start": 621,
16137
- "end": 622
16136
+ "start": 618,
16137
+ "end": 619
16138
16138
  },
16139
16139
  "context": {
16140
16140
  "type": "variable",
@@ -16142,8 +16142,8 @@
16142
16142
  "value": "null",
16143
16143
  "scope": "default",
16144
16144
  "line": {
16145
- "start": 623,
16146
- "end": 623
16145
+ "start": 620,
16146
+ "end": 620
16147
16147
  }
16148
16148
  },
16149
16149
  "group": [
@@ -16158,8 +16158,8 @@
16158
16158
  {
16159
16159
  "description": "Text color of the invalid items.\n",
16160
16160
  "commentRange": {
16161
- "start": 624,
16162
- "end": 625
16161
+ "start": 621,
16162
+ "end": 622
16163
16163
  },
16164
16164
  "context": {
16165
16165
  "type": "variable",
@@ -16167,8 +16167,8 @@
16167
16167
  "value": "$kendo-color-error",
16168
16168
  "scope": "default",
16169
16169
  "line": {
16170
- "start": 626,
16171
- "end": 626
16170
+ "start": 623,
16171
+ "end": 623
16172
16172
  }
16173
16173
  },
16174
16174
  "group": [
@@ -16183,8 +16183,8 @@
16183
16183
  {
16184
16184
  "description": "Border color of the invalid items.\n",
16185
16185
  "commentRange": {
16186
- "start": 627,
16187
- "end": 628
16186
+ "start": 624,
16187
+ "end": 625
16188
16188
  },
16189
16189
  "context": {
16190
16190
  "type": "variable",
@@ -16192,8 +16192,8 @@
16192
16192
  "value": "$kendo-color-error",
16193
16193
  "scope": "default",
16194
16194
  "line": {
16195
- "start": 629,
16196
- "end": 629
16195
+ "start": 626,
16196
+ "end": 626
16197
16197
  }
16198
16198
  },
16199
16199
  "group": [
@@ -16208,8 +16208,8 @@
16208
16208
  {
16209
16209
  "description": "Shadow of the invalid items.\n",
16210
16210
  "commentRange": {
16211
- "start": 630,
16212
- "end": 631
16211
+ "start": 627,
16212
+ "end": 628
16213
16213
  },
16214
16214
  "context": {
16215
16215
  "type": "variable",
@@ -16217,8 +16217,8 @@
16217
16217
  "value": "null",
16218
16218
  "scope": "default",
16219
16219
  "line": {
16220
- "start": 632,
16221
- "end": 632
16220
+ "start": 629,
16221
+ "end": 629
16222
16222
  }
16223
16223
  },
16224
16224
  "group": [
@@ -16233,8 +16233,8 @@
16233
16233
  {
16234
16234
  "description": "Background color of the valid items.\n",
16235
16235
  "commentRange": {
16236
- "start": 634,
16237
- "end": 635
16236
+ "start": 631,
16237
+ "end": 632
16238
16238
  },
16239
16239
  "context": {
16240
16240
  "type": "variable",
@@ -16242,8 +16242,8 @@
16242
16242
  "value": "null",
16243
16243
  "scope": "default",
16244
16244
  "line": {
16245
- "start": 636,
16246
- "end": 636
16245
+ "start": 633,
16246
+ "end": 633
16247
16247
  }
16248
16248
  },
16249
16249
  "group": [
@@ -16258,8 +16258,8 @@
16258
16258
  {
16259
16259
  "description": "Text color of the valid items.\n",
16260
16260
  "commentRange": {
16261
- "start": 637,
16262
- "end": 638
16261
+ "start": 634,
16262
+ "end": 635
16263
16263
  },
16264
16264
  "context": {
16265
16265
  "type": "variable",
@@ -16267,8 +16267,8 @@
16267
16267
  "value": "$kendo-color-success",
16268
16268
  "scope": "default",
16269
16269
  "line": {
16270
- "start": 639,
16271
- "end": 639
16270
+ "start": 636,
16271
+ "end": 636
16272
16272
  }
16273
16273
  },
16274
16274
  "group": [
@@ -16283,8 +16283,8 @@
16283
16283
  {
16284
16284
  "description": "Border color of the valid items.\n",
16285
16285
  "commentRange": {
16286
- "start": 640,
16287
- "end": 641
16286
+ "start": 637,
16287
+ "end": 638
16288
16288
  },
16289
16289
  "context": {
16290
16290
  "type": "variable",
@@ -16292,8 +16292,8 @@
16292
16292
  "value": "$kendo-color-success",
16293
16293
  "scope": "default",
16294
16294
  "line": {
16295
- "start": 642,
16296
- "end": 642
16295
+ "start": 639,
16296
+ "end": 639
16297
16297
  }
16298
16298
  },
16299
16299
  "group": [
@@ -16308,8 +16308,8 @@
16308
16308
  {
16309
16309
  "description": "Shadow of the valid items.\n",
16310
16310
  "commentRange": {
16311
- "start": 643,
16312
- "end": 644
16311
+ "start": 640,
16312
+ "end": 641
16313
16313
  },
16314
16314
  "context": {
16315
16315
  "type": "variable",
@@ -16317,8 +16317,8 @@
16317
16317
  "value": "null",
16318
16318
  "scope": "default",
16319
16319
  "line": {
16320
- "start": 645,
16321
- "end": 645
16320
+ "start": 642,
16321
+ "end": 642
16322
16322
  }
16323
16323
  },
16324
16324
  "group": [
@@ -31555,6 +31555,31 @@
31555
31555
  "name": "_variables.scss"
31556
31556
  }
31557
31557
  },
31558
+ {
31559
+ "description": "The z-index of the Loading indicator.\n",
31560
+ "commentRange": {
31561
+ "start": 127,
31562
+ "end": 128
31563
+ },
31564
+ "context": {
31565
+ "type": "variable",
31566
+ "name": "kendo-zindex-loading",
31567
+ "value": "100",
31568
+ "scope": "default",
31569
+ "line": {
31570
+ "start": 129,
31571
+ "end": 129
31572
+ }
31573
+ },
31574
+ "group": [
31575
+ "loading"
31576
+ ],
31577
+ "access": "public",
31578
+ "file": {
31579
+ "path": "loader/_variables.scss",
31580
+ "name": "_variables.scss"
31581
+ }
31582
+ },
31558
31583
  {
31559
31584
  "description": "Horizontal padding of the menu popup.\n",
31560
31585
  "commentRange": {
@@ -35205,6 +35230,256 @@
35205
35230
  "name": "_palettes.scss"
35206
35231
  }
35207
35232
  },
35233
+ {
35234
+ "description": "The border radius of the Panel.\n",
35235
+ "commentRange": {
35236
+ "start": 2,
35237
+ "end": 3
35238
+ },
35239
+ "context": {
35240
+ "type": "variable",
35241
+ "name": "kendo-panel-border-radius",
35242
+ "value": "k-border-radius(md)",
35243
+ "scope": "private",
35244
+ "line": {
35245
+ "start": 4,
35246
+ "end": 4
35247
+ }
35248
+ },
35249
+ "group": [
35250
+ "panel"
35251
+ ],
35252
+ "access": "public",
35253
+ "file": {
35254
+ "path": "panel/_variables.scss",
35255
+ "name": "_variables.scss"
35256
+ }
35257
+ },
35258
+ {
35259
+ "description": "The width of the border around the Panel.\n",
35260
+ "commentRange": {
35261
+ "start": 5,
35262
+ "end": 6
35263
+ },
35264
+ "context": {
35265
+ "type": "variable",
35266
+ "name": "kendo-panel-border-width",
35267
+ "value": "1px",
35268
+ "scope": "private",
35269
+ "line": {
35270
+ "start": 7,
35271
+ "end": 7
35272
+ }
35273
+ },
35274
+ "group": [
35275
+ "panel"
35276
+ ],
35277
+ "access": "public",
35278
+ "file": {
35279
+ "path": "panel/_variables.scss",
35280
+ "name": "_variables.scss"
35281
+ }
35282
+ },
35283
+ {
35284
+ "description": "The style of the border around the Panel.\n",
35285
+ "commentRange": {
35286
+ "start": 8,
35287
+ "end": 9
35288
+ },
35289
+ "context": {
35290
+ "type": "variable",
35291
+ "name": "kendo-panel-border-style",
35292
+ "value": "solid",
35293
+ "scope": "private",
35294
+ "line": {
35295
+ "start": 10,
35296
+ "end": 10
35297
+ }
35298
+ },
35299
+ "group": [
35300
+ "panel"
35301
+ ],
35302
+ "access": "public",
35303
+ "file": {
35304
+ "path": "panel/_variables.scss",
35305
+ "name": "_variables.scss"
35306
+ }
35307
+ },
35308
+ {
35309
+ "description": "The inline padding of the Panel header.\n",
35310
+ "commentRange": {
35311
+ "start": 12,
35312
+ "end": 13
35313
+ },
35314
+ "context": {
35315
+ "type": "variable",
35316
+ "name": "kendo-panel-header-padding-inline",
35317
+ "value": "k-spacing(2)",
35318
+ "scope": "private",
35319
+ "line": {
35320
+ "start": 14,
35321
+ "end": 14
35322
+ }
35323
+ },
35324
+ "group": [
35325
+ "panel"
35326
+ ],
35327
+ "access": "public",
35328
+ "file": {
35329
+ "path": "panel/_variables.scss",
35330
+ "name": "_variables.scss"
35331
+ }
35332
+ },
35333
+ {
35334
+ "description": "The block padding of the Panel header.\n",
35335
+ "commentRange": {
35336
+ "start": 15,
35337
+ "end": 16
35338
+ },
35339
+ "context": {
35340
+ "type": "variable",
35341
+ "name": "kendo-panel-header-padding-block",
35342
+ "value": "k-spacing(1)",
35343
+ "scope": "private",
35344
+ "line": {
35345
+ "start": 17,
35346
+ "end": 17
35347
+ }
35348
+ },
35349
+ "group": [
35350
+ "panel"
35351
+ ],
35352
+ "access": "public",
35353
+ "file": {
35354
+ "path": "panel/_variables.scss",
35355
+ "name": "_variables.scss"
35356
+ }
35357
+ },
35358
+ {
35359
+ "description": "The inline padding of the Panel content.\n",
35360
+ "commentRange": {
35361
+ "start": 19,
35362
+ "end": 20
35363
+ },
35364
+ "context": {
35365
+ "type": "variable",
35366
+ "name": "kendo-panel-content-padding-inline",
35367
+ "value": "k-spacing(2)",
35368
+ "scope": "private",
35369
+ "line": {
35370
+ "start": 21,
35371
+ "end": 21
35372
+ }
35373
+ },
35374
+ "group": [
35375
+ "panel"
35376
+ ],
35377
+ "access": "public",
35378
+ "file": {
35379
+ "path": "panel/_variables.scss",
35380
+ "name": "_variables.scss"
35381
+ }
35382
+ },
35383
+ {
35384
+ "description": "The block padding of the Panel content.\n",
35385
+ "commentRange": {
35386
+ "start": 22,
35387
+ "end": 23
35388
+ },
35389
+ "context": {
35390
+ "type": "variable",
35391
+ "name": "kendo-panel-content-padding-block",
35392
+ "value": "k-spacing(1)",
35393
+ "scope": "private",
35394
+ "line": {
35395
+ "start": 24,
35396
+ "end": 24
35397
+ }
35398
+ },
35399
+ "group": [
35400
+ "panel"
35401
+ ],
35402
+ "access": "public",
35403
+ "file": {
35404
+ "path": "panel/_variables.scss",
35405
+ "name": "_variables.scss"
35406
+ }
35407
+ },
35408
+ {
35409
+ "description": "The text color of the Panel.\n",
35410
+ "commentRange": {
35411
+ "start": 26,
35412
+ "end": 27
35413
+ },
35414
+ "context": {
35415
+ "type": "variable",
35416
+ "name": "kendo-panel-text",
35417
+ "value": "var(--kendo-component-text, #{$kendo-component-text})",
35418
+ "scope": "private",
35419
+ "line": {
35420
+ "start": 28,
35421
+ "end": 28
35422
+ }
35423
+ },
35424
+ "group": [
35425
+ "panel"
35426
+ ],
35427
+ "access": "public",
35428
+ "file": {
35429
+ "path": "panel/_variables.scss",
35430
+ "name": "_variables.scss"
35431
+ }
35432
+ },
35433
+ {
35434
+ "description": "The background color of the Panel.\n",
35435
+ "commentRange": {
35436
+ "start": 29,
35437
+ "end": 30
35438
+ },
35439
+ "context": {
35440
+ "type": "variable",
35441
+ "name": "kendo-panel-bg",
35442
+ "value": "var(--kendo-component-bg, #{$kendo-component-bg})",
35443
+ "scope": "private",
35444
+ "line": {
35445
+ "start": 31,
35446
+ "end": 31
35447
+ }
35448
+ },
35449
+ "group": [
35450
+ "panel"
35451
+ ],
35452
+ "access": "public",
35453
+ "file": {
35454
+ "path": "panel/_variables.scss",
35455
+ "name": "_variables.scss"
35456
+ }
35457
+ },
35458
+ {
35459
+ "description": "The color of the border around the Panel.\n",
35460
+ "commentRange": {
35461
+ "start": 32,
35462
+ "end": 33
35463
+ },
35464
+ "context": {
35465
+ "type": "variable",
35466
+ "name": "kendo-panel-border",
35467
+ "value": "var(--kendo-component-border, #{$kendo-component-border})",
35468
+ "scope": "private",
35469
+ "line": {
35470
+ "start": 34,
35471
+ "end": 34
35472
+ }
35473
+ },
35474
+ "group": [
35475
+ "panel"
35476
+ ],
35477
+ "access": "public",
35478
+ "file": {
35479
+ "path": "panel/_variables.scss",
35480
+ "name": "_variables.scss"
35481
+ }
35482
+ },
35208
35483
  {
35209
35484
  "description": "The horizontal padding of the PanelBar.\n",
35210
35485
  "commentRange": {
@@ -49717,7 +49992,7 @@
49717
49992
  "context": {
49718
49993
  "type": "variable",
49719
49994
  "name": "kendo-stepper-indicator-disabled-text",
49720
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
49995
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
49721
49996
  "scope": "default",
49722
49997
  "line": {
49723
49998
  "start": 106,
@@ -50317,7 +50592,7 @@
50317
50592
  "context": {
50318
50593
  "type": "variable",
50319
50594
  "name": "kendo-stepper-label-disabled-text",
50320
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
50595
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
50321
50596
  "scope": "default",
50322
50597
  "line": {
50323
50598
  "start": 185,
@@ -56183,6 +56458,56 @@
56183
56458
  "name": "_variables.scss"
56184
56459
  }
56185
56460
  },
56461
+ {
56462
+ "description": "The border width of the current time indicator.\n",
56463
+ "commentRange": {
56464
+ "start": 1,
56465
+ "end": 2
56466
+ },
56467
+ "context": {
56468
+ "type": "variable",
56469
+ "name": "kendo-current-time-width",
56470
+ "value": "1px",
56471
+ "scope": "default",
56472
+ "line": {
56473
+ "start": 3,
56474
+ "end": 3
56475
+ }
56476
+ },
56477
+ "group": [
56478
+ "time-marker"
56479
+ ],
56480
+ "access": "public",
56481
+ "file": {
56482
+ "path": "time-marker/_variables.scss",
56483
+ "name": "_variables.scss"
56484
+ }
56485
+ },
56486
+ {
56487
+ "description": "The color of the current time indicator.\n",
56488
+ "commentRange": {
56489
+ "start": 4,
56490
+ "end": 5
56491
+ },
56492
+ "context": {
56493
+ "type": "variable",
56494
+ "name": "kendo-current-time-color",
56495
+ "value": "#ff0000",
56496
+ "scope": "default",
56497
+ "line": {
56498
+ "start": 6,
56499
+ "end": 6
56500
+ }
56501
+ },
56502
+ "group": [
56503
+ "time-marker"
56504
+ ],
56505
+ "access": "public",
56506
+ "file": {
56507
+ "path": "time-marker/_variables.scss",
56508
+ "name": "_variables.scss"
56509
+ }
56510
+ },
56186
56511
  {
56187
56512
  "description": "The horizontal spacing of the Timeline.\n",
56188
56513
  "commentRange": {
@@ -62108,31 +62433,6 @@
62108
62433
  "name": "_swatch.scss"
62109
62434
  }
62110
62435
  },
62111
- {
62112
- "description": "Text color of disabled items.\n",
62113
- "commentRange": {
62114
- "start": 603,
62115
- "end": 603
62116
- },
62117
- "context": {
62118
- "type": "variable",
62119
- "name": "kendo-disabled-text",
62120
- "value": "#8d8d8d",
62121
- "scope": "default",
62122
- "line": {
62123
- "start": 604,
62124
- "end": 604
62125
- }
62126
- },
62127
- "access": "public",
62128
- "group": [
62129
- "undefined"
62130
- ],
62131
- "file": {
62132
- "path": "core/color-system/_swatch.scss",
62133
- "name": "_swatch.scss"
62134
- }
62135
- },
62136
62436
  {
62137
62437
  "description": "The width of the border around the Upload.\n",
62138
62438
  "commentRange": {
@@ -65852,6 +66152,131 @@
65852
66152
  "name": "index.import.scss"
65853
66153
  }
65854
66154
  },
66155
+ {
66156
+ "description": "The background color of disabled items.\n",
66157
+ "commentRange": {
66158
+ "start": 41,
66159
+ "end": 41
66160
+ },
66161
+ "context": {
66162
+ "type": "variable",
66163
+ "name": "kendo-disabled-bg",
66164
+ "value": "null",
66165
+ "scope": "default",
66166
+ "line": {
66167
+ "start": 42,
66168
+ "end": 42
66169
+ }
66170
+ },
66171
+ "access": "public",
66172
+ "group": [
66173
+ "undefined"
66174
+ ],
66175
+ "file": {
66176
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66177
+ "name": "_swatch-legacy.scss"
66178
+ }
66179
+ },
66180
+ {
66181
+ "description": "The text color of disabled items.\n",
66182
+ "commentRange": {
66183
+ "start": 43,
66184
+ "end": 43
66185
+ },
66186
+ "context": {
66187
+ "type": "variable",
66188
+ "name": "kendo-disabled-text",
66189
+ "value": "null",
66190
+ "scope": "default",
66191
+ "line": {
66192
+ "start": 44,
66193
+ "end": 44
66194
+ }
66195
+ },
66196
+ "access": "public",
66197
+ "group": [
66198
+ "undefined"
66199
+ ],
66200
+ "file": {
66201
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66202
+ "name": "_swatch-legacy.scss"
66203
+ }
66204
+ },
66205
+ {
66206
+ "description": "The border color of disabled items.\n",
66207
+ "commentRange": {
66208
+ "start": 45,
66209
+ "end": 45
66210
+ },
66211
+ "context": {
66212
+ "type": "variable",
66213
+ "name": "kendo-disabled-border",
66214
+ "value": "null",
66215
+ "scope": "default",
66216
+ "line": {
66217
+ "start": 46,
66218
+ "end": 46
66219
+ }
66220
+ },
66221
+ "access": "public",
66222
+ "group": [
66223
+ "undefined"
66224
+ ],
66225
+ "file": {
66226
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66227
+ "name": "_swatch-legacy.scss"
66228
+ }
66229
+ },
66230
+ {
66231
+ "description": "The opacity of disabled items.\n",
66232
+ "commentRange": {
66233
+ "start": 47,
66234
+ "end": 47
66235
+ },
66236
+ "context": {
66237
+ "type": "variable",
66238
+ "name": "kendo-disabled-opacity",
66239
+ "value": "null",
66240
+ "scope": "default",
66241
+ "line": {
66242
+ "start": 48,
66243
+ "end": 48
66244
+ }
66245
+ },
66246
+ "access": "public",
66247
+ "group": [
66248
+ "undefined"
66249
+ ],
66250
+ "file": {
66251
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66252
+ "name": "_swatch-legacy.scss"
66253
+ }
66254
+ },
66255
+ {
66256
+ "description": "The filter of disabled items.\n",
66257
+ "commentRange": {
66258
+ "start": 49,
66259
+ "end": 49
66260
+ },
66261
+ "context": {
66262
+ "type": "variable",
66263
+ "name": "kendo-disabled-filter",
66264
+ "value": "null",
66265
+ "scope": "default",
66266
+ "line": {
66267
+ "start": 50,
66268
+ "end": 50
66269
+ }
66270
+ },
66271
+ "access": "public",
66272
+ "group": [
66273
+ "undefined"
66274
+ ],
66275
+ "file": {
66276
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66277
+ "name": "_swatch-legacy.scss"
66278
+ }
66279
+ },
65855
66280
  {
65856
66281
  "description": "A list of files converted to data URIs\n",
65857
66282
  "commentRange": {