@progress/kendo-theme-classic 14.4.0 → 14.4.1-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 (36) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +1494 -846
  17. package/dist/meta/sassdoc-raw-data.json +629 -329
  18. package/dist/meta/variables.json +121 -69
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +3 -3
  34. package/scss/agent-response/_variables.scss +5 -1
  35. package/scss/citation/_variables.scss +30 -2
  36. package/scss/scheduler/_variables.scss +101 -85
@@ -2511,6 +2511,33 @@
2511
2511
  "resolvedValue": "var(--kendo-spacing-2)",
2512
2512
  "resolvedType": "String"
2513
2513
  },
2514
+ {
2515
+ "description": "The border radius of the pre element in the ToolCall body.\n",
2516
+ "commentRange": {
2517
+ "start": 46,
2518
+ "end": 47
2519
+ },
2520
+ "context": {
2521
+ "type": "variable",
2522
+ "name": "kendo-tool-call-pre-border-radius",
2523
+ "value": "k-border-radius(lg)",
2524
+ "scope": "default",
2525
+ "line": {
2526
+ "start": 48,
2527
+ "end": 48
2528
+ }
2529
+ },
2530
+ "group": [
2531
+ "agent-response"
2532
+ ],
2533
+ "access": "public",
2534
+ "file": {
2535
+ "path": "classic/scss/agent-response/_variables.scss",
2536
+ "name": "_variables.scss"
2537
+ },
2538
+ "resolvedValue": "var(--kendo-border-radius-lg)",
2539
+ "resolvedType": "String"
2540
+ },
2514
2541
  {
2515
2542
  "description": "The default theme color of the AppBar.\n",
2516
2543
  "commentRange": {
@@ -20976,7 +21003,7 @@
20976
21003
  "context": {
20977
21004
  "type": "variable",
20978
21005
  "name": "kendo-citation-popover-view-padding",
20979
- "value": "k-spacing(4)",
21006
+ "value": "k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4)",
20980
21007
  "scope": "default",
20981
21008
  "line": {
20982
21009
  "start": 7,
@@ -20991,8 +21018,8 @@
20991
21018
  "path": "classic/scss/citation/_variables.scss",
20992
21019
  "name": "_variables.scss"
20993
21020
  },
20994
- "resolvedValue": "var(--kendo-spacing-4)",
20995
- "resolvedType": "String"
21021
+ "resolvedValue": "(var(--kendo-spacing-2) var(--kendo-spacing-4) var(--kendo-spacing-4) var(--kendo-spacing-4))",
21022
+ "resolvedType": "List"
20996
21023
  },
20997
21024
  {
20998
21025
  "description": "The text color of the CitationPopover page indicator.\n",
@@ -21021,6 +21048,195 @@
21021
21048
  "resolvedValue": "var(--kendo-color-subtle)",
21022
21049
  "resolvedType": "String"
21023
21050
  },
21051
+ {
21052
+ "description": "The font weight of the CitationPopoverView title.\n",
21053
+ "commentRange": {
21054
+ "start": 11,
21055
+ "end": 12
21056
+ },
21057
+ "context": {
21058
+ "type": "variable",
21059
+ "name": "kendo-citation-popover-view-title-font-weight",
21060
+ "value": "var(--kendo-font-weight-medium)",
21061
+ "scope": "default",
21062
+ "line": {
21063
+ "start": 13,
21064
+ "end": 13
21065
+ }
21066
+ },
21067
+ "group": [
21068
+ "citation"
21069
+ ],
21070
+ "access": "public",
21071
+ "file": {
21072
+ "path": "classic/scss/citation/_variables.scss",
21073
+ "name": "_variables.scss"
21074
+ },
21075
+ "resolvedValue": "var(--kendo-font-weight-medium)",
21076
+ "resolvedType": "String"
21077
+ },
21078
+ {
21079
+ "description": "The font size of the CitationPopoverView body text.\n",
21080
+ "commentRange": {
21081
+ "start": 14,
21082
+ "end": 15
21083
+ },
21084
+ "context": {
21085
+ "type": "variable",
21086
+ "name": "kendo-citation-popover-view-body-font-size",
21087
+ "value": "var(--kendo-font-size-sm)",
21088
+ "scope": "default",
21089
+ "line": {
21090
+ "start": 16,
21091
+ "end": 16
21092
+ }
21093
+ },
21094
+ "group": [
21095
+ "citation"
21096
+ ],
21097
+ "access": "public",
21098
+ "file": {
21099
+ "path": "classic/scss/citation/_variables.scss",
21100
+ "name": "_variables.scss"
21101
+ },
21102
+ "resolvedValue": "var(--kendo-font-size-sm)",
21103
+ "resolvedType": "String"
21104
+ },
21105
+ {
21106
+ "description": "The top margin of the CitationPopoverView body text.\n",
21107
+ "commentRange": {
21108
+ "start": 17,
21109
+ "end": 18
21110
+ },
21111
+ "context": {
21112
+ "type": "variable",
21113
+ "name": "kendo-citation-popover-view-body-margin-top",
21114
+ "value": "k-spacing(2)",
21115
+ "scope": "default",
21116
+ "line": {
21117
+ "start": 19,
21118
+ "end": 19
21119
+ }
21120
+ },
21121
+ "group": [
21122
+ "citation"
21123
+ ],
21124
+ "access": "public",
21125
+ "file": {
21126
+ "path": "classic/scss/citation/_variables.scss",
21127
+ "name": "_variables.scss"
21128
+ },
21129
+ "resolvedValue": "var(--kendo-spacing-2)",
21130
+ "resolvedType": "String"
21131
+ },
21132
+ {
21133
+ "description": "The text color of the CitationPopoverView body text.\n",
21134
+ "commentRange": {
21135
+ "start": 20,
21136
+ "end": 21
21137
+ },
21138
+ "context": {
21139
+ "type": "variable",
21140
+ "name": "kendo-citation-popover-view-body-color",
21141
+ "value": "k-color(subtle)",
21142
+ "scope": "default",
21143
+ "line": {
21144
+ "start": 22,
21145
+ "end": 22
21146
+ }
21147
+ },
21148
+ "group": [
21149
+ "citation"
21150
+ ],
21151
+ "access": "public",
21152
+ "file": {
21153
+ "path": "classic/scss/citation/_variables.scss",
21154
+ "name": "_variables.scss"
21155
+ },
21156
+ "resolvedValue": "var(--kendo-color-subtle)",
21157
+ "resolvedType": "String"
21158
+ },
21159
+ {
21160
+ "description": "The font size of the CitationPopoverView source link.\n",
21161
+ "commentRange": {
21162
+ "start": 23,
21163
+ "end": 24
21164
+ },
21165
+ "context": {
21166
+ "type": "variable",
21167
+ "name": "kendo-citation-popover-view-source-font-size",
21168
+ "value": "var(--kendo-font-size-sm)",
21169
+ "scope": "default",
21170
+ "line": {
21171
+ "start": 25,
21172
+ "end": 25
21173
+ }
21174
+ },
21175
+ "group": [
21176
+ "citation"
21177
+ ],
21178
+ "access": "public",
21179
+ "file": {
21180
+ "path": "classic/scss/citation/_variables.scss",
21181
+ "name": "_variables.scss"
21182
+ },
21183
+ "resolvedValue": "var(--kendo-font-size-sm)",
21184
+ "resolvedType": "String"
21185
+ },
21186
+ {
21187
+ "description": "The top margin of the CitationPopoverView source link.\n",
21188
+ "commentRange": {
21189
+ "start": 26,
21190
+ "end": 27
21191
+ },
21192
+ "context": {
21193
+ "type": "variable",
21194
+ "name": "kendo-citation-popover-view-source-margin-top",
21195
+ "value": "0",
21196
+ "scope": "default",
21197
+ "line": {
21198
+ "start": 28,
21199
+ "end": 28
21200
+ }
21201
+ },
21202
+ "group": [
21203
+ "citation"
21204
+ ],
21205
+ "access": "public",
21206
+ "file": {
21207
+ "path": "classic/scss/citation/_variables.scss",
21208
+ "name": "_variables.scss"
21209
+ },
21210
+ "resolvedValue": "0",
21211
+ "resolvedType": "Number"
21212
+ },
21213
+ {
21214
+ "description": "The gap between the icon and text of the CitationPopoverView source link.\n",
21215
+ "commentRange": {
21216
+ "start": 29,
21217
+ "end": 30
21218
+ },
21219
+ "context": {
21220
+ "type": "variable",
21221
+ "name": "kendo-citation-popover-view-source-gap",
21222
+ "value": "k-spacing(1)",
21223
+ "scope": "default",
21224
+ "line": {
21225
+ "start": 31,
21226
+ "end": 31
21227
+ }
21228
+ },
21229
+ "group": [
21230
+ "citation"
21231
+ ],
21232
+ "access": "public",
21233
+ "file": {
21234
+ "path": "classic/scss/citation/_variables.scss",
21235
+ "name": "_variables.scss"
21236
+ },
21237
+ "resolvedValue": "var(--kendo-spacing-1)",
21238
+ "resolvedType": "String"
21239
+ },
21024
21240
  {
21025
21241
  "description": "The default size of the ColorEditor.\n",
21026
21242
  "commentRange": {
@@ -68999,7 +69215,7 @@
68999
69215
  "context": {
69000
69216
  "type": "variable",
69001
69217
  "name": "kendo-scheduler-event-min-height",
69002
- "value": "25px",
69218
+ "value": "12px",
69003
69219
  "scope": "default",
69004
69220
  "line": {
69005
69221
  "start": 62,
@@ -69014,7 +69230,7 @@
69014
69230
  "path": "classic/scss/scheduler/_variables.scss",
69015
69231
  "name": "_variables.scss"
69016
69232
  },
69017
- "resolvedValue": "25px",
69233
+ "resolvedValue": "12px",
69018
69234
  "resolvedType": "Number"
69019
69235
  },
69020
69236
  {
@@ -69045,19 +69261,19 @@
69045
69261
  "resolvedType": "String"
69046
69262
  },
69047
69263
  {
69048
- "description": "The line height of the Scheduler event.\n",
69264
+ "description": "The font size of the Scheduler event title.\n",
69049
69265
  "commentRange": {
69050
- "start": 66,
69051
- "end": 67
69266
+ "start": 67,
69267
+ "end": 68
69052
69268
  },
69053
69269
  "context": {
69054
69270
  "type": "variable",
69055
- "name": "kendo-scheduler-event-line-height",
69056
- "value": "calc( #{$kendo-scheduler-event-min-height} - (2 * #{k-spacing(1)}) )",
69271
+ "name": "kendo-scheduler-event-title-font-size",
69272
+ "value": "var(--kendo-font-size-sm)",
69057
69273
  "scope": "default",
69058
69274
  "line": {
69059
- "start": 68,
69060
- "end": 68
69275
+ "start": 69,
69276
+ "end": 69
69061
69277
  }
69062
69278
  },
69063
69279
  "group": [
@@ -69068,19 +69284,19 @@
69068
69284
  "path": "classic/scss/scheduler/_variables.scss",
69069
69285
  "name": "_variables.scss"
69070
69286
  },
69071
- "resolvedValue": "calc(25px - 2 * var(--kendo-spacing-1))",
69072
- "resolvedType": "Calculation"
69287
+ "resolvedValue": "var(--kendo-font-size-sm)",
69288
+ "resolvedType": "String"
69073
69289
  },
69074
69290
  {
69075
- "description": "The background color of the Scheduler event.\n",
69291
+ "description": "The line height of the Scheduler event title.\n",
69076
69292
  "commentRange": {
69077
69293
  "start": 70,
69078
69294
  "end": 71
69079
69295
  },
69080
69296
  "context": {
69081
69297
  "type": "variable",
69082
- "name": "kendo-scheduler-event-bg",
69083
- "value": "k-color(primary)",
69298
+ "name": "kendo-scheduler-event-title-line-height",
69299
+ "value": "var(--kendo-line-height-sm)",
69084
69300
  "scope": "default",
69085
69301
  "line": {
69086
69302
  "start": 72,
@@ -69095,19 +69311,19 @@
69095
69311
  "path": "classic/scss/scheduler/_variables.scss",
69096
69312
  "name": "_variables.scss"
69097
69313
  },
69098
- "resolvedValue": "var(--kendo-color-primary)",
69314
+ "resolvedValue": "var(--kendo-line-height-sm)",
69099
69315
  "resolvedType": "String"
69100
69316
  },
69101
69317
  {
69102
- "description": "The text color of the Scheduler event.\n",
69318
+ "description": "The top padding of the Scheduler event title.\n",
69103
69319
  "commentRange": {
69104
69320
  "start": 73,
69105
69321
  "end": 74
69106
69322
  },
69107
69323
  "context": {
69108
69324
  "type": "variable",
69109
- "name": "kendo-scheduler-event-text",
69110
- "value": "k-color(on-primary)",
69325
+ "name": "kendo-scheduler-event-title-padding-top",
69326
+ "value": "k-spacing(1)",
69111
69327
  "scope": "default",
69112
69328
  "line": {
69113
69329
  "start": 75,
@@ -69122,19 +69338,19 @@
69122
69338
  "path": "classic/scss/scheduler/_variables.scss",
69123
69339
  "name": "_variables.scss"
69124
69340
  },
69125
- "resolvedValue": "var(--kendo-color-on-primary)",
69341
+ "resolvedValue": "var(--kendo-spacing-1)",
69126
69342
  "resolvedType": "String"
69127
69343
  },
69128
69344
  {
69129
- "description": "The border color of the Scheduler event.\n",
69345
+ "description": "The bottom padding of the Scheduler event title.\n",
69130
69346
  "commentRange": {
69131
69347
  "start": 76,
69132
69348
  "end": 77
69133
69349
  },
69134
69350
  "context": {
69135
69351
  "type": "variable",
69136
- "name": "kendo-scheduler-event-border",
69137
- "value": "null",
69352
+ "name": "kendo-scheduler-event-title-padding-bottom",
69353
+ "value": "k-spacing(0.5)",
69138
69354
  "scope": "default",
69139
69355
  "line": {
69140
69356
  "start": 78,
@@ -69149,23 +69365,23 @@
69149
69365
  "path": "classic/scss/scheduler/_variables.scss",
69150
69366
  "name": "_variables.scss"
69151
69367
  },
69152
- "resolvedValue": "null",
69153
- "resolvedType": "Null"
69368
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
69369
+ "resolvedType": "String"
69154
69370
  },
69155
69371
  {
69156
- "description": "The gradient of the Scheduler event.\n",
69372
+ "description": "The font size of the Scheduler event time.\n",
69157
69373
  "commentRange": {
69158
- "start": 79,
69159
- "end": 80
69374
+ "start": 80,
69375
+ "end": 81
69160
69376
  },
69161
69377
  "context": {
69162
69378
  "type": "variable",
69163
- "name": "kendo-scheduler-event-gradient",
69164
- "value": "null",
69379
+ "name": "kendo-scheduler-event-time-font-size",
69380
+ "value": "var(--kendo-font-size-xs)",
69165
69381
  "scope": "default",
69166
69382
  "line": {
69167
- "start": 81,
69168
- "end": 81
69383
+ "start": 82,
69384
+ "end": 82
69169
69385
  }
69170
69386
  },
69171
69387
  "group": [
@@ -69176,23 +69392,23 @@
69176
69392
  "path": "classic/scss/scheduler/_variables.scss",
69177
69393
  "name": "_variables.scss"
69178
69394
  },
69179
- "resolvedValue": "null",
69180
- "resolvedType": "Null"
69395
+ "resolvedValue": "var(--kendo-font-size-xs)",
69396
+ "resolvedType": "String"
69181
69397
  },
69182
69398
  {
69183
- "description": "The shadow of the Scheduler event.\n",
69399
+ "description": "The line height of the Scheduler event time.\n",
69184
69400
  "commentRange": {
69185
- "start": 82,
69186
- "end": 83
69401
+ "start": 83,
69402
+ "end": 84
69187
69403
  },
69188
69404
  "context": {
69189
69405
  "type": "variable",
69190
- "name": "kendo-scheduler-event-shadow",
69191
- "value": "null",
69406
+ "name": "kendo-scheduler-event-time-line-height",
69407
+ "value": "var(--kendo-line-height-sm)",
69192
69408
  "scope": "default",
69193
69409
  "line": {
69194
- "start": 84,
69195
- "end": 84
69410
+ "start": 85,
69411
+ "end": 85
69196
69412
  }
69197
69413
  },
69198
69414
  "group": [
@@ -69203,19 +69419,19 @@
69203
69419
  "path": "classic/scss/scheduler/_variables.scss",
69204
69420
  "name": "_variables.scss"
69205
69421
  },
69206
- "resolvedValue": "null",
69207
- "resolvedType": "Null"
69422
+ "resolvedValue": "var(--kendo-line-height-sm)",
69423
+ "resolvedType": "String"
69208
69424
  },
69209
69425
  {
69210
- "description": "The background color of the hovered Scheduler event.\n",
69426
+ "description": "The top padding of the Scheduler event time.\n",
69211
69427
  "commentRange": {
69212
69428
  "start": 86,
69213
69429
  "end": 87
69214
69430
  },
69215
69431
  "context": {
69216
69432
  "type": "variable",
69217
- "name": "kendo-scheduler-event-hover-bg",
69218
- "value": "null",
69433
+ "name": "kendo-scheduler-event-time-padding-top",
69434
+ "value": "k-spacing(0.5)",
69219
69435
  "scope": "default",
69220
69436
  "line": {
69221
69437
  "start": 88,
@@ -69230,19 +69446,19 @@
69230
69446
  "path": "classic/scss/scheduler/_variables.scss",
69231
69447
  "name": "_variables.scss"
69232
69448
  },
69233
- "resolvedValue": "null",
69234
- "resolvedType": "Null"
69449
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
69450
+ "resolvedType": "String"
69235
69451
  },
69236
69452
  {
69237
- "description": "The text color of the hovered Scheduler event.\n",
69453
+ "description": "The bottom padding of the Scheduler event time.\n",
69238
69454
  "commentRange": {
69239
69455
  "start": 89,
69240
69456
  "end": 90
69241
69457
  },
69242
69458
  "context": {
69243
69459
  "type": "variable",
69244
- "name": "kendo-scheduler-event-hover-text",
69245
- "value": "null",
69460
+ "name": "kendo-scheduler-event-time-padding-bottom",
69461
+ "value": "k-spacing(0.5)",
69246
69462
  "scope": "default",
69247
69463
  "line": {
69248
69464
  "start": 91,
@@ -69257,23 +69473,23 @@
69257
69473
  "path": "classic/scss/scheduler/_variables.scss",
69258
69474
  "name": "_variables.scss"
69259
69475
  },
69260
- "resolvedValue": "null",
69261
- "resolvedType": "Null"
69476
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
69477
+ "resolvedType": "String"
69262
69478
  },
69263
69479
  {
69264
- "description": "The border color of the hovered Scheduler event.\n",
69480
+ "description": "The background color of the Scheduler event.\n",
69265
69481
  "commentRange": {
69266
- "start": 92,
69267
- "end": 93
69482
+ "start": 93,
69483
+ "end": 94
69268
69484
  },
69269
69485
  "context": {
69270
69486
  "type": "variable",
69271
- "name": "kendo-scheduler-event-hover-border",
69272
- "value": "null",
69487
+ "name": "kendo-scheduler-event-bg",
69488
+ "value": "k-color(primary)",
69273
69489
  "scope": "default",
69274
69490
  "line": {
69275
- "start": 94,
69276
- "end": 94
69491
+ "start": 95,
69492
+ "end": 95
69277
69493
  }
69278
69494
  },
69279
69495
  "group": [
@@ -69284,23 +69500,23 @@
69284
69500
  "path": "classic/scss/scheduler/_variables.scss",
69285
69501
  "name": "_variables.scss"
69286
69502
  },
69287
- "resolvedValue": "null",
69288
- "resolvedType": "Null"
69503
+ "resolvedValue": "var(--kendo-color-primary)",
69504
+ "resolvedType": "String"
69289
69505
  },
69290
69506
  {
69291
- "description": "The gradient of the hovered Scheduler event.\n",
69507
+ "description": "The text color of the Scheduler event.\n",
69292
69508
  "commentRange": {
69293
- "start": 95,
69294
- "end": 96
69509
+ "start": 96,
69510
+ "end": 97
69295
69511
  },
69296
69512
  "context": {
69297
69513
  "type": "variable",
69298
- "name": "kendo-scheduler-event-hover-gradient",
69299
- "value": "null",
69514
+ "name": "kendo-scheduler-event-text",
69515
+ "value": "k-color(on-primary)",
69300
69516
  "scope": "default",
69301
69517
  "line": {
69302
- "start": 97,
69303
- "end": 97
69518
+ "start": 98,
69519
+ "end": 98
69304
69520
  }
69305
69521
  },
69306
69522
  "group": [
@@ -69311,23 +69527,23 @@
69311
69527
  "path": "classic/scss/scheduler/_variables.scss",
69312
69528
  "name": "_variables.scss"
69313
69529
  },
69314
- "resolvedValue": "null",
69315
- "resolvedType": "Null"
69530
+ "resolvedValue": "var(--kendo-color-on-primary)",
69531
+ "resolvedType": "String"
69316
69532
  },
69317
69533
  {
69318
- "description": "The shadow of the hovered Scheduler event.\n",
69534
+ "description": "The border color of the Scheduler event.\n",
69319
69535
  "commentRange": {
69320
- "start": 98,
69321
- "end": 99
69536
+ "start": 99,
69537
+ "end": 100
69322
69538
  },
69323
69539
  "context": {
69324
69540
  "type": "variable",
69325
- "name": "kendo-scheduler-event-hover-shadow",
69541
+ "name": "kendo-scheduler-event-border",
69326
69542
  "value": "null",
69327
69543
  "scope": "default",
69328
69544
  "line": {
69329
- "start": 100,
69330
- "end": 100
69545
+ "start": 101,
69546
+ "end": 101
69331
69547
  }
69332
69548
  },
69333
69549
  "group": [
@@ -69342,15 +69558,15 @@
69342
69558
  "resolvedType": "Null"
69343
69559
  },
69344
69560
  {
69345
- "description": "The background color of the selected Scheduler event.\n",
69561
+ "description": "The gradient of the Scheduler event.\n",
69346
69562
  "commentRange": {
69347
69563
  "start": 102,
69348
69564
  "end": 103
69349
69565
  },
69350
69566
  "context": {
69351
69567
  "type": "variable",
69352
- "name": "kendo-scheduler-event-selected-bg",
69353
- "value": "k-color(primary)",
69568
+ "name": "kendo-scheduler-event-gradient",
69569
+ "value": "null",
69354
69570
  "scope": "default",
69355
69571
  "line": {
69356
69572
  "start": 104,
@@ -69365,19 +69581,19 @@
69365
69581
  "path": "classic/scss/scheduler/_variables.scss",
69366
69582
  "name": "_variables.scss"
69367
69583
  },
69368
- "resolvedValue": "var(--kendo-color-primary)",
69369
- "resolvedType": "String"
69584
+ "resolvedValue": "null",
69585
+ "resolvedType": "Null"
69370
69586
  },
69371
69587
  {
69372
- "description": "The text color of the selected Scheduler event.\n",
69588
+ "description": "The shadow of the Scheduler event.\n",
69373
69589
  "commentRange": {
69374
69590
  "start": 105,
69375
69591
  "end": 106
69376
69592
  },
69377
69593
  "context": {
69378
69594
  "type": "variable",
69379
- "name": "kendo-scheduler-event-selected-text",
69380
- "value": "k-color(on-primary)",
69595
+ "name": "kendo-scheduler-event-shadow",
69596
+ "value": "null",
69381
69597
  "scope": "default",
69382
69598
  "line": {
69383
69599
  "start": 107,
@@ -69392,23 +69608,23 @@
69392
69608
  "path": "classic/scss/scheduler/_variables.scss",
69393
69609
  "name": "_variables.scss"
69394
69610
  },
69395
- "resolvedValue": "var(--kendo-color-on-primary)",
69396
- "resolvedType": "String"
69611
+ "resolvedValue": "null",
69612
+ "resolvedType": "Null"
69397
69613
  },
69398
69614
  {
69399
- "description": "The border color of the selected Scheduler event.\n",
69615
+ "description": "The background color of the read-only Scheduler event.\n",
69400
69616
  "commentRange": {
69401
- "start": 108,
69402
- "end": 109
69617
+ "start": 109,
69618
+ "end": 110
69403
69619
  },
69404
69620
  "context": {
69405
69621
  "type": "variable",
69406
- "name": "kendo-scheduler-event-selected-border",
69407
- "value": "null",
69622
+ "name": "kendo-scheduler-event-readonly-bg",
69623
+ "value": "k-color(primary-subtle)",
69408
69624
  "scope": "default",
69409
69625
  "line": {
69410
- "start": 110,
69411
- "end": 110
69626
+ "start": 111,
69627
+ "end": 111
69412
69628
  }
69413
69629
  },
69414
69630
  "group": [
@@ -69419,23 +69635,23 @@
69419
69635
  "path": "classic/scss/scheduler/_variables.scss",
69420
69636
  "name": "_variables.scss"
69421
69637
  },
69422
- "resolvedValue": "null",
69423
- "resolvedType": "Null"
69638
+ "resolvedValue": "var(--kendo-color-primary-subtle)",
69639
+ "resolvedType": "String"
69424
69640
  },
69425
69641
  {
69426
- "description": "The gradient of the selected Scheduler event.\n",
69642
+ "description": "The text color of the read-only Scheduler event.\n",
69427
69643
  "commentRange": {
69428
- "start": 111,
69429
- "end": 112
69644
+ "start": 112,
69645
+ "end": 113
69430
69646
  },
69431
69647
  "context": {
69432
69648
  "type": "variable",
69433
- "name": "kendo-scheduler-event-selected-gradient",
69434
- "value": "null",
69649
+ "name": "kendo-scheduler-event-readonly-text",
69650
+ "value": "k-color(primary-on-subtle)",
69435
69651
  "scope": "default",
69436
69652
  "line": {
69437
- "start": 113,
69438
- "end": 113
69653
+ "start": 114,
69654
+ "end": 114
69439
69655
  }
69440
69656
  },
69441
69657
  "group": [
@@ -69446,23 +69662,23 @@
69446
69662
  "path": "classic/scss/scheduler/_variables.scss",
69447
69663
  "name": "_variables.scss"
69448
69664
  },
69449
- "resolvedValue": "null",
69450
- "resolvedType": "Null"
69665
+ "resolvedValue": "var(--kendo-color-primary-on-subtle)",
69666
+ "resolvedType": "String"
69451
69667
  },
69452
69668
  {
69453
- "description": "The shadow of the selected Scheduler event.\n",
69669
+ "description": "The border color of the read-only Scheduler event.\n",
69454
69670
  "commentRange": {
69455
- "start": 114,
69456
- "end": 115
69671
+ "start": 115,
69672
+ "end": 116
69457
69673
  },
69458
69674
  "context": {
69459
69675
  "type": "variable",
69460
- "name": "kendo-scheduler-event-selected-shadow",
69461
- "value": "inset 0 0 0 2px k-color(border-alt)",
69676
+ "name": "kendo-scheduler-event-readonly-border",
69677
+ "value": "k-color(primary-emphasis)",
69462
69678
  "scope": "default",
69463
69679
  "line": {
69464
- "start": 116,
69465
- "end": 116
69680
+ "start": 117,
69681
+ "end": 117
69466
69682
  }
69467
69683
  },
69468
69684
  "group": [
@@ -69473,23 +69689,23 @@
69473
69689
  "path": "classic/scss/scheduler/_variables.scss",
69474
69690
  "name": "_variables.scss"
69475
69691
  },
69476
- "resolvedValue": "(inset 0 0 0 2px var(--kendo-color-border-alt))",
69477
- "resolvedType": "List"
69692
+ "resolvedValue": "var(--kendo-color-primary-emphasis)",
69693
+ "resolvedType": "String"
69478
69694
  },
69479
69695
  {
69480
- "description": "The shadow of the ongoing Scheduler event.\n",
69696
+ "description": "The background color of the hovered Scheduler event.\n",
69481
69697
  "commentRange": {
69482
- "start": 118,
69483
- "end": 119
69698
+ "start": 119,
69699
+ "end": 120
69484
69700
  },
69485
69701
  "context": {
69486
69702
  "type": "variable",
69487
- "name": "kendo-scheduler-event-ongoing-shadow",
69488
- "value": "inset 0px 0px 0px 1px #ff0000",
69703
+ "name": "kendo-scheduler-event-hover-bg",
69704
+ "value": "null",
69489
69705
  "scope": "default",
69490
69706
  "line": {
69491
- "start": 120,
69492
- "end": 120
69707
+ "start": 121,
69708
+ "end": 121
69493
69709
  }
69494
69710
  },
69495
69711
  "group": [
@@ -69500,19 +69716,19 @@
69500
69716
  "path": "classic/scss/scheduler/_variables.scss",
69501
69717
  "name": "_variables.scss"
69502
69718
  },
69503
- "resolvedValue": "(inset 0px 0px 0px 1px #ff0000)",
69504
- "resolvedType": "List"
69719
+ "resolvedValue": "null",
69720
+ "resolvedType": "Null"
69505
69721
  },
69506
69722
  {
69507
- "description": "The horizontal padding of the Scheduler cell.\n",
69723
+ "description": "The text color of the hovered Scheduler event.\n",
69508
69724
  "commentRange": {
69509
69725
  "start": 122,
69510
69726
  "end": 123
69511
69727
  },
69512
69728
  "context": {
69513
69729
  "type": "variable",
69514
- "name": "kendo-scheduler-cell-padding-x",
69515
- "value": "k-spacing(2)",
69730
+ "name": "kendo-scheduler-event-hover-text",
69731
+ "value": "null",
69516
69732
  "scope": "default",
69517
69733
  "line": {
69518
69734
  "start": 124,
@@ -69527,19 +69743,19 @@
69527
69743
  "path": "classic/scss/scheduler/_variables.scss",
69528
69744
  "name": "_variables.scss"
69529
69745
  },
69530
- "resolvedValue": "var(--kendo-spacing-2)",
69531
- "resolvedType": "String"
69746
+ "resolvedValue": "null",
69747
+ "resolvedType": "Null"
69532
69748
  },
69533
69749
  {
69534
- "description": "The vertical padding of the Scheduler cell.\n",
69750
+ "description": "The border color of the hovered Scheduler event.\n",
69535
69751
  "commentRange": {
69536
69752
  "start": 125,
69537
69753
  "end": 126
69538
69754
  },
69539
69755
  "context": {
69540
69756
  "type": "variable",
69541
- "name": "kendo-scheduler-cell-padding-y",
69542
- "value": "k-spacing(2)",
69757
+ "name": "kendo-scheduler-event-hover-border",
69758
+ "value": "null",
69543
69759
  "scope": "default",
69544
69760
  "line": {
69545
69761
  "start": 127,
@@ -69554,19 +69770,19 @@
69554
69770
  "path": "classic/scss/scheduler/_variables.scss",
69555
69771
  "name": "_variables.scss"
69556
69772
  },
69557
- "resolvedValue": "var(--kendo-spacing-2)",
69558
- "resolvedType": "String"
69773
+ "resolvedValue": "null",
69774
+ "resolvedType": "Null"
69559
69775
  },
69560
69776
  {
69561
- "description": "The height of the Scheduler cell.\n",
69777
+ "description": "The gradient of the hovered Scheduler event.\n",
69562
69778
  "commentRange": {
69563
69779
  "start": 128,
69564
69780
  "end": 129
69565
69781
  },
69566
69782
  "context": {
69567
69783
  "type": "variable",
69568
- "name": "kendo-scheduler-cell-height",
69569
- "value": "$kendo-line-height-em",
69784
+ "name": "kendo-scheduler-event-hover-gradient",
69785
+ "value": "null",
69570
69786
  "scope": "default",
69571
69787
  "line": {
69572
69788
  "start": 130,
@@ -69581,19 +69797,19 @@
69581
69797
  "path": "classic/scss/scheduler/_variables.scss",
69582
69798
  "name": "_variables.scss"
69583
69799
  },
69584
- "resolvedValue": "calc(1.4285714286 * 1em)",
69585
- "resolvedType": "Calculation"
69800
+ "resolvedValue": "null",
69801
+ "resolvedType": "Null"
69586
69802
  },
69587
69803
  {
69588
- "description": "The width of the Scheduler date column.\n",
69804
+ "description": "The shadow of the hovered Scheduler event.\n",
69589
69805
  "commentRange": {
69590
69806
  "start": 131,
69591
69807
  "end": 132
69592
69808
  },
69593
69809
  "context": {
69594
69810
  "type": "variable",
69595
- "name": "kendo-scheduler-datecolumn-width",
69596
- "value": "12em",
69811
+ "name": "kendo-scheduler-event-hover-shadow",
69812
+ "value": "null",
69597
69813
  "scope": "default",
69598
69814
  "line": {
69599
69815
  "start": 133,
@@ -69608,23 +69824,23 @@
69608
69824
  "path": "classic/scss/scheduler/_variables.scss",
69609
69825
  "name": "_variables.scss"
69610
69826
  },
69611
- "resolvedValue": "12em",
69612
- "resolvedType": "Number"
69827
+ "resolvedValue": "null",
69828
+ "resolvedType": "Null"
69613
69829
  },
69614
69830
  {
69615
- "description": "The width of the Scheduler time column.\n",
69831
+ "description": "The background color of the selected Scheduler event.\n",
69616
69832
  "commentRange": {
69617
- "start": 134,
69618
- "end": 135
69833
+ "start": 135,
69834
+ "end": 136
69619
69835
  },
69620
69836
  "context": {
69621
69837
  "type": "variable",
69622
- "name": "kendo-scheduler-timecolumn-width",
69623
- "value": "11em",
69838
+ "name": "kendo-scheduler-event-selected-bg",
69839
+ "value": "k-color(primary)",
69624
69840
  "scope": "default",
69625
69841
  "line": {
69626
- "start": 136,
69627
- "end": 136
69842
+ "start": 137,
69843
+ "end": 137
69628
69844
  }
69629
69845
  },
69630
69846
  "group": [
@@ -69635,19 +69851,19 @@
69635
69851
  "path": "classic/scss/scheduler/_variables.scss",
69636
69852
  "name": "_variables.scss"
69637
69853
  },
69638
- "resolvedValue": "11em",
69639
- "resolvedType": "Number"
69854
+ "resolvedValue": "var(--kendo-color-primary)",
69855
+ "resolvedType": "String"
69640
69856
  },
69641
69857
  {
69642
- "description": "The background color of the non-working hours in the Scheduler.\n",
69858
+ "description": "The text color of the selected Scheduler event.\n",
69643
69859
  "commentRange": {
69644
69860
  "start": 138,
69645
69861
  "end": 139
69646
69862
  },
69647
69863
  "context": {
69648
69864
  "type": "variable",
69649
- "name": "kendo-scheduler-nonwork-bg",
69650
- "value": "k-color(base-subtle)",
69865
+ "name": "kendo-scheduler-event-selected-text",
69866
+ "value": "k-color(on-primary)",
69651
69867
  "scope": "default",
69652
69868
  "line": {
69653
69869
  "start": 140,
@@ -69662,18 +69878,18 @@
69662
69878
  "path": "classic/scss/scheduler/_variables.scss",
69663
69879
  "name": "_variables.scss"
69664
69880
  },
69665
- "resolvedValue": "var(--kendo-color-base-subtle)",
69881
+ "resolvedValue": "var(--kendo-color-on-primary)",
69666
69882
  "resolvedType": "String"
69667
69883
  },
69668
69884
  {
69669
- "description": "The text color of the non-working hours in the Scheduler.\n",
69885
+ "description": "The border color of the selected Scheduler event.\n",
69670
69886
  "commentRange": {
69671
69887
  "start": 141,
69672
69888
  "end": 142
69673
69889
  },
69674
69890
  "context": {
69675
69891
  "type": "variable",
69676
- "name": "kendo-scheduler-nonwork-text",
69892
+ "name": "kendo-scheduler-event-selected-border",
69677
69893
  "value": "null",
69678
69894
  "scope": "default",
69679
69895
  "line": {
@@ -69693,19 +69909,19 @@
69693
69909
  "resolvedType": "Null"
69694
69910
  },
69695
69911
  {
69696
- "description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
69912
+ "description": "The gradient of the selected Scheduler event.\n",
69697
69913
  "commentRange": {
69698
- "start": 145,
69699
- "end": 146
69914
+ "start": 144,
69915
+ "end": 145
69700
69916
  },
69701
69917
  "context": {
69702
69918
  "type": "variable",
69703
- "name": "kendo-scheduler-othermonth-bg",
69704
- "value": "k-color(base-subtle)",
69919
+ "name": "kendo-scheduler-event-selected-gradient",
69920
+ "value": "null",
69705
69921
  "scope": "default",
69706
69922
  "line": {
69707
- "start": 147,
69708
- "end": 147
69923
+ "start": 146,
69924
+ "end": 146
69709
69925
  }
69710
69926
  },
69711
69927
  "group": [
@@ -69716,23 +69932,23 @@
69716
69932
  "path": "classic/scss/scheduler/_variables.scss",
69717
69933
  "name": "_variables.scss"
69718
69934
  },
69719
- "resolvedValue": "var(--kendo-color-base-subtle)",
69720
- "resolvedType": "String"
69935
+ "resolvedValue": "null",
69936
+ "resolvedType": "Null"
69721
69937
  },
69722
69938
  {
69723
- "description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
69939
+ "description": "The shadow of the selected Scheduler event.\n",
69724
69940
  "commentRange": {
69725
- "start": 148,
69726
- "end": 149
69941
+ "start": 147,
69942
+ "end": 148
69727
69943
  },
69728
69944
  "context": {
69729
69945
  "type": "variable",
69730
- "name": "kendo-scheduler-othermonth-text",
69731
- "value": "null",
69946
+ "name": "kendo-scheduler-event-selected-shadow",
69947
+ "value": "inset 0 0 0 2px k-color(border-alt)",
69732
69948
  "scope": "default",
69733
69949
  "line": {
69734
- "start": 150,
69735
- "end": 150
69950
+ "start": 149,
69951
+ "end": 149
69736
69952
  }
69737
69953
  },
69738
69954
  "group": [
@@ -69743,23 +69959,23 @@
69743
69959
  "path": "classic/scss/scheduler/_variables.scss",
69744
69960
  "name": "_variables.scss"
69745
69961
  },
69746
- "resolvedValue": "null",
69747
- "resolvedType": "Null"
69962
+ "resolvedValue": "(inset 0 0 0 2px var(--kendo-color-border-alt))",
69963
+ "resolvedType": "List"
69748
69964
  },
69749
69965
  {
69750
- "description": "The horizontal padding of the year view in the Scheduler.\n",
69966
+ "description": "The shadow of the ongoing Scheduler event.\n",
69751
69967
  "commentRange": {
69752
- "start": 152,
69753
- "end": 153
69968
+ "start": 151,
69969
+ "end": 152
69754
69970
  },
69755
69971
  "context": {
69756
69972
  "type": "variable",
69757
- "name": "kendo-scheduler-yearview-padding-x",
69758
- "value": "k-spacing(3)",
69973
+ "name": "kendo-scheduler-event-ongoing-shadow",
69974
+ "value": "inset 0px 0px 0px 1px #ff0000",
69759
69975
  "scope": "default",
69760
69976
  "line": {
69761
- "start": 154,
69762
- "end": 154
69977
+ "start": 153,
69978
+ "end": 153
69763
69979
  }
69764
69980
  },
69765
69981
  "group": [
@@ -69770,19 +69986,19 @@
69770
69986
  "path": "classic/scss/scheduler/_variables.scss",
69771
69987
  "name": "_variables.scss"
69772
69988
  },
69773
- "resolvedValue": "var(--kendo-spacing-3)",
69774
- "resolvedType": "String"
69989
+ "resolvedValue": "(inset 0px 0px 0px 1px #ff0000)",
69990
+ "resolvedType": "List"
69775
69991
  },
69776
69992
  {
69777
- "description": "The vertical padding of the year view in the Scheduler.\n",
69993
+ "description": "The size of the Scheduler resize handle hit area.\n",
69778
69994
  "commentRange": {
69779
69995
  "start": 155,
69780
69996
  "end": 156
69781
69997
  },
69782
69998
  "context": {
69783
69999
  "type": "variable",
69784
- "name": "kendo-scheduler-yearview-padding-y",
69785
- "value": "$kendo-scheduler-yearview-padding-x",
70000
+ "name": "kendo-scheduler-resizer-size",
70001
+ "value": "0.5em",
69786
70002
  "scope": "default",
69787
70003
  "line": {
69788
70004
  "start": 157,
@@ -69797,23 +70013,23 @@
69797
70013
  "path": "classic/scss/scheduler/_variables.scss",
69798
70014
  "name": "_variables.scss"
69799
70015
  },
69800
- "resolvedValue": "var(--kendo-spacing-3)",
69801
- "resolvedType": "String"
70016
+ "resolvedValue": "0.5em",
70017
+ "resolvedType": "Number"
69802
70018
  },
69803
70019
  {
69804
- "description": "The spacing between the calendars of the year view in the Scheduler.\n",
70020
+ "description": "The length of the Scheduler resize handle visual indicator.\n",
69805
70021
  "commentRange": {
69806
- "start": 159,
69807
- "end": 160
70022
+ "start": 158,
70023
+ "end": 159
69808
70024
  },
69809
70025
  "context": {
69810
70026
  "type": "variable",
69811
- "name": "kendo-scheduler-yearview-calendar-gap",
69812
- "value": "k-spacing(3)",
70027
+ "name": "kendo-scheduler-resize-handle-size",
70028
+ "value": "8px",
69813
70029
  "scope": "default",
69814
70030
  "line": {
69815
- "start": 161,
69816
- "end": 161
70031
+ "start": 160,
70032
+ "end": 160
69817
70033
  }
69818
70034
  },
69819
70035
  "group": [
@@ -69824,23 +70040,23 @@
69824
70040
  "path": "classic/scss/scheduler/_variables.scss",
69825
70041
  "name": "_variables.scss"
69826
70042
  },
69827
- "resolvedValue": "var(--kendo-spacing-3)",
69828
- "resolvedType": "String"
70043
+ "resolvedValue": "8px",
70044
+ "resolvedType": "Number"
69829
70045
  },
69830
70046
  {
69831
- "description": "The days with events indicator size of the year view in the Scheduler.\n",
70047
+ "description": "The border radius of the Scheduler resize handle.\n",
69832
70048
  "commentRange": {
69833
- "start": 163,
69834
- "end": 164
70049
+ "start": 161,
70050
+ "end": 162
69835
70051
  },
69836
70052
  "context": {
69837
70053
  "type": "variable",
69838
- "name": "kendo-scheduler-yearview-indicator-size",
69839
- "value": "3px",
70054
+ "name": "kendo-scheduler-resize-handle-border-radius",
70055
+ "value": "k-border-radius(full)",
69840
70056
  "scope": "default",
69841
70057
  "line": {
69842
- "start": 165,
69843
- "end": 165
70058
+ "start": 163,
70059
+ "end": 163
69844
70060
  }
69845
70061
  },
69846
70062
  "group": [
@@ -69851,23 +70067,23 @@
69851
70067
  "path": "classic/scss/scheduler/_variables.scss",
69852
70068
  "name": "_variables.scss"
69853
70069
  },
69854
- "resolvedValue": "3px",
69855
- "resolvedType": "Number"
70070
+ "resolvedValue": "var(--kendo-border-radius-full)",
70071
+ "resolvedType": "String"
69856
70072
  },
69857
70073
  {
69858
- "description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
70074
+ "description": "The border width of the Scheduler resize handle.\n",
69859
70075
  "commentRange": {
69860
- "start": 166,
69861
- "end": 167
70076
+ "start": 164,
70077
+ "end": 165
69862
70078
  },
69863
70079
  "context": {
69864
70080
  "type": "variable",
69865
- "name": "kendo-scheduler-yearview-indicator-calc-offset-top",
69866
- "value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
70081
+ "name": "kendo-scheduler-resize-handle-border-width",
70082
+ "value": "2px",
69867
70083
  "scope": "default",
69868
70084
  "line": {
69869
- "start": 168,
69870
- "end": 168
70085
+ "start": 166,
70086
+ "end": 166
69871
70087
  }
69872
70088
  },
69873
70089
  "group": [
@@ -69878,23 +70094,23 @@
69878
70094
  "path": "classic/scss/scheduler/_variables.scss",
69879
70095
  "name": "_variables.scss"
69880
70096
  },
69881
- "resolvedValue": "calc(32px - var(--kendo-spacing-1) * 2)",
69882
- "resolvedType": "Calculation"
70097
+ "resolvedValue": "2px",
70098
+ "resolvedType": "Number"
69883
70099
  },
69884
70100
  {
69885
- "description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
70101
+ "description": "The background color of the Scheduler resize handle.\n",
69886
70102
  "commentRange": {
69887
- "start": 169,
69888
- "end": 170
70103
+ "start": 167,
70104
+ "end": 168
69889
70105
  },
69890
70106
  "context": {
69891
70107
  "type": "variable",
69892
- "name": "kendo-scheduler-yearview-indicator-calc-offset-left",
69893
- "value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
70108
+ "name": "kendo-scheduler-resize-handle-bg",
70109
+ "value": "$kendo-scheduler-event-bg",
69894
70110
  "scope": "default",
69895
70111
  "line": {
69896
- "start": 171,
69897
- "end": 171
70112
+ "start": 169,
70113
+ "end": 169
69898
70114
  }
69899
70115
  },
69900
70116
  "group": [
@@ -69905,23 +70121,23 @@
69905
70121
  "path": "classic/scss/scheduler/_variables.scss",
69906
70122
  "name": "_variables.scss"
69907
70123
  },
69908
- "resolvedValue": "calc(50% - 1.5px)",
69909
- "resolvedType": "Calculation"
70124
+ "resolvedValue": "var(--kendo-color-primary)",
70125
+ "resolvedType": "String"
69910
70126
  },
69911
70127
  {
69912
- "description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
70128
+ "description": "The horizontal padding of the Scheduler cell.\n",
69913
70129
  "commentRange": {
69914
- "start": 172,
69915
- "end": 173
70130
+ "start": 171,
70131
+ "end": 172
69916
70132
  },
69917
70133
  "context": {
69918
70134
  "type": "variable",
69919
- "name": "kendo-scheduler-yearview-indicator-border-radius",
69920
- "value": "50%",
70135
+ "name": "kendo-scheduler-cell-padding-x",
70136
+ "value": "k-spacing(2)",
69921
70137
  "scope": "default",
69922
70138
  "line": {
69923
- "start": 174,
69924
- "end": 174
70139
+ "start": 173,
70140
+ "end": 173
69925
70141
  }
69926
70142
  },
69927
70143
  "group": [
@@ -69932,23 +70148,23 @@
69932
70148
  "path": "classic/scss/scheduler/_variables.scss",
69933
70149
  "name": "_variables.scss"
69934
70150
  },
69935
- "resolvedValue": "50%",
69936
- "resolvedType": "Number"
70151
+ "resolvedValue": "var(--kendo-spacing-2)",
70152
+ "resolvedType": "String"
69937
70153
  },
69938
70154
  {
69939
- "description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
70155
+ "description": "The vertical padding of the Scheduler cell.\n",
69940
70156
  "commentRange": {
69941
- "start": 175,
69942
- "end": 176
70157
+ "start": 174,
70158
+ "end": 175
69943
70159
  },
69944
70160
  "context": {
69945
70161
  "type": "variable",
69946
- "name": "kendo-scheduler-yearview-indicator-bg",
69947
- "value": "k-color(primary)",
70162
+ "name": "kendo-scheduler-cell-padding-y",
70163
+ "value": "k-spacing(2)",
69948
70164
  "scope": "default",
69949
70165
  "line": {
69950
- "start": 177,
69951
- "end": 177
70166
+ "start": 176,
70167
+ "end": 176
69952
70168
  }
69953
70169
  },
69954
70170
  "group": [
@@ -69959,23 +70175,23 @@
69959
70175
  "path": "classic/scss/scheduler/_variables.scss",
69960
70176
  "name": "_variables.scss"
69961
70177
  },
69962
- "resolvedValue": "var(--kendo-color-primary)",
70178
+ "resolvedValue": "var(--kendo-spacing-2)",
69963
70179
  "resolvedType": "String"
69964
70180
  },
69965
70181
  {
69966
- "description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
70182
+ "description": "The height of the Scheduler cell.\n",
69967
70183
  "commentRange": {
69968
- "start": 178,
69969
- "end": 179
70184
+ "start": 177,
70185
+ "end": 178
69970
70186
  },
69971
70187
  "context": {
69972
70188
  "type": "variable",
69973
- "name": "kendo-scheduler-yearview-indicator-selected-bg",
69974
- "value": "k-color(on-primary)",
70189
+ "name": "kendo-scheduler-cell-height",
70190
+ "value": "$kendo-line-height-em",
69975
70191
  "scope": "default",
69976
70192
  "line": {
69977
- "start": 180,
69978
- "end": 180
70193
+ "start": 179,
70194
+ "end": 179
69979
70195
  }
69980
70196
  },
69981
70197
  "group": [
@@ -69986,23 +70202,23 @@
69986
70202
  "path": "classic/scss/scheduler/_variables.scss",
69987
70203
  "name": "_variables.scss"
69988
70204
  },
69989
- "resolvedValue": "var(--kendo-color-on-primary)",
69990
- "resolvedType": "String"
70205
+ "resolvedValue": "calc(1.4285714286 * 1em)",
70206
+ "resolvedType": "Calculation"
69991
70207
  },
69992
70208
  {
69993
- "description": "The horizontal padding of the Scheduler Tooltip.\n",
70209
+ "description": "The width of the Scheduler date column.\n",
69994
70210
  "commentRange": {
69995
- "start": 182,
69996
- "end": 183
70211
+ "start": 180,
70212
+ "end": 181
69997
70213
  },
69998
70214
  "context": {
69999
70215
  "type": "variable",
70000
- "name": "kendo-scheduler-tooltip-padding-x",
70001
- "value": "k-spacing(2)",
70216
+ "name": "kendo-scheduler-datecolumn-width",
70217
+ "value": "12em",
70002
70218
  "scope": "default",
70003
70219
  "line": {
70004
- "start": 184,
70005
- "end": 184
70220
+ "start": 182,
70221
+ "end": 182
70006
70222
  }
70007
70223
  },
70008
70224
  "group": [
@@ -70013,23 +70229,23 @@
70013
70229
  "path": "classic/scss/scheduler/_variables.scss",
70014
70230
  "name": "_variables.scss"
70015
70231
  },
70016
- "resolvedValue": "var(--kendo-spacing-2)",
70017
- "resolvedType": "String"
70232
+ "resolvedValue": "12em",
70233
+ "resolvedType": "Number"
70018
70234
  },
70019
70235
  {
70020
- "description": "The vertical padding of the Scheduler Tooltip.\n",
70236
+ "description": "The width of the Scheduler time column.\n",
70021
70237
  "commentRange": {
70022
- "start": 185,
70023
- "end": 186
70238
+ "start": 183,
70239
+ "end": 184
70024
70240
  },
70025
70241
  "context": {
70026
70242
  "type": "variable",
70027
- "name": "kendo-scheduler-tooltip-padding-y",
70028
- "value": "k-spacing(2)",
70243
+ "name": "kendo-scheduler-timecolumn-width",
70244
+ "value": "11em",
70029
70245
  "scope": "default",
70030
70246
  "line": {
70031
- "start": 187,
70032
- "end": 187
70247
+ "start": 185,
70248
+ "end": 185
70033
70249
  }
70034
70250
  },
70035
70251
  "group": [
@@ -70040,23 +70256,23 @@
70040
70256
  "path": "classic/scss/scheduler/_variables.scss",
70041
70257
  "name": "_variables.scss"
70042
70258
  },
70043
- "resolvedValue": "var(--kendo-spacing-2)",
70044
- "resolvedType": "String"
70259
+ "resolvedValue": "11em",
70260
+ "resolvedType": "Number"
70045
70261
  },
70046
70262
  {
70047
- "description": "The width of the border of the Scheduler Tooltip.\n",
70263
+ "description": "The background color of the non-working hours in the Scheduler.\n",
70048
70264
  "commentRange": {
70049
- "start": 188,
70050
- "end": 189
70265
+ "start": 187,
70266
+ "end": 188
70051
70267
  },
70052
70268
  "context": {
70053
70269
  "type": "variable",
70054
- "name": "kendo-scheduler-tooltip-border-width",
70055
- "value": "0",
70270
+ "name": "kendo-scheduler-nonwork-bg",
70271
+ "value": "k-color(base-subtle)",
70056
70272
  "scope": "default",
70057
70273
  "line": {
70058
- "start": 190,
70059
- "end": 190
70274
+ "start": 189,
70275
+ "end": 189
70060
70276
  }
70061
70277
  },
70062
70278
  "group": [
@@ -70067,23 +70283,23 @@
70067
70283
  "path": "classic/scss/scheduler/_variables.scss",
70068
70284
  "name": "_variables.scss"
70069
70285
  },
70070
- "resolvedValue": "0",
70071
- "resolvedType": "Number"
70286
+ "resolvedValue": "var(--kendo-color-base-subtle)",
70287
+ "resolvedType": "String"
70072
70288
  },
70073
70289
  {
70074
- "description": "The background color of the Scheduler Tooltip.\n",
70290
+ "description": "The text color of the non-working hours in the Scheduler.\n",
70075
70291
  "commentRange": {
70076
- "start": 191,
70077
- "end": 192
70292
+ "start": 190,
70293
+ "end": 191
70078
70294
  },
70079
70295
  "context": {
70080
70296
  "type": "variable",
70081
- "name": "kendo-scheduler-tooltip-bg",
70082
- "value": "k-color(on-primary)",
70297
+ "name": "kendo-scheduler-nonwork-text",
70298
+ "value": "null",
70083
70299
  "scope": "default",
70084
70300
  "line": {
70085
- "start": 193,
70086
- "end": 193
70301
+ "start": 192,
70302
+ "end": 192
70087
70303
  }
70088
70304
  },
70089
70305
  "group": [
@@ -70094,19 +70310,19 @@
70094
70310
  "path": "classic/scss/scheduler/_variables.scss",
70095
70311
  "name": "_variables.scss"
70096
70312
  },
70097
- "resolvedValue": "var(--kendo-color-on-primary)",
70098
- "resolvedType": "String"
70313
+ "resolvedValue": "null",
70314
+ "resolvedType": "Null"
70099
70315
  },
70100
70316
  {
70101
- "description": "The text color of the Scheduler Tooltip.\n",
70317
+ "description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
70102
70318
  "commentRange": {
70103
70319
  "start": 194,
70104
70320
  "end": 195
70105
70321
  },
70106
70322
  "context": {
70107
70323
  "type": "variable",
70108
- "name": "kendo-scheduler-tooltip-text",
70109
- "value": "k-color(on-app-surface)",
70324
+ "name": "kendo-scheduler-othermonth-bg",
70325
+ "value": "k-color(base-subtle)",
70110
70326
  "scope": "default",
70111
70327
  "line": {
70112
70328
  "start": 196,
@@ -70121,18 +70337,18 @@
70121
70337
  "path": "classic/scss/scheduler/_variables.scss",
70122
70338
  "name": "_variables.scss"
70123
70339
  },
70124
- "resolvedValue": "var(--kendo-color-on-app-surface)",
70340
+ "resolvedValue": "var(--kendo-color-base-subtle)",
70125
70341
  "resolvedType": "String"
70126
70342
  },
70127
70343
  {
70128
- "description": "The border color of the Scheduler Tooltip.\n",
70344
+ "description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
70129
70345
  "commentRange": {
70130
70346
  "start": 197,
70131
70347
  "end": 198
70132
70348
  },
70133
70349
  "context": {
70134
70350
  "type": "variable",
70135
- "name": "kendo-scheduler-tooltip-border",
70351
+ "name": "kendo-scheduler-othermonth-text",
70136
70352
  "value": "null",
70137
70353
  "scope": "default",
70138
70354
  "line": {
@@ -70152,19 +70368,19 @@
70152
70368
  "resolvedType": "Null"
70153
70369
  },
70154
70370
  {
70155
- "description": "The shadow of the Scheduler Tooltip.\n",
70371
+ "description": "The horizontal padding of the year view in the Scheduler.\n",
70156
70372
  "commentRange": {
70157
- "start": 200,
70158
- "end": 201
70373
+ "start": 201,
70374
+ "end": 202
70159
70375
  },
70160
70376
  "context": {
70161
70377
  "type": "variable",
70162
- "name": "kendo-scheduler-tooltip-shadow",
70163
- "value": "k-elevation(2)",
70378
+ "name": "kendo-scheduler-yearview-padding-x",
70379
+ "value": "k-spacing(3)",
70164
70380
  "scope": "default",
70165
70381
  "line": {
70166
- "start": 202,
70167
- "end": 202
70382
+ "start": 203,
70383
+ "end": 203
70168
70384
  }
70169
70385
  },
70170
70386
  "group": [
@@ -70175,23 +70391,23 @@
70175
70391
  "path": "classic/scss/scheduler/_variables.scss",
70176
70392
  "name": "_variables.scss"
70177
70393
  },
70178
- "resolvedValue": "var(--kendo-elevation-2)",
70394
+ "resolvedValue": "var(--kendo-spacing-3)",
70179
70395
  "resolvedType": "String"
70180
70396
  },
70181
70397
  {
70182
- "description": "The vertical margin of the Scheduler Tooltip title.\n",
70398
+ "description": "The vertical padding of the year view in the Scheduler.\n",
70183
70399
  "commentRange": {
70184
- "start": 205,
70185
- "end": 206
70400
+ "start": 204,
70401
+ "end": 205
70186
70402
  },
70187
70403
  "context": {
70188
70404
  "type": "variable",
70189
- "name": "kendo-scheduler-tooltip-title-margin-y",
70190
- "value": "k-spacing(1)",
70405
+ "name": "kendo-scheduler-yearview-padding-y",
70406
+ "value": "$kendo-scheduler-yearview-padding-x",
70191
70407
  "scope": "default",
70192
70408
  "line": {
70193
- "start": 207,
70194
- "end": 207
70409
+ "start": 206,
70410
+ "end": 206
70195
70411
  }
70196
70412
  },
70197
70413
  "group": [
@@ -70202,19 +70418,19 @@
70202
70418
  "path": "classic/scss/scheduler/_variables.scss",
70203
70419
  "name": "_variables.scss"
70204
70420
  },
70205
- "resolvedValue": "var(--kendo-spacing-1)",
70421
+ "resolvedValue": "var(--kendo-spacing-3)",
70206
70422
  "resolvedType": "String"
70207
70423
  },
70208
70424
  {
70209
- "description": "The font size of the month inside the Scheduler Tooltip.\n",
70425
+ "description": "The spacing between the calendars of the year view in the Scheduler.\n",
70210
70426
  "commentRange": {
70211
70427
  "start": 208,
70212
70428
  "end": 209
70213
70429
  },
70214
70430
  "context": {
70215
70431
  "type": "variable",
70216
- "name": "kendo-scheduler-tooltip-month-font-size",
70217
- "value": "var(--kendo-font-size-sm)",
70432
+ "name": "kendo-scheduler-yearview-calendar-gap",
70433
+ "value": "k-spacing(3)",
70218
70434
  "scope": "default",
70219
70435
  "line": {
70220
70436
  "start": 210,
@@ -70229,23 +70445,23 @@
70229
70445
  "path": "classic/scss/scheduler/_variables.scss",
70230
70446
  "name": "_variables.scss"
70231
70447
  },
70232
- "resolvedValue": "var(--kendo-font-size-sm)",
70448
+ "resolvedValue": "var(--kendo-spacing-3)",
70233
70449
  "resolvedType": "String"
70234
70450
  },
70235
70451
  {
70236
- "description": "The font size of the day inside the Scheduler Tooltip.\n",
70452
+ "description": "The days with events indicator size of the year view in the Scheduler.\n",
70237
70453
  "commentRange": {
70238
- "start": 211,
70239
- "end": 212
70454
+ "start": 212,
70455
+ "end": 213
70240
70456
  },
70241
70457
  "context": {
70242
70458
  "type": "variable",
70243
- "name": "kendo-scheduler-tooltip-day-font-size",
70244
- "value": "calc( var(--kendo-font-size-sm) * 2 )",
70459
+ "name": "kendo-scheduler-yearview-indicator-size",
70460
+ "value": "3px",
70245
70461
  "scope": "default",
70246
70462
  "line": {
70247
- "start": 213,
70248
- "end": 213
70463
+ "start": 214,
70464
+ "end": 214
70249
70465
  }
70250
70466
  },
70251
70467
  "group": [
@@ -70256,19 +70472,19 @@
70256
70472
  "path": "classic/scss/scheduler/_variables.scss",
70257
70473
  "name": "_variables.scss"
70258
70474
  },
70259
- "resolvedValue": "calc(var(--kendo-font-size-sm) * 2)",
70260
- "resolvedType": "Calculation"
70475
+ "resolvedValue": "3px",
70476
+ "resolvedType": "Number"
70261
70477
  },
70262
70478
  {
70263
- "description": "The max height of the events inside the Scheduler Tooltip.\n",
70479
+ "description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
70264
70480
  "commentRange": {
70265
70481
  "start": 215,
70266
70482
  "end": 216
70267
70483
  },
70268
70484
  "context": {
70269
70485
  "type": "variable",
70270
- "name": "kendo-scheduler-tooltip-events-max-height",
70271
- "value": "250px",
70486
+ "name": "kendo-scheduler-yearview-indicator-calc-offset-top",
70487
+ "value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
70272
70488
  "scope": "default",
70273
70489
  "line": {
70274
70490
  "start": 217,
@@ -70283,19 +70499,19 @@
70283
70499
  "path": "classic/scss/scheduler/_variables.scss",
70284
70500
  "name": "_variables.scss"
70285
70501
  },
70286
- "resolvedValue": "250px",
70287
- "resolvedType": "Number"
70502
+ "resolvedValue": "calc(32px - var(--kendo-spacing-1) * 2)",
70503
+ "resolvedType": "Calculation"
70288
70504
  },
70289
70505
  {
70290
- "description": "The spacing between the events inside the Scheduler Tooltip.\n",
70506
+ "description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
70291
70507
  "commentRange": {
70292
70508
  "start": 218,
70293
70509
  "end": 219
70294
70510
  },
70295
70511
  "context": {
70296
70512
  "type": "variable",
70297
- "name": "kendo-scheduler-tooltip-events-gap",
70298
- "value": "k-spacing(1)",
70513
+ "name": "kendo-scheduler-yearview-indicator-calc-offset-left",
70514
+ "value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
70299
70515
  "scope": "default",
70300
70516
  "line": {
70301
70517
  "start": 220,
@@ -70310,23 +70526,23 @@
70310
70526
  "path": "classic/scss/scheduler/_variables.scss",
70311
70527
  "name": "_variables.scss"
70312
70528
  },
70313
- "resolvedValue": "var(--kendo-spacing-1)",
70314
- "resolvedType": "String"
70529
+ "resolvedValue": "calc(50% - 1.5px)",
70530
+ "resolvedType": "Calculation"
70315
70531
  },
70316
70532
  {
70317
- "description": "The horizontal padding of the events inside the Scheduler Tooltip.\n",
70533
+ "description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
70318
70534
  "commentRange": {
70319
- "start": 222,
70320
- "end": 223
70535
+ "start": 221,
70536
+ "end": 222
70321
70537
  },
70322
70538
  "context": {
70323
70539
  "type": "variable",
70324
- "name": "kendo-scheduler-tooltip-event-padding-x",
70325
- "value": "k-spacing(2)",
70540
+ "name": "kendo-scheduler-yearview-indicator-border-radius",
70541
+ "value": "50%",
70326
70542
  "scope": "default",
70327
70543
  "line": {
70328
- "start": 224,
70329
- "end": 224
70544
+ "start": 223,
70545
+ "end": 223
70330
70546
  }
70331
70547
  },
70332
70548
  "group": [
@@ -70337,23 +70553,23 @@
70337
70553
  "path": "classic/scss/scheduler/_variables.scss",
70338
70554
  "name": "_variables.scss"
70339
70555
  },
70340
- "resolvedValue": "var(--kendo-spacing-2)",
70341
- "resolvedType": "String"
70556
+ "resolvedValue": "50%",
70557
+ "resolvedType": "Number"
70342
70558
  },
70343
70559
  {
70344
- "description": "The vertical padding of the events inside the Scheduler Tooltip.\n",
70560
+ "description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
70345
70561
  "commentRange": {
70346
- "start": 225,
70347
- "end": 226
70562
+ "start": 224,
70563
+ "end": 225
70348
70564
  },
70349
70565
  "context": {
70350
70566
  "type": "variable",
70351
- "name": "kendo-scheduler-tooltip-event-padding-y",
70352
- "value": "k-spacing(1)",
70567
+ "name": "kendo-scheduler-yearview-indicator-bg",
70568
+ "value": "k-color(primary)",
70353
70569
  "scope": "default",
70354
70570
  "line": {
70355
- "start": 227,
70356
- "end": 227
70571
+ "start": 226,
70572
+ "end": 226
70357
70573
  }
70358
70574
  },
70359
70575
  "group": [
@@ -70364,23 +70580,23 @@
70364
70580
  "path": "classic/scss/scheduler/_variables.scss",
70365
70581
  "name": "_variables.scss"
70366
70582
  },
70367
- "resolvedValue": "var(--kendo-spacing-1)",
70583
+ "resolvedValue": "var(--kendo-color-primary)",
70368
70584
  "resolvedType": "String"
70369
70585
  },
70370
70586
  {
70371
- "description": "The border radius of the events inside the Scheduler Tooltip.\n",
70587
+ "description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
70372
70588
  "commentRange": {
70373
- "start": 228,
70374
- "end": 229
70589
+ "start": 227,
70590
+ "end": 228
70375
70591
  },
70376
70592
  "context": {
70377
70593
  "type": "variable",
70378
- "name": "kendo-scheduler-tooltip-event-border-radius",
70379
- "value": "k-border-radius(md)",
70594
+ "name": "kendo-scheduler-yearview-indicator-selected-bg",
70595
+ "value": "k-color(on-primary)",
70380
70596
  "scope": "default",
70381
70597
  "line": {
70382
- "start": 230,
70383
- "end": 230
70598
+ "start": 229,
70599
+ "end": 229
70384
70600
  }
70385
70601
  },
70386
70602
  "group": [
@@ -70391,19 +70607,19 @@
70391
70607
  "path": "classic/scss/scheduler/_variables.scss",
70392
70608
  "name": "_variables.scss"
70393
70609
  },
70394
- "resolvedValue": "var(--kendo-border-radius-md)",
70610
+ "resolvedValue": "var(--kendo-color-on-primary)",
70395
70611
  "resolvedType": "String"
70396
70612
  },
70397
70613
  {
70398
- "description": "The spacing between the events items inside the Scheduler Tooltip.\n",
70614
+ "description": "The font size of the month inside the Scheduler Popover.\n",
70399
70615
  "commentRange": {
70400
70616
  "start": 231,
70401
70617
  "end": 232
70402
70618
  },
70403
70619
  "context": {
70404
70620
  "type": "variable",
70405
- "name": "kendo-scheduler-tooltip-event-gap",
70406
- "value": "k-spacing(1)",
70621
+ "name": "kendo-scheduler-popover-month-font-size",
70622
+ "value": "var(--kendo-font-size-sm)",
70407
70623
  "scope": "default",
70408
70624
  "line": {
70409
70625
  "start": 233,
@@ -70418,23 +70634,23 @@
70418
70634
  "path": "classic/scss/scheduler/_variables.scss",
70419
70635
  "name": "_variables.scss"
70420
70636
  },
70421
- "resolvedValue": "var(--kendo-spacing-1)",
70637
+ "resolvedValue": "var(--kendo-font-size-sm)",
70422
70638
  "resolvedType": "String"
70423
70639
  },
70424
70640
  {
70425
- "description": "The color of the Scheduler Tooltip callout.\n",
70641
+ "description": "The font size of the day inside the Scheduler Popover.\n",
70426
70642
  "commentRange": {
70427
- "start": 235,
70428
- "end": 236
70643
+ "start": 234,
70644
+ "end": 235
70429
70645
  },
70430
70646
  "context": {
70431
70647
  "type": "variable",
70432
- "name": "kendo-scheduler-tooltip-callout-text",
70433
- "value": "$kendo-scheduler-tooltip-bg",
70648
+ "name": "kendo-scheduler-popover-day-font-size",
70649
+ "value": "calc( var(--kendo-font-size-sm) * 2 )",
70434
70650
  "scope": "default",
70435
70651
  "line": {
70436
- "start": 237,
70437
- "end": 237
70652
+ "start": 236,
70653
+ "end": 236
70438
70654
  }
70439
70655
  },
70440
70656
  "group": [
@@ -70445,23 +70661,104 @@
70445
70661
  "path": "classic/scss/scheduler/_variables.scss",
70446
70662
  "name": "_variables.scss"
70447
70663
  },
70448
- "resolvedValue": "var(--kendo-color-on-primary)",
70664
+ "resolvedValue": "calc(var(--kendo-font-size-sm) * 2)",
70665
+ "resolvedType": "Calculation"
70666
+ },
70667
+ {
70668
+ "description": "The max height of the events inside the Scheduler Popover.\n",
70669
+ "commentRange": {
70670
+ "start": 238,
70671
+ "end": 239
70672
+ },
70673
+ "context": {
70674
+ "type": "variable",
70675
+ "name": "kendo-scheduler-popover-events-max-height",
70676
+ "value": "250px",
70677
+ "scope": "default",
70678
+ "line": {
70679
+ "start": 240,
70680
+ "end": 240
70681
+ }
70682
+ },
70683
+ "group": [
70684
+ "scheduler"
70685
+ ],
70686
+ "access": "public",
70687
+ "file": {
70688
+ "path": "classic/scss/scheduler/_variables.scss",
70689
+ "name": "_variables.scss"
70690
+ },
70691
+ "resolvedValue": "250px",
70692
+ "resolvedType": "Number"
70693
+ },
70694
+ {
70695
+ "description": "The spacing between the events inside the Scheduler Popover.\n",
70696
+ "commentRange": {
70697
+ "start": 241,
70698
+ "end": 242
70699
+ },
70700
+ "context": {
70701
+ "type": "variable",
70702
+ "name": "kendo-scheduler-popover-events-gap",
70703
+ "value": "k-spacing(1.5)",
70704
+ "scope": "default",
70705
+ "line": {
70706
+ "start": 243,
70707
+ "end": 243
70708
+ }
70709
+ },
70710
+ "group": [
70711
+ "scheduler"
70712
+ ],
70713
+ "access": "public",
70714
+ "file": {
70715
+ "path": "classic/scss/scheduler/_variables.scss",
70716
+ "name": "_variables.scss"
70717
+ },
70718
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
70449
70719
  "resolvedType": "String"
70450
70720
  },
70451
70721
  {
70452
- "description": "The padding of the Scheduler appointments.\n",
70722
+ "description": "The minimum height of the events inside the Scheduler Popover.\n",
70453
70723
  "commentRange": {
70454
- "start": 239,
70455
- "end": 240
70724
+ "start": 245,
70725
+ "end": 246
70726
+ },
70727
+ "context": {
70728
+ "type": "variable",
70729
+ "name": "kendo-scheduler-popover-event-min-height",
70730
+ "value": "25px",
70731
+ "scope": "default",
70732
+ "line": {
70733
+ "start": 247,
70734
+ "end": 247
70735
+ }
70736
+ },
70737
+ "group": [
70738
+ "scheduler"
70739
+ ],
70740
+ "access": "public",
70741
+ "file": {
70742
+ "path": "classic/scss/scheduler/_variables.scss",
70743
+ "name": "_variables.scss"
70744
+ },
70745
+ "resolvedValue": "25px",
70746
+ "resolvedType": "Number"
70747
+ },
70748
+ {
70749
+ "description": "The horizontal padding of the events inside the Scheduler Popover.\n",
70750
+ "commentRange": {
70751
+ "start": 248,
70752
+ "end": 249
70456
70753
  },
70457
70754
  "context": {
70458
70755
  "type": "variable",
70459
- "name": "kendo-scheduler-appointments-padding",
70756
+ "name": "kendo-scheduler-popover-event-padding-x",
70460
70757
  "value": "k-spacing(2)",
70461
70758
  "scope": "default",
70462
70759
  "line": {
70463
- "start": 241,
70464
- "end": 241
70760
+ "start": 250,
70761
+ "end": 250
70465
70762
  }
70466
70763
  },
70467
70764
  "group": [
@@ -70476,19 +70773,19 @@
70476
70773
  "resolvedType": "String"
70477
70774
  },
70478
70775
  {
70479
- "description": "The horizontal padding of the Scheduler event template.\n",
70776
+ "description": "The vertical padding of the events inside the Scheduler Popover.\n",
70480
70777
  "commentRange": {
70481
- "start": 243,
70482
- "end": 244
70778
+ "start": 251,
70779
+ "end": 252
70483
70780
  },
70484
70781
  "context": {
70485
70782
  "type": "variable",
70486
- "name": "kendo-scheduler-event-template-padding-x",
70487
- "value": "k-spacing(2)",
70783
+ "name": "kendo-scheduler-popover-event-padding-y",
70784
+ "value": "null",
70488
70785
  "scope": "default",
70489
70786
  "line": {
70490
- "start": 245,
70491
- "end": 245
70787
+ "start": 253,
70788
+ "end": 253
70492
70789
  }
70493
70790
  },
70494
70791
  "group": [
@@ -70499,23 +70796,50 @@
70499
70796
  "path": "classic/scss/scheduler/_variables.scss",
70500
70797
  "name": "_variables.scss"
70501
70798
  },
70502
- "resolvedValue": "var(--kendo-spacing-2)",
70799
+ "resolvedValue": "null",
70800
+ "resolvedType": "Null"
70801
+ },
70802
+ {
70803
+ "description": "The border radius of the events inside the Scheduler Popover.\n",
70804
+ "commentRange": {
70805
+ "start": 254,
70806
+ "end": 255
70807
+ },
70808
+ "context": {
70809
+ "type": "variable",
70810
+ "name": "kendo-scheduler-popover-event-border-radius",
70811
+ "value": "k-border-radius(md)",
70812
+ "scope": "default",
70813
+ "line": {
70814
+ "start": 256,
70815
+ "end": 256
70816
+ }
70817
+ },
70818
+ "group": [
70819
+ "scheduler"
70820
+ ],
70821
+ "access": "public",
70822
+ "file": {
70823
+ "path": "classic/scss/scheduler/_variables.scss",
70824
+ "name": "_variables.scss"
70825
+ },
70826
+ "resolvedValue": "var(--kendo-border-radius-md)",
70503
70827
  "resolvedType": "String"
70504
70828
  },
70505
70829
  {
70506
- "description": "The vertical padding of the Scheduler event template.\n",
70830
+ "description": "The spacing between the events items inside the Scheduler Popover.\n",
70507
70831
  "commentRange": {
70508
- "start": 246,
70509
- "end": 247
70832
+ "start": 257,
70833
+ "end": 258
70510
70834
  },
70511
70835
  "context": {
70512
70836
  "type": "variable",
70513
- "name": "kendo-scheduler-event-template-padding-y",
70837
+ "name": "kendo-scheduler-popover-event-gap",
70514
70838
  "value": "k-spacing(1)",
70515
70839
  "scope": "default",
70516
70840
  "line": {
70517
- "start": 248,
70518
- "end": 248
70841
+ "start": 259,
70842
+ "end": 259
70519
70843
  }
70520
70844
  },
70521
70845
  "group": [
@@ -70530,19 +70854,19 @@
70530
70854
  "resolvedType": "String"
70531
70855
  },
70532
70856
  {
70533
- "description": "The inline inset of the Scheduler event actions.\n",
70857
+ "description": "The horizontal padding of the Scheduler event template.\n",
70534
70858
  "commentRange": {
70535
- "start": 250,
70536
- "end": 251
70859
+ "start": 261,
70860
+ "end": 262
70537
70861
  },
70538
70862
  "context": {
70539
70863
  "type": "variable",
70540
- "name": "kendo-scheduler-event-actions-inset-x",
70864
+ "name": "kendo-scheduler-event-template-padding-x",
70541
70865
  "value": "k-spacing(2)",
70542
70866
  "scope": "default",
70543
70867
  "line": {
70544
- "start": 252,
70545
- "end": 252
70868
+ "start": 263,
70869
+ "end": 263
70546
70870
  }
70547
70871
  },
70548
70872
  "group": [
@@ -70557,19 +70881,19 @@
70557
70881
  "resolvedType": "String"
70558
70882
  },
70559
70883
  {
70560
- "description": "The margin of the Scheduler event indicators.\n",
70884
+ "description": "The vertical padding of the Scheduler event template.\n",
70561
70885
  "commentRange": {
70562
- "start": 254,
70563
- "end": 255
70886
+ "start": 264,
70887
+ "end": 265
70564
70888
  },
70565
70889
  "context": {
70566
70890
  "type": "variable",
70567
- "name": "kendo-scheduler-indicators-margin",
70568
- "value": "k-spacing(0.5) k-spacing(1)",
70891
+ "name": "kendo-scheduler-event-template-padding-y",
70892
+ "value": "k-spacing(1)",
70569
70893
  "scope": "default",
70570
70894
  "line": {
70571
- "start": 256,
70572
- "end": 256
70895
+ "start": 266,
70896
+ "end": 266
70573
70897
  }
70574
70898
  },
70575
70899
  "group": [
@@ -70580,14 +70904,14 @@
70580
70904
  "path": "classic/scss/scheduler/_variables.scss",
70581
70905
  "name": "_variables.scss"
70582
70906
  },
70583
- "resolvedValue": "(var(--kendo-spacing-0\\.5) var(--kendo-spacing-1))",
70584
- "resolvedType": "List"
70907
+ "resolvedValue": "var(--kendo-spacing-1)",
70908
+ "resolvedType": "String"
70585
70909
  },
70586
70910
  {
70587
70911
  "description": "The inline inset of the Scheduler marquee labels.\n",
70588
70912
  "commentRange": {
70589
- "start": 258,
70590
- "end": 259
70913
+ "start": 268,
70914
+ "end": 269
70591
70915
  },
70592
70916
  "context": {
70593
70917
  "type": "variable",
@@ -70595,8 +70919,8 @@
70595
70919
  "value": "k-spacing(1)",
70596
70920
  "scope": "default",
70597
70921
  "line": {
70598
- "start": 260,
70599
- "end": 260
70922
+ "start": 270,
70923
+ "end": 270
70600
70924
  }
70601
70925
  },
70602
70926
  "group": [
@@ -70613,8 +70937,8 @@
70613
70937
  {
70614
70938
  "description": "The block inset of the Scheduler marquee labels.\n",
70615
70939
  "commentRange": {
70616
- "start": 261,
70617
- "end": 262
70940
+ "start": 271,
70941
+ "end": 272
70618
70942
  },
70619
70943
  "context": {
70620
70944
  "type": "variable",
@@ -70622,8 +70946,8 @@
70622
70946
  "value": "k-spacing(0.5)",
70623
70947
  "scope": "default",
70624
70948
  "line": {
70625
- "start": 263,
70626
- "end": 263
70949
+ "start": 273,
70950
+ "end": 273
70627
70951
  }
70628
70952
  },
70629
70953
  "group": [
@@ -70640,8 +70964,8 @@
70640
70964
  {
70641
70965
  "description": "The spacing between icon and text in Scheduler navigation items.\n",
70642
70966
  "commentRange": {
70643
- "start": 265,
70644
- "end": 266
70967
+ "start": 275,
70968
+ "end": 276
70645
70969
  },
70646
70970
  "context": {
70647
70971
  "type": "variable",
@@ -70649,8 +70973,8 @@
70649
70973
  "value": "k-spacing(1)",
70650
70974
  "scope": "default",
70651
70975
  "line": {
70652
- "start": 267,
70653
- "end": 267
70976
+ "start": 277,
70977
+ "end": 277
70654
70978
  }
70655
70979
  },
70656
70980
  "group": [
@@ -70667,8 +70991,8 @@
70667
70991
  {
70668
70992
  "description": "The background color of the Scheduler header.\n",
70669
70993
  "commentRange": {
70670
- "start": 269,
70671
- "end": 270
70994
+ "start": 279,
70995
+ "end": 280
70672
70996
  },
70673
70997
  "context": {
70674
70998
  "type": "variable",
@@ -70676,8 +71000,8 @@
70676
71000
  "value": "k-color(surface)",
70677
71001
  "scope": "default",
70678
71002
  "line": {
70679
- "start": 271,
70680
- "end": 271
71003
+ "start": 281,
71004
+ "end": 281
70681
71005
  }
70682
71006
  },
70683
71007
  "group": [
@@ -103012,6 +103336,33 @@
103012
103336
  },
103013
103337
  "resolvedValue": "var(--kendo-spacing-2)",
103014
103338
  "resolvedType": "String"
103339
+ },
103340
+ {
103341
+ "description": "The border radius of the pre element in the ToolCall body.\n",
103342
+ "commentRange": {
103343
+ "start": 46,
103344
+ "end": 47
103345
+ },
103346
+ "context": {
103347
+ "type": "variable",
103348
+ "name": "kendo-tool-call-pre-border-radius",
103349
+ "value": "k-border-radius(lg)",
103350
+ "scope": "default",
103351
+ "line": {
103352
+ "start": 48,
103353
+ "end": 48
103354
+ }
103355
+ },
103356
+ "group": [
103357
+ "agent-response"
103358
+ ],
103359
+ "access": "public",
103360
+ "file": {
103361
+ "path": "classic/scss/agent-response/_variables.scss",
103362
+ "name": "_variables.scss"
103363
+ },
103364
+ "resolvedValue": "var(--kendo-border-radius-lg)",
103365
+ "resolvedType": "String"
103015
103366
  }
103016
103367
  ]
103017
103368
  },
@@ -122417,7 +122768,7 @@
122417
122768
  "context": {
122418
122769
  "type": "variable",
122419
122770
  "name": "kendo-citation-popover-view-padding",
122420
- "value": "k-spacing(4)",
122771
+ "value": "k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4)",
122421
122772
  "scope": "default",
122422
122773
  "line": {
122423
122774
  "start": 7,
@@ -122432,8 +122783,8 @@
122432
122783
  "path": "classic/scss/citation/_variables.scss",
122433
122784
  "name": "_variables.scss"
122434
122785
  },
122435
- "resolvedValue": "var(--kendo-spacing-4)",
122436
- "resolvedType": "String"
122786
+ "resolvedValue": "(var(--kendo-spacing-2) var(--kendo-spacing-4) var(--kendo-spacing-4) var(--kendo-spacing-4))",
122787
+ "resolvedType": "List"
122437
122788
  },
122438
122789
  {
122439
122790
  "description": "The text color of the CitationPopover page indicator.\n",
@@ -122461,6 +122812,195 @@
122461
122812
  },
122462
122813
  "resolvedValue": "var(--kendo-color-subtle)",
122463
122814
  "resolvedType": "String"
122815
+ },
122816
+ {
122817
+ "description": "The font weight of the CitationPopoverView title.\n",
122818
+ "commentRange": {
122819
+ "start": 11,
122820
+ "end": 12
122821
+ },
122822
+ "context": {
122823
+ "type": "variable",
122824
+ "name": "kendo-citation-popover-view-title-font-weight",
122825
+ "value": "var(--kendo-font-weight-medium)",
122826
+ "scope": "default",
122827
+ "line": {
122828
+ "start": 13,
122829
+ "end": 13
122830
+ }
122831
+ },
122832
+ "group": [
122833
+ "citation"
122834
+ ],
122835
+ "access": "public",
122836
+ "file": {
122837
+ "path": "classic/scss/citation/_variables.scss",
122838
+ "name": "_variables.scss"
122839
+ },
122840
+ "resolvedValue": "var(--kendo-font-weight-medium)",
122841
+ "resolvedType": "String"
122842
+ },
122843
+ {
122844
+ "description": "The font size of the CitationPopoverView body text.\n",
122845
+ "commentRange": {
122846
+ "start": 14,
122847
+ "end": 15
122848
+ },
122849
+ "context": {
122850
+ "type": "variable",
122851
+ "name": "kendo-citation-popover-view-body-font-size",
122852
+ "value": "var(--kendo-font-size-sm)",
122853
+ "scope": "default",
122854
+ "line": {
122855
+ "start": 16,
122856
+ "end": 16
122857
+ }
122858
+ },
122859
+ "group": [
122860
+ "citation"
122861
+ ],
122862
+ "access": "public",
122863
+ "file": {
122864
+ "path": "classic/scss/citation/_variables.scss",
122865
+ "name": "_variables.scss"
122866
+ },
122867
+ "resolvedValue": "var(--kendo-font-size-sm)",
122868
+ "resolvedType": "String"
122869
+ },
122870
+ {
122871
+ "description": "The top margin of the CitationPopoverView body text.\n",
122872
+ "commentRange": {
122873
+ "start": 17,
122874
+ "end": 18
122875
+ },
122876
+ "context": {
122877
+ "type": "variable",
122878
+ "name": "kendo-citation-popover-view-body-margin-top",
122879
+ "value": "k-spacing(2)",
122880
+ "scope": "default",
122881
+ "line": {
122882
+ "start": 19,
122883
+ "end": 19
122884
+ }
122885
+ },
122886
+ "group": [
122887
+ "citation"
122888
+ ],
122889
+ "access": "public",
122890
+ "file": {
122891
+ "path": "classic/scss/citation/_variables.scss",
122892
+ "name": "_variables.scss"
122893
+ },
122894
+ "resolvedValue": "var(--kendo-spacing-2)",
122895
+ "resolvedType": "String"
122896
+ },
122897
+ {
122898
+ "description": "The text color of the CitationPopoverView body text.\n",
122899
+ "commentRange": {
122900
+ "start": 20,
122901
+ "end": 21
122902
+ },
122903
+ "context": {
122904
+ "type": "variable",
122905
+ "name": "kendo-citation-popover-view-body-color",
122906
+ "value": "k-color(subtle)",
122907
+ "scope": "default",
122908
+ "line": {
122909
+ "start": 22,
122910
+ "end": 22
122911
+ }
122912
+ },
122913
+ "group": [
122914
+ "citation"
122915
+ ],
122916
+ "access": "public",
122917
+ "file": {
122918
+ "path": "classic/scss/citation/_variables.scss",
122919
+ "name": "_variables.scss"
122920
+ },
122921
+ "resolvedValue": "var(--kendo-color-subtle)",
122922
+ "resolvedType": "String"
122923
+ },
122924
+ {
122925
+ "description": "The font size of the CitationPopoverView source link.\n",
122926
+ "commentRange": {
122927
+ "start": 23,
122928
+ "end": 24
122929
+ },
122930
+ "context": {
122931
+ "type": "variable",
122932
+ "name": "kendo-citation-popover-view-source-font-size",
122933
+ "value": "var(--kendo-font-size-sm)",
122934
+ "scope": "default",
122935
+ "line": {
122936
+ "start": 25,
122937
+ "end": 25
122938
+ }
122939
+ },
122940
+ "group": [
122941
+ "citation"
122942
+ ],
122943
+ "access": "public",
122944
+ "file": {
122945
+ "path": "classic/scss/citation/_variables.scss",
122946
+ "name": "_variables.scss"
122947
+ },
122948
+ "resolvedValue": "var(--kendo-font-size-sm)",
122949
+ "resolvedType": "String"
122950
+ },
122951
+ {
122952
+ "description": "The top margin of the CitationPopoverView source link.\n",
122953
+ "commentRange": {
122954
+ "start": 26,
122955
+ "end": 27
122956
+ },
122957
+ "context": {
122958
+ "type": "variable",
122959
+ "name": "kendo-citation-popover-view-source-margin-top",
122960
+ "value": "0",
122961
+ "scope": "default",
122962
+ "line": {
122963
+ "start": 28,
122964
+ "end": 28
122965
+ }
122966
+ },
122967
+ "group": [
122968
+ "citation"
122969
+ ],
122970
+ "access": "public",
122971
+ "file": {
122972
+ "path": "classic/scss/citation/_variables.scss",
122973
+ "name": "_variables.scss"
122974
+ },
122975
+ "resolvedValue": "0",
122976
+ "resolvedType": "Number"
122977
+ },
122978
+ {
122979
+ "description": "The gap between the icon and text of the CitationPopoverView source link.\n",
122980
+ "commentRange": {
122981
+ "start": 29,
122982
+ "end": 30
122983
+ },
122984
+ "context": {
122985
+ "type": "variable",
122986
+ "name": "kendo-citation-popover-view-source-gap",
122987
+ "value": "k-spacing(1)",
122988
+ "scope": "default",
122989
+ "line": {
122990
+ "start": 31,
122991
+ "end": 31
122992
+ }
122993
+ },
122994
+ "group": [
122995
+ "citation"
122996
+ ],
122997
+ "access": "public",
122998
+ "file": {
122999
+ "path": "classic/scss/citation/_variables.scss",
123000
+ "name": "_variables.scss"
123001
+ },
123002
+ "resolvedValue": "var(--kendo-spacing-1)",
123003
+ "resolvedType": "String"
122464
123004
  }
122465
123005
  ]
122466
123006
  },
@@ -171537,7 +172077,7 @@
171537
172077
  "context": {
171538
172078
  "type": "variable",
171539
172079
  "name": "kendo-scheduler-event-min-height",
171540
- "value": "25px",
172080
+ "value": "12px",
171541
172081
  "scope": "default",
171542
172082
  "line": {
171543
172083
  "start": 62,
@@ -171552,7 +172092,7 @@
171552
172092
  "path": "classic/scss/scheduler/_variables.scss",
171553
172093
  "name": "_variables.scss"
171554
172094
  },
171555
- "resolvedValue": "25px",
172095
+ "resolvedValue": "12px",
171556
172096
  "resolvedType": "Number"
171557
172097
  },
171558
172098
  {
@@ -171583,19 +172123,19 @@
171583
172123
  "resolvedType": "String"
171584
172124
  },
171585
172125
  {
171586
- "description": "The line height of the Scheduler event.\n",
172126
+ "description": "The font size of the Scheduler event title.\n",
171587
172127
  "commentRange": {
171588
- "start": 66,
171589
- "end": 67
172128
+ "start": 67,
172129
+ "end": 68
171590
172130
  },
171591
172131
  "context": {
171592
172132
  "type": "variable",
171593
- "name": "kendo-scheduler-event-line-height",
171594
- "value": "calc( #{$kendo-scheduler-event-min-height} - (2 * #{k-spacing(1)}) )",
172133
+ "name": "kendo-scheduler-event-title-font-size",
172134
+ "value": "var(--kendo-font-size-sm)",
171595
172135
  "scope": "default",
171596
172136
  "line": {
171597
- "start": 68,
171598
- "end": 68
172137
+ "start": 69,
172138
+ "end": 69
171599
172139
  }
171600
172140
  },
171601
172141
  "group": [
@@ -171606,19 +172146,19 @@
171606
172146
  "path": "classic/scss/scheduler/_variables.scss",
171607
172147
  "name": "_variables.scss"
171608
172148
  },
171609
- "resolvedValue": "calc(25px - 2 * var(--kendo-spacing-1))",
171610
- "resolvedType": "Calculation"
172149
+ "resolvedValue": "var(--kendo-font-size-sm)",
172150
+ "resolvedType": "String"
171611
172151
  },
171612
172152
  {
171613
- "description": "The background color of the Scheduler event.\n",
172153
+ "description": "The line height of the Scheduler event title.\n",
171614
172154
  "commentRange": {
171615
172155
  "start": 70,
171616
172156
  "end": 71
171617
172157
  },
171618
172158
  "context": {
171619
172159
  "type": "variable",
171620
- "name": "kendo-scheduler-event-bg",
171621
- "value": "k-color(primary)",
172160
+ "name": "kendo-scheduler-event-title-line-height",
172161
+ "value": "var(--kendo-line-height-sm)",
171622
172162
  "scope": "default",
171623
172163
  "line": {
171624
172164
  "start": 72,
@@ -171633,19 +172173,19 @@
171633
172173
  "path": "classic/scss/scheduler/_variables.scss",
171634
172174
  "name": "_variables.scss"
171635
172175
  },
171636
- "resolvedValue": "var(--kendo-color-primary)",
172176
+ "resolvedValue": "var(--kendo-line-height-sm)",
171637
172177
  "resolvedType": "String"
171638
172178
  },
171639
172179
  {
171640
- "description": "The text color of the Scheduler event.\n",
172180
+ "description": "The top padding of the Scheduler event title.\n",
171641
172181
  "commentRange": {
171642
172182
  "start": 73,
171643
172183
  "end": 74
171644
172184
  },
171645
172185
  "context": {
171646
172186
  "type": "variable",
171647
- "name": "kendo-scheduler-event-text",
171648
- "value": "k-color(on-primary)",
172187
+ "name": "kendo-scheduler-event-title-padding-top",
172188
+ "value": "k-spacing(1)",
171649
172189
  "scope": "default",
171650
172190
  "line": {
171651
172191
  "start": 75,
@@ -171660,19 +172200,19 @@
171660
172200
  "path": "classic/scss/scheduler/_variables.scss",
171661
172201
  "name": "_variables.scss"
171662
172202
  },
171663
- "resolvedValue": "var(--kendo-color-on-primary)",
172203
+ "resolvedValue": "var(--kendo-spacing-1)",
171664
172204
  "resolvedType": "String"
171665
172205
  },
171666
172206
  {
171667
- "description": "The border color of the Scheduler event.\n",
172207
+ "description": "The bottom padding of the Scheduler event title.\n",
171668
172208
  "commentRange": {
171669
172209
  "start": 76,
171670
172210
  "end": 77
171671
172211
  },
171672
172212
  "context": {
171673
172213
  "type": "variable",
171674
- "name": "kendo-scheduler-event-border",
171675
- "value": "null",
172214
+ "name": "kendo-scheduler-event-title-padding-bottom",
172215
+ "value": "k-spacing(0.5)",
171676
172216
  "scope": "default",
171677
172217
  "line": {
171678
172218
  "start": 78,
@@ -171687,23 +172227,23 @@
171687
172227
  "path": "classic/scss/scheduler/_variables.scss",
171688
172228
  "name": "_variables.scss"
171689
172229
  },
171690
- "resolvedValue": "null",
171691
- "resolvedType": "Null"
172230
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
172231
+ "resolvedType": "String"
171692
172232
  },
171693
172233
  {
171694
- "description": "The gradient of the Scheduler event.\n",
172234
+ "description": "The font size of the Scheduler event time.\n",
171695
172235
  "commentRange": {
171696
- "start": 79,
171697
- "end": 80
172236
+ "start": 80,
172237
+ "end": 81
171698
172238
  },
171699
172239
  "context": {
171700
172240
  "type": "variable",
171701
- "name": "kendo-scheduler-event-gradient",
171702
- "value": "null",
172241
+ "name": "kendo-scheduler-event-time-font-size",
172242
+ "value": "var(--kendo-font-size-xs)",
171703
172243
  "scope": "default",
171704
172244
  "line": {
171705
- "start": 81,
171706
- "end": 81
172245
+ "start": 82,
172246
+ "end": 82
171707
172247
  }
171708
172248
  },
171709
172249
  "group": [
@@ -171714,23 +172254,23 @@
171714
172254
  "path": "classic/scss/scheduler/_variables.scss",
171715
172255
  "name": "_variables.scss"
171716
172256
  },
171717
- "resolvedValue": "null",
171718
- "resolvedType": "Null"
172257
+ "resolvedValue": "var(--kendo-font-size-xs)",
172258
+ "resolvedType": "String"
171719
172259
  },
171720
172260
  {
171721
- "description": "The shadow of the Scheduler event.\n",
172261
+ "description": "The line height of the Scheduler event time.\n",
171722
172262
  "commentRange": {
171723
- "start": 82,
171724
- "end": 83
172263
+ "start": 83,
172264
+ "end": 84
171725
172265
  },
171726
172266
  "context": {
171727
172267
  "type": "variable",
171728
- "name": "kendo-scheduler-event-shadow",
171729
- "value": "null",
172268
+ "name": "kendo-scheduler-event-time-line-height",
172269
+ "value": "var(--kendo-line-height-sm)",
171730
172270
  "scope": "default",
171731
172271
  "line": {
171732
- "start": 84,
171733
- "end": 84
172272
+ "start": 85,
172273
+ "end": 85
171734
172274
  }
171735
172275
  },
171736
172276
  "group": [
@@ -171741,19 +172281,19 @@
171741
172281
  "path": "classic/scss/scheduler/_variables.scss",
171742
172282
  "name": "_variables.scss"
171743
172283
  },
171744
- "resolvedValue": "null",
171745
- "resolvedType": "Null"
172284
+ "resolvedValue": "var(--kendo-line-height-sm)",
172285
+ "resolvedType": "String"
171746
172286
  },
171747
172287
  {
171748
- "description": "The background color of the hovered Scheduler event.\n",
172288
+ "description": "The top padding of the Scheduler event time.\n",
171749
172289
  "commentRange": {
171750
172290
  "start": 86,
171751
172291
  "end": 87
171752
172292
  },
171753
172293
  "context": {
171754
172294
  "type": "variable",
171755
- "name": "kendo-scheduler-event-hover-bg",
171756
- "value": "null",
172295
+ "name": "kendo-scheduler-event-time-padding-top",
172296
+ "value": "k-spacing(0.5)",
171757
172297
  "scope": "default",
171758
172298
  "line": {
171759
172299
  "start": 88,
@@ -171768,19 +172308,19 @@
171768
172308
  "path": "classic/scss/scheduler/_variables.scss",
171769
172309
  "name": "_variables.scss"
171770
172310
  },
171771
- "resolvedValue": "null",
171772
- "resolvedType": "Null"
172311
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
172312
+ "resolvedType": "String"
171773
172313
  },
171774
172314
  {
171775
- "description": "The text color of the hovered Scheduler event.\n",
172315
+ "description": "The bottom padding of the Scheduler event time.\n",
171776
172316
  "commentRange": {
171777
172317
  "start": 89,
171778
172318
  "end": 90
171779
172319
  },
171780
172320
  "context": {
171781
172321
  "type": "variable",
171782
- "name": "kendo-scheduler-event-hover-text",
171783
- "value": "null",
172322
+ "name": "kendo-scheduler-event-time-padding-bottom",
172323
+ "value": "k-spacing(0.5)",
171784
172324
  "scope": "default",
171785
172325
  "line": {
171786
172326
  "start": 91,
@@ -171795,23 +172335,23 @@
171795
172335
  "path": "classic/scss/scheduler/_variables.scss",
171796
172336
  "name": "_variables.scss"
171797
172337
  },
171798
- "resolvedValue": "null",
171799
- "resolvedType": "Null"
172338
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
172339
+ "resolvedType": "String"
171800
172340
  },
171801
172341
  {
171802
- "description": "The border color of the hovered Scheduler event.\n",
172342
+ "description": "The background color of the Scheduler event.\n",
171803
172343
  "commentRange": {
171804
- "start": 92,
171805
- "end": 93
172344
+ "start": 93,
172345
+ "end": 94
171806
172346
  },
171807
172347
  "context": {
171808
172348
  "type": "variable",
171809
- "name": "kendo-scheduler-event-hover-border",
171810
- "value": "null",
172349
+ "name": "kendo-scheduler-event-bg",
172350
+ "value": "k-color(primary)",
171811
172351
  "scope": "default",
171812
172352
  "line": {
171813
- "start": 94,
171814
- "end": 94
172353
+ "start": 95,
172354
+ "end": 95
171815
172355
  }
171816
172356
  },
171817
172357
  "group": [
@@ -171822,23 +172362,23 @@
171822
172362
  "path": "classic/scss/scheduler/_variables.scss",
171823
172363
  "name": "_variables.scss"
171824
172364
  },
171825
- "resolvedValue": "null",
171826
- "resolvedType": "Null"
172365
+ "resolvedValue": "var(--kendo-color-primary)",
172366
+ "resolvedType": "String"
171827
172367
  },
171828
172368
  {
171829
- "description": "The gradient of the hovered Scheduler event.\n",
172369
+ "description": "The text color of the Scheduler event.\n",
171830
172370
  "commentRange": {
171831
- "start": 95,
171832
- "end": 96
172371
+ "start": 96,
172372
+ "end": 97
171833
172373
  },
171834
172374
  "context": {
171835
172375
  "type": "variable",
171836
- "name": "kendo-scheduler-event-hover-gradient",
171837
- "value": "null",
172376
+ "name": "kendo-scheduler-event-text",
172377
+ "value": "k-color(on-primary)",
171838
172378
  "scope": "default",
171839
172379
  "line": {
171840
- "start": 97,
171841
- "end": 97
172380
+ "start": 98,
172381
+ "end": 98
171842
172382
  }
171843
172383
  },
171844
172384
  "group": [
@@ -171849,23 +172389,23 @@
171849
172389
  "path": "classic/scss/scheduler/_variables.scss",
171850
172390
  "name": "_variables.scss"
171851
172391
  },
171852
- "resolvedValue": "null",
171853
- "resolvedType": "Null"
172392
+ "resolvedValue": "var(--kendo-color-on-primary)",
172393
+ "resolvedType": "String"
171854
172394
  },
171855
172395
  {
171856
- "description": "The shadow of the hovered Scheduler event.\n",
172396
+ "description": "The border color of the Scheduler event.\n",
171857
172397
  "commentRange": {
171858
- "start": 98,
171859
- "end": 99
172398
+ "start": 99,
172399
+ "end": 100
171860
172400
  },
171861
172401
  "context": {
171862
172402
  "type": "variable",
171863
- "name": "kendo-scheduler-event-hover-shadow",
172403
+ "name": "kendo-scheduler-event-border",
171864
172404
  "value": "null",
171865
172405
  "scope": "default",
171866
172406
  "line": {
171867
- "start": 100,
171868
- "end": 100
172407
+ "start": 101,
172408
+ "end": 101
171869
172409
  }
171870
172410
  },
171871
172411
  "group": [
@@ -171880,15 +172420,15 @@
171880
172420
  "resolvedType": "Null"
171881
172421
  },
171882
172422
  {
171883
- "description": "The background color of the selected Scheduler event.\n",
172423
+ "description": "The gradient of the Scheduler event.\n",
171884
172424
  "commentRange": {
171885
172425
  "start": 102,
171886
172426
  "end": 103
171887
172427
  },
171888
172428
  "context": {
171889
172429
  "type": "variable",
171890
- "name": "kendo-scheduler-event-selected-bg",
171891
- "value": "k-color(primary)",
172430
+ "name": "kendo-scheduler-event-gradient",
172431
+ "value": "null",
171892
172432
  "scope": "default",
171893
172433
  "line": {
171894
172434
  "start": 104,
@@ -171903,19 +172443,19 @@
171903
172443
  "path": "classic/scss/scheduler/_variables.scss",
171904
172444
  "name": "_variables.scss"
171905
172445
  },
171906
- "resolvedValue": "var(--kendo-color-primary)",
171907
- "resolvedType": "String"
172446
+ "resolvedValue": "null",
172447
+ "resolvedType": "Null"
171908
172448
  },
171909
172449
  {
171910
- "description": "The text color of the selected Scheduler event.\n",
172450
+ "description": "The shadow of the Scheduler event.\n",
171911
172451
  "commentRange": {
171912
172452
  "start": 105,
171913
172453
  "end": 106
171914
172454
  },
171915
172455
  "context": {
171916
172456
  "type": "variable",
171917
- "name": "kendo-scheduler-event-selected-text",
171918
- "value": "k-color(on-primary)",
172457
+ "name": "kendo-scheduler-event-shadow",
172458
+ "value": "null",
171919
172459
  "scope": "default",
171920
172460
  "line": {
171921
172461
  "start": 107,
@@ -171930,23 +172470,23 @@
171930
172470
  "path": "classic/scss/scheduler/_variables.scss",
171931
172471
  "name": "_variables.scss"
171932
172472
  },
171933
- "resolvedValue": "var(--kendo-color-on-primary)",
171934
- "resolvedType": "String"
172473
+ "resolvedValue": "null",
172474
+ "resolvedType": "Null"
171935
172475
  },
171936
172476
  {
171937
- "description": "The border color of the selected Scheduler event.\n",
172477
+ "description": "The background color of the read-only Scheduler event.\n",
171938
172478
  "commentRange": {
171939
- "start": 108,
171940
- "end": 109
172479
+ "start": 109,
172480
+ "end": 110
171941
172481
  },
171942
172482
  "context": {
171943
172483
  "type": "variable",
171944
- "name": "kendo-scheduler-event-selected-border",
171945
- "value": "null",
172484
+ "name": "kendo-scheduler-event-readonly-bg",
172485
+ "value": "k-color(primary-subtle)",
171946
172486
  "scope": "default",
171947
172487
  "line": {
171948
- "start": 110,
171949
- "end": 110
172488
+ "start": 111,
172489
+ "end": 111
171950
172490
  }
171951
172491
  },
171952
172492
  "group": [
@@ -171957,23 +172497,23 @@
171957
172497
  "path": "classic/scss/scheduler/_variables.scss",
171958
172498
  "name": "_variables.scss"
171959
172499
  },
171960
- "resolvedValue": "null",
171961
- "resolvedType": "Null"
172500
+ "resolvedValue": "var(--kendo-color-primary-subtle)",
172501
+ "resolvedType": "String"
171962
172502
  },
171963
172503
  {
171964
- "description": "The gradient of the selected Scheduler event.\n",
172504
+ "description": "The text color of the read-only Scheduler event.\n",
171965
172505
  "commentRange": {
171966
- "start": 111,
171967
- "end": 112
172506
+ "start": 112,
172507
+ "end": 113
171968
172508
  },
171969
172509
  "context": {
171970
172510
  "type": "variable",
171971
- "name": "kendo-scheduler-event-selected-gradient",
171972
- "value": "null",
172511
+ "name": "kendo-scheduler-event-readonly-text",
172512
+ "value": "k-color(primary-on-subtle)",
171973
172513
  "scope": "default",
171974
172514
  "line": {
171975
- "start": 113,
171976
- "end": 113
172515
+ "start": 114,
172516
+ "end": 114
171977
172517
  }
171978
172518
  },
171979
172519
  "group": [
@@ -171984,23 +172524,23 @@
171984
172524
  "path": "classic/scss/scheduler/_variables.scss",
171985
172525
  "name": "_variables.scss"
171986
172526
  },
171987
- "resolvedValue": "null",
171988
- "resolvedType": "Null"
172527
+ "resolvedValue": "var(--kendo-color-primary-on-subtle)",
172528
+ "resolvedType": "String"
171989
172529
  },
171990
172530
  {
171991
- "description": "The shadow of the selected Scheduler event.\n",
172531
+ "description": "The border color of the read-only Scheduler event.\n",
171992
172532
  "commentRange": {
171993
- "start": 114,
171994
- "end": 115
172533
+ "start": 115,
172534
+ "end": 116
171995
172535
  },
171996
172536
  "context": {
171997
172537
  "type": "variable",
171998
- "name": "kendo-scheduler-event-selected-shadow",
171999
- "value": "inset 0 0 0 2px k-color(border-alt)",
172538
+ "name": "kendo-scheduler-event-readonly-border",
172539
+ "value": "k-color(primary-emphasis)",
172000
172540
  "scope": "default",
172001
172541
  "line": {
172002
- "start": 116,
172003
- "end": 116
172542
+ "start": 117,
172543
+ "end": 117
172004
172544
  }
172005
172545
  },
172006
172546
  "group": [
@@ -172011,23 +172551,23 @@
172011
172551
  "path": "classic/scss/scheduler/_variables.scss",
172012
172552
  "name": "_variables.scss"
172013
172553
  },
172014
- "resolvedValue": "(inset 0 0 0 2px var(--kendo-color-border-alt))",
172015
- "resolvedType": "List"
172554
+ "resolvedValue": "var(--kendo-color-primary-emphasis)",
172555
+ "resolvedType": "String"
172016
172556
  },
172017
172557
  {
172018
- "description": "The shadow of the ongoing Scheduler event.\n",
172558
+ "description": "The background color of the hovered Scheduler event.\n",
172019
172559
  "commentRange": {
172020
- "start": 118,
172021
- "end": 119
172560
+ "start": 119,
172561
+ "end": 120
172022
172562
  },
172023
172563
  "context": {
172024
172564
  "type": "variable",
172025
- "name": "kendo-scheduler-event-ongoing-shadow",
172026
- "value": "inset 0px 0px 0px 1px #ff0000",
172565
+ "name": "kendo-scheduler-event-hover-bg",
172566
+ "value": "null",
172027
172567
  "scope": "default",
172028
172568
  "line": {
172029
- "start": 120,
172030
- "end": 120
172569
+ "start": 121,
172570
+ "end": 121
172031
172571
  }
172032
172572
  },
172033
172573
  "group": [
@@ -172038,19 +172578,19 @@
172038
172578
  "path": "classic/scss/scheduler/_variables.scss",
172039
172579
  "name": "_variables.scss"
172040
172580
  },
172041
- "resolvedValue": "(inset 0px 0px 0px 1px #ff0000)",
172042
- "resolvedType": "List"
172581
+ "resolvedValue": "null",
172582
+ "resolvedType": "Null"
172043
172583
  },
172044
172584
  {
172045
- "description": "The horizontal padding of the Scheduler cell.\n",
172585
+ "description": "The text color of the hovered Scheduler event.\n",
172046
172586
  "commentRange": {
172047
172587
  "start": 122,
172048
172588
  "end": 123
172049
172589
  },
172050
172590
  "context": {
172051
172591
  "type": "variable",
172052
- "name": "kendo-scheduler-cell-padding-x",
172053
- "value": "k-spacing(2)",
172592
+ "name": "kendo-scheduler-event-hover-text",
172593
+ "value": "null",
172054
172594
  "scope": "default",
172055
172595
  "line": {
172056
172596
  "start": 124,
@@ -172065,19 +172605,19 @@
172065
172605
  "path": "classic/scss/scheduler/_variables.scss",
172066
172606
  "name": "_variables.scss"
172067
172607
  },
172068
- "resolvedValue": "var(--kendo-spacing-2)",
172069
- "resolvedType": "String"
172608
+ "resolvedValue": "null",
172609
+ "resolvedType": "Null"
172070
172610
  },
172071
172611
  {
172072
- "description": "The vertical padding of the Scheduler cell.\n",
172612
+ "description": "The border color of the hovered Scheduler event.\n",
172073
172613
  "commentRange": {
172074
172614
  "start": 125,
172075
172615
  "end": 126
172076
172616
  },
172077
172617
  "context": {
172078
172618
  "type": "variable",
172079
- "name": "kendo-scheduler-cell-padding-y",
172080
- "value": "k-spacing(2)",
172619
+ "name": "kendo-scheduler-event-hover-border",
172620
+ "value": "null",
172081
172621
  "scope": "default",
172082
172622
  "line": {
172083
172623
  "start": 127,
@@ -172092,19 +172632,19 @@
172092
172632
  "path": "classic/scss/scheduler/_variables.scss",
172093
172633
  "name": "_variables.scss"
172094
172634
  },
172095
- "resolvedValue": "var(--kendo-spacing-2)",
172096
- "resolvedType": "String"
172635
+ "resolvedValue": "null",
172636
+ "resolvedType": "Null"
172097
172637
  },
172098
172638
  {
172099
- "description": "The height of the Scheduler cell.\n",
172639
+ "description": "The gradient of the hovered Scheduler event.\n",
172100
172640
  "commentRange": {
172101
172641
  "start": 128,
172102
172642
  "end": 129
172103
172643
  },
172104
172644
  "context": {
172105
172645
  "type": "variable",
172106
- "name": "kendo-scheduler-cell-height",
172107
- "value": "$kendo-line-height-em",
172646
+ "name": "kendo-scheduler-event-hover-gradient",
172647
+ "value": "null",
172108
172648
  "scope": "default",
172109
172649
  "line": {
172110
172650
  "start": 130,
@@ -172119,19 +172659,19 @@
172119
172659
  "path": "classic/scss/scheduler/_variables.scss",
172120
172660
  "name": "_variables.scss"
172121
172661
  },
172122
- "resolvedValue": "calc(1.4285714286 * 1em)",
172123
- "resolvedType": "Calculation"
172662
+ "resolvedValue": "null",
172663
+ "resolvedType": "Null"
172124
172664
  },
172125
172665
  {
172126
- "description": "The width of the Scheduler date column.\n",
172666
+ "description": "The shadow of the hovered Scheduler event.\n",
172127
172667
  "commentRange": {
172128
172668
  "start": 131,
172129
172669
  "end": 132
172130
172670
  },
172131
172671
  "context": {
172132
172672
  "type": "variable",
172133
- "name": "kendo-scheduler-datecolumn-width",
172134
- "value": "12em",
172673
+ "name": "kendo-scheduler-event-hover-shadow",
172674
+ "value": "null",
172135
172675
  "scope": "default",
172136
172676
  "line": {
172137
172677
  "start": 133,
@@ -172146,23 +172686,23 @@
172146
172686
  "path": "classic/scss/scheduler/_variables.scss",
172147
172687
  "name": "_variables.scss"
172148
172688
  },
172149
- "resolvedValue": "12em",
172150
- "resolvedType": "Number"
172689
+ "resolvedValue": "null",
172690
+ "resolvedType": "Null"
172151
172691
  },
172152
172692
  {
172153
- "description": "The width of the Scheduler time column.\n",
172693
+ "description": "The background color of the selected Scheduler event.\n",
172154
172694
  "commentRange": {
172155
- "start": 134,
172156
- "end": 135
172695
+ "start": 135,
172696
+ "end": 136
172157
172697
  },
172158
172698
  "context": {
172159
172699
  "type": "variable",
172160
- "name": "kendo-scheduler-timecolumn-width",
172161
- "value": "11em",
172700
+ "name": "kendo-scheduler-event-selected-bg",
172701
+ "value": "k-color(primary)",
172162
172702
  "scope": "default",
172163
172703
  "line": {
172164
- "start": 136,
172165
- "end": 136
172704
+ "start": 137,
172705
+ "end": 137
172166
172706
  }
172167
172707
  },
172168
172708
  "group": [
@@ -172173,19 +172713,19 @@
172173
172713
  "path": "classic/scss/scheduler/_variables.scss",
172174
172714
  "name": "_variables.scss"
172175
172715
  },
172176
- "resolvedValue": "11em",
172177
- "resolvedType": "Number"
172716
+ "resolvedValue": "var(--kendo-color-primary)",
172717
+ "resolvedType": "String"
172178
172718
  },
172179
172719
  {
172180
- "description": "The background color of the non-working hours in the Scheduler.\n",
172720
+ "description": "The text color of the selected Scheduler event.\n",
172181
172721
  "commentRange": {
172182
172722
  "start": 138,
172183
172723
  "end": 139
172184
172724
  },
172185
172725
  "context": {
172186
172726
  "type": "variable",
172187
- "name": "kendo-scheduler-nonwork-bg",
172188
- "value": "k-color(base-subtle)",
172727
+ "name": "kendo-scheduler-event-selected-text",
172728
+ "value": "k-color(on-primary)",
172189
172729
  "scope": "default",
172190
172730
  "line": {
172191
172731
  "start": 140,
@@ -172200,18 +172740,18 @@
172200
172740
  "path": "classic/scss/scheduler/_variables.scss",
172201
172741
  "name": "_variables.scss"
172202
172742
  },
172203
- "resolvedValue": "var(--kendo-color-base-subtle)",
172743
+ "resolvedValue": "var(--kendo-color-on-primary)",
172204
172744
  "resolvedType": "String"
172205
172745
  },
172206
172746
  {
172207
- "description": "The text color of the non-working hours in the Scheduler.\n",
172747
+ "description": "The border color of the selected Scheduler event.\n",
172208
172748
  "commentRange": {
172209
172749
  "start": 141,
172210
172750
  "end": 142
172211
172751
  },
172212
172752
  "context": {
172213
172753
  "type": "variable",
172214
- "name": "kendo-scheduler-nonwork-text",
172754
+ "name": "kendo-scheduler-event-selected-border",
172215
172755
  "value": "null",
172216
172756
  "scope": "default",
172217
172757
  "line": {
@@ -172231,19 +172771,19 @@
172231
172771
  "resolvedType": "Null"
172232
172772
  },
172233
172773
  {
172234
- "description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
172774
+ "description": "The gradient of the selected Scheduler event.\n",
172235
172775
  "commentRange": {
172236
- "start": 145,
172237
- "end": 146
172776
+ "start": 144,
172777
+ "end": 145
172238
172778
  },
172239
172779
  "context": {
172240
172780
  "type": "variable",
172241
- "name": "kendo-scheduler-othermonth-bg",
172242
- "value": "k-color(base-subtle)",
172781
+ "name": "kendo-scheduler-event-selected-gradient",
172782
+ "value": "null",
172243
172783
  "scope": "default",
172244
172784
  "line": {
172245
- "start": 147,
172246
- "end": 147
172785
+ "start": 146,
172786
+ "end": 146
172247
172787
  }
172248
172788
  },
172249
172789
  "group": [
@@ -172254,23 +172794,23 @@
172254
172794
  "path": "classic/scss/scheduler/_variables.scss",
172255
172795
  "name": "_variables.scss"
172256
172796
  },
172257
- "resolvedValue": "var(--kendo-color-base-subtle)",
172258
- "resolvedType": "String"
172797
+ "resolvedValue": "null",
172798
+ "resolvedType": "Null"
172259
172799
  },
172260
172800
  {
172261
- "description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
172801
+ "description": "The shadow of the selected Scheduler event.\n",
172262
172802
  "commentRange": {
172263
- "start": 148,
172264
- "end": 149
172803
+ "start": 147,
172804
+ "end": 148
172265
172805
  },
172266
172806
  "context": {
172267
172807
  "type": "variable",
172268
- "name": "kendo-scheduler-othermonth-text",
172269
- "value": "null",
172808
+ "name": "kendo-scheduler-event-selected-shadow",
172809
+ "value": "inset 0 0 0 2px k-color(border-alt)",
172270
172810
  "scope": "default",
172271
172811
  "line": {
172272
- "start": 150,
172273
- "end": 150
172812
+ "start": 149,
172813
+ "end": 149
172274
172814
  }
172275
172815
  },
172276
172816
  "group": [
@@ -172281,23 +172821,23 @@
172281
172821
  "path": "classic/scss/scheduler/_variables.scss",
172282
172822
  "name": "_variables.scss"
172283
172823
  },
172284
- "resolvedValue": "null",
172285
- "resolvedType": "Null"
172824
+ "resolvedValue": "(inset 0 0 0 2px var(--kendo-color-border-alt))",
172825
+ "resolvedType": "List"
172286
172826
  },
172287
172827
  {
172288
- "description": "The horizontal padding of the year view in the Scheduler.\n",
172828
+ "description": "The shadow of the ongoing Scheduler event.\n",
172289
172829
  "commentRange": {
172290
- "start": 152,
172291
- "end": 153
172830
+ "start": 151,
172831
+ "end": 152
172292
172832
  },
172293
172833
  "context": {
172294
172834
  "type": "variable",
172295
- "name": "kendo-scheduler-yearview-padding-x",
172296
- "value": "k-spacing(3)",
172835
+ "name": "kendo-scheduler-event-ongoing-shadow",
172836
+ "value": "inset 0px 0px 0px 1px #ff0000",
172297
172837
  "scope": "default",
172298
172838
  "line": {
172299
- "start": 154,
172300
- "end": 154
172839
+ "start": 153,
172840
+ "end": 153
172301
172841
  }
172302
172842
  },
172303
172843
  "group": [
@@ -172308,19 +172848,19 @@
172308
172848
  "path": "classic/scss/scheduler/_variables.scss",
172309
172849
  "name": "_variables.scss"
172310
172850
  },
172311
- "resolvedValue": "var(--kendo-spacing-3)",
172312
- "resolvedType": "String"
172851
+ "resolvedValue": "(inset 0px 0px 0px 1px #ff0000)",
172852
+ "resolvedType": "List"
172313
172853
  },
172314
172854
  {
172315
- "description": "The vertical padding of the year view in the Scheduler.\n",
172855
+ "description": "The size of the Scheduler resize handle hit area.\n",
172316
172856
  "commentRange": {
172317
172857
  "start": 155,
172318
172858
  "end": 156
172319
172859
  },
172320
172860
  "context": {
172321
172861
  "type": "variable",
172322
- "name": "kendo-scheduler-yearview-padding-y",
172323
- "value": "$kendo-scheduler-yearview-padding-x",
172862
+ "name": "kendo-scheduler-resizer-size",
172863
+ "value": "0.5em",
172324
172864
  "scope": "default",
172325
172865
  "line": {
172326
172866
  "start": 157,
@@ -172335,23 +172875,23 @@
172335
172875
  "path": "classic/scss/scheduler/_variables.scss",
172336
172876
  "name": "_variables.scss"
172337
172877
  },
172338
- "resolvedValue": "var(--kendo-spacing-3)",
172339
- "resolvedType": "String"
172878
+ "resolvedValue": "0.5em",
172879
+ "resolvedType": "Number"
172340
172880
  },
172341
172881
  {
172342
- "description": "The spacing between the calendars of the year view in the Scheduler.\n",
172882
+ "description": "The length of the Scheduler resize handle visual indicator.\n",
172343
172883
  "commentRange": {
172344
- "start": 159,
172345
- "end": 160
172884
+ "start": 158,
172885
+ "end": 159
172346
172886
  },
172347
172887
  "context": {
172348
172888
  "type": "variable",
172349
- "name": "kendo-scheduler-yearview-calendar-gap",
172350
- "value": "k-spacing(3)",
172889
+ "name": "kendo-scheduler-resize-handle-size",
172890
+ "value": "8px",
172351
172891
  "scope": "default",
172352
172892
  "line": {
172353
- "start": 161,
172354
- "end": 161
172893
+ "start": 160,
172894
+ "end": 160
172355
172895
  }
172356
172896
  },
172357
172897
  "group": [
@@ -172362,23 +172902,23 @@
172362
172902
  "path": "classic/scss/scheduler/_variables.scss",
172363
172903
  "name": "_variables.scss"
172364
172904
  },
172365
- "resolvedValue": "var(--kendo-spacing-3)",
172366
- "resolvedType": "String"
172905
+ "resolvedValue": "8px",
172906
+ "resolvedType": "Number"
172367
172907
  },
172368
172908
  {
172369
- "description": "The days with events indicator size of the year view in the Scheduler.\n",
172909
+ "description": "The border radius of the Scheduler resize handle.\n",
172370
172910
  "commentRange": {
172371
- "start": 163,
172372
- "end": 164
172911
+ "start": 161,
172912
+ "end": 162
172373
172913
  },
172374
172914
  "context": {
172375
172915
  "type": "variable",
172376
- "name": "kendo-scheduler-yearview-indicator-size",
172377
- "value": "3px",
172916
+ "name": "kendo-scheduler-resize-handle-border-radius",
172917
+ "value": "k-border-radius(full)",
172378
172918
  "scope": "default",
172379
172919
  "line": {
172380
- "start": 165,
172381
- "end": 165
172920
+ "start": 163,
172921
+ "end": 163
172382
172922
  }
172383
172923
  },
172384
172924
  "group": [
@@ -172389,23 +172929,23 @@
172389
172929
  "path": "classic/scss/scheduler/_variables.scss",
172390
172930
  "name": "_variables.scss"
172391
172931
  },
172392
- "resolvedValue": "3px",
172393
- "resolvedType": "Number"
172932
+ "resolvedValue": "var(--kendo-border-radius-full)",
172933
+ "resolvedType": "String"
172394
172934
  },
172395
172935
  {
172396
- "description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
172936
+ "description": "The border width of the Scheduler resize handle.\n",
172397
172937
  "commentRange": {
172398
- "start": 166,
172399
- "end": 167
172938
+ "start": 164,
172939
+ "end": 165
172400
172940
  },
172401
172941
  "context": {
172402
172942
  "type": "variable",
172403
- "name": "kendo-scheduler-yearview-indicator-calc-offset-top",
172404
- "value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
172943
+ "name": "kendo-scheduler-resize-handle-border-width",
172944
+ "value": "2px",
172405
172945
  "scope": "default",
172406
172946
  "line": {
172407
- "start": 168,
172408
- "end": 168
172947
+ "start": 166,
172948
+ "end": 166
172409
172949
  }
172410
172950
  },
172411
172951
  "group": [
@@ -172416,23 +172956,23 @@
172416
172956
  "path": "classic/scss/scheduler/_variables.scss",
172417
172957
  "name": "_variables.scss"
172418
172958
  },
172419
- "resolvedValue": "calc(32px - var(--kendo-spacing-1) * 2)",
172420
- "resolvedType": "Calculation"
172959
+ "resolvedValue": "2px",
172960
+ "resolvedType": "Number"
172421
172961
  },
172422
172962
  {
172423
- "description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
172963
+ "description": "The background color of the Scheduler resize handle.\n",
172424
172964
  "commentRange": {
172425
- "start": 169,
172426
- "end": 170
172965
+ "start": 167,
172966
+ "end": 168
172427
172967
  },
172428
172968
  "context": {
172429
172969
  "type": "variable",
172430
- "name": "kendo-scheduler-yearview-indicator-calc-offset-left",
172431
- "value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
172970
+ "name": "kendo-scheduler-resize-handle-bg",
172971
+ "value": "$kendo-scheduler-event-bg",
172432
172972
  "scope": "default",
172433
172973
  "line": {
172434
- "start": 171,
172435
- "end": 171
172974
+ "start": 169,
172975
+ "end": 169
172436
172976
  }
172437
172977
  },
172438
172978
  "group": [
@@ -172443,23 +172983,23 @@
172443
172983
  "path": "classic/scss/scheduler/_variables.scss",
172444
172984
  "name": "_variables.scss"
172445
172985
  },
172446
- "resolvedValue": "calc(50% - 1.5px)",
172447
- "resolvedType": "Calculation"
172986
+ "resolvedValue": "var(--kendo-color-primary)",
172987
+ "resolvedType": "String"
172448
172988
  },
172449
172989
  {
172450
- "description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
172990
+ "description": "The horizontal padding of the Scheduler cell.\n",
172451
172991
  "commentRange": {
172452
- "start": 172,
172453
- "end": 173
172992
+ "start": 171,
172993
+ "end": 172
172454
172994
  },
172455
172995
  "context": {
172456
172996
  "type": "variable",
172457
- "name": "kendo-scheduler-yearview-indicator-border-radius",
172458
- "value": "50%",
172997
+ "name": "kendo-scheduler-cell-padding-x",
172998
+ "value": "k-spacing(2)",
172459
172999
  "scope": "default",
172460
173000
  "line": {
172461
- "start": 174,
172462
- "end": 174
173001
+ "start": 173,
173002
+ "end": 173
172463
173003
  }
172464
173004
  },
172465
173005
  "group": [
@@ -172470,23 +173010,23 @@
172470
173010
  "path": "classic/scss/scheduler/_variables.scss",
172471
173011
  "name": "_variables.scss"
172472
173012
  },
172473
- "resolvedValue": "50%",
172474
- "resolvedType": "Number"
173013
+ "resolvedValue": "var(--kendo-spacing-2)",
173014
+ "resolvedType": "String"
172475
173015
  },
172476
173016
  {
172477
- "description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
173017
+ "description": "The vertical padding of the Scheduler cell.\n",
172478
173018
  "commentRange": {
172479
- "start": 175,
172480
- "end": 176
173019
+ "start": 174,
173020
+ "end": 175
172481
173021
  },
172482
173022
  "context": {
172483
173023
  "type": "variable",
172484
- "name": "kendo-scheduler-yearview-indicator-bg",
172485
- "value": "k-color(primary)",
173024
+ "name": "kendo-scheduler-cell-padding-y",
173025
+ "value": "k-spacing(2)",
172486
173026
  "scope": "default",
172487
173027
  "line": {
172488
- "start": 177,
172489
- "end": 177
173028
+ "start": 176,
173029
+ "end": 176
172490
173030
  }
172491
173031
  },
172492
173032
  "group": [
@@ -172497,23 +173037,23 @@
172497
173037
  "path": "classic/scss/scheduler/_variables.scss",
172498
173038
  "name": "_variables.scss"
172499
173039
  },
172500
- "resolvedValue": "var(--kendo-color-primary)",
173040
+ "resolvedValue": "var(--kendo-spacing-2)",
172501
173041
  "resolvedType": "String"
172502
173042
  },
172503
173043
  {
172504
- "description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
173044
+ "description": "The height of the Scheduler cell.\n",
172505
173045
  "commentRange": {
172506
- "start": 178,
172507
- "end": 179
173046
+ "start": 177,
173047
+ "end": 178
172508
173048
  },
172509
173049
  "context": {
172510
173050
  "type": "variable",
172511
- "name": "kendo-scheduler-yearview-indicator-selected-bg",
172512
- "value": "k-color(on-primary)",
173051
+ "name": "kendo-scheduler-cell-height",
173052
+ "value": "$kendo-line-height-em",
172513
173053
  "scope": "default",
172514
173054
  "line": {
172515
- "start": 180,
172516
- "end": 180
173055
+ "start": 179,
173056
+ "end": 179
172517
173057
  }
172518
173058
  },
172519
173059
  "group": [
@@ -172524,23 +173064,23 @@
172524
173064
  "path": "classic/scss/scheduler/_variables.scss",
172525
173065
  "name": "_variables.scss"
172526
173066
  },
172527
- "resolvedValue": "var(--kendo-color-on-primary)",
172528
- "resolvedType": "String"
173067
+ "resolvedValue": "calc(1.4285714286 * 1em)",
173068
+ "resolvedType": "Calculation"
172529
173069
  },
172530
173070
  {
172531
- "description": "The horizontal padding of the Scheduler Tooltip.\n",
173071
+ "description": "The width of the Scheduler date column.\n",
172532
173072
  "commentRange": {
172533
- "start": 182,
172534
- "end": 183
173073
+ "start": 180,
173074
+ "end": 181
172535
173075
  },
172536
173076
  "context": {
172537
173077
  "type": "variable",
172538
- "name": "kendo-scheduler-tooltip-padding-x",
172539
- "value": "k-spacing(2)",
173078
+ "name": "kendo-scheduler-datecolumn-width",
173079
+ "value": "12em",
172540
173080
  "scope": "default",
172541
173081
  "line": {
172542
- "start": 184,
172543
- "end": 184
173082
+ "start": 182,
173083
+ "end": 182
172544
173084
  }
172545
173085
  },
172546
173086
  "group": [
@@ -172551,23 +173091,23 @@
172551
173091
  "path": "classic/scss/scheduler/_variables.scss",
172552
173092
  "name": "_variables.scss"
172553
173093
  },
172554
- "resolvedValue": "var(--kendo-spacing-2)",
172555
- "resolvedType": "String"
173094
+ "resolvedValue": "12em",
173095
+ "resolvedType": "Number"
172556
173096
  },
172557
173097
  {
172558
- "description": "The vertical padding of the Scheduler Tooltip.\n",
173098
+ "description": "The width of the Scheduler time column.\n",
172559
173099
  "commentRange": {
172560
- "start": 185,
172561
- "end": 186
173100
+ "start": 183,
173101
+ "end": 184
172562
173102
  },
172563
173103
  "context": {
172564
173104
  "type": "variable",
172565
- "name": "kendo-scheduler-tooltip-padding-y",
172566
- "value": "k-spacing(2)",
173105
+ "name": "kendo-scheduler-timecolumn-width",
173106
+ "value": "11em",
172567
173107
  "scope": "default",
172568
173108
  "line": {
172569
- "start": 187,
172570
- "end": 187
173109
+ "start": 185,
173110
+ "end": 185
172571
173111
  }
172572
173112
  },
172573
173113
  "group": [
@@ -172578,23 +173118,23 @@
172578
173118
  "path": "classic/scss/scheduler/_variables.scss",
172579
173119
  "name": "_variables.scss"
172580
173120
  },
172581
- "resolvedValue": "var(--kendo-spacing-2)",
172582
- "resolvedType": "String"
173121
+ "resolvedValue": "11em",
173122
+ "resolvedType": "Number"
172583
173123
  },
172584
173124
  {
172585
- "description": "The width of the border of the Scheduler Tooltip.\n",
173125
+ "description": "The background color of the non-working hours in the Scheduler.\n",
172586
173126
  "commentRange": {
172587
- "start": 188,
172588
- "end": 189
173127
+ "start": 187,
173128
+ "end": 188
172589
173129
  },
172590
173130
  "context": {
172591
173131
  "type": "variable",
172592
- "name": "kendo-scheduler-tooltip-border-width",
172593
- "value": "0",
173132
+ "name": "kendo-scheduler-nonwork-bg",
173133
+ "value": "k-color(base-subtle)",
172594
173134
  "scope": "default",
172595
173135
  "line": {
172596
- "start": 190,
172597
- "end": 190
173136
+ "start": 189,
173137
+ "end": 189
172598
173138
  }
172599
173139
  },
172600
173140
  "group": [
@@ -172605,23 +173145,23 @@
172605
173145
  "path": "classic/scss/scheduler/_variables.scss",
172606
173146
  "name": "_variables.scss"
172607
173147
  },
172608
- "resolvedValue": "0",
172609
- "resolvedType": "Number"
173148
+ "resolvedValue": "var(--kendo-color-base-subtle)",
173149
+ "resolvedType": "String"
172610
173150
  },
172611
173151
  {
172612
- "description": "The background color of the Scheduler Tooltip.\n",
173152
+ "description": "The text color of the non-working hours in the Scheduler.\n",
172613
173153
  "commentRange": {
172614
- "start": 191,
172615
- "end": 192
173154
+ "start": 190,
173155
+ "end": 191
172616
173156
  },
172617
173157
  "context": {
172618
173158
  "type": "variable",
172619
- "name": "kendo-scheduler-tooltip-bg",
172620
- "value": "k-color(on-primary)",
173159
+ "name": "kendo-scheduler-nonwork-text",
173160
+ "value": "null",
172621
173161
  "scope": "default",
172622
173162
  "line": {
172623
- "start": 193,
172624
- "end": 193
173163
+ "start": 192,
173164
+ "end": 192
172625
173165
  }
172626
173166
  },
172627
173167
  "group": [
@@ -172632,19 +173172,19 @@
172632
173172
  "path": "classic/scss/scheduler/_variables.scss",
172633
173173
  "name": "_variables.scss"
172634
173174
  },
172635
- "resolvedValue": "var(--kendo-color-on-primary)",
172636
- "resolvedType": "String"
173175
+ "resolvedValue": "null",
173176
+ "resolvedType": "Null"
172637
173177
  },
172638
173178
  {
172639
- "description": "The text color of the Scheduler Tooltip.\n",
173179
+ "description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
172640
173180
  "commentRange": {
172641
173181
  "start": 194,
172642
173182
  "end": 195
172643
173183
  },
172644
173184
  "context": {
172645
173185
  "type": "variable",
172646
- "name": "kendo-scheduler-tooltip-text",
172647
- "value": "k-color(on-app-surface)",
173186
+ "name": "kendo-scheduler-othermonth-bg",
173187
+ "value": "k-color(base-subtle)",
172648
173188
  "scope": "default",
172649
173189
  "line": {
172650
173190
  "start": 196,
@@ -172659,18 +173199,18 @@
172659
173199
  "path": "classic/scss/scheduler/_variables.scss",
172660
173200
  "name": "_variables.scss"
172661
173201
  },
172662
- "resolvedValue": "var(--kendo-color-on-app-surface)",
173202
+ "resolvedValue": "var(--kendo-color-base-subtle)",
172663
173203
  "resolvedType": "String"
172664
173204
  },
172665
173205
  {
172666
- "description": "The border color of the Scheduler Tooltip.\n",
173206
+ "description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
172667
173207
  "commentRange": {
172668
173208
  "start": 197,
172669
173209
  "end": 198
172670
173210
  },
172671
173211
  "context": {
172672
173212
  "type": "variable",
172673
- "name": "kendo-scheduler-tooltip-border",
173213
+ "name": "kendo-scheduler-othermonth-text",
172674
173214
  "value": "null",
172675
173215
  "scope": "default",
172676
173216
  "line": {
@@ -172690,19 +173230,19 @@
172690
173230
  "resolvedType": "Null"
172691
173231
  },
172692
173232
  {
172693
- "description": "The shadow of the Scheduler Tooltip.\n",
173233
+ "description": "The horizontal padding of the year view in the Scheduler.\n",
172694
173234
  "commentRange": {
172695
- "start": 200,
172696
- "end": 201
173235
+ "start": 201,
173236
+ "end": 202
172697
173237
  },
172698
173238
  "context": {
172699
173239
  "type": "variable",
172700
- "name": "kendo-scheduler-tooltip-shadow",
172701
- "value": "k-elevation(2)",
173240
+ "name": "kendo-scheduler-yearview-padding-x",
173241
+ "value": "k-spacing(3)",
172702
173242
  "scope": "default",
172703
173243
  "line": {
172704
- "start": 202,
172705
- "end": 202
173244
+ "start": 203,
173245
+ "end": 203
172706
173246
  }
172707
173247
  },
172708
173248
  "group": [
@@ -172713,23 +173253,23 @@
172713
173253
  "path": "classic/scss/scheduler/_variables.scss",
172714
173254
  "name": "_variables.scss"
172715
173255
  },
172716
- "resolvedValue": "var(--kendo-elevation-2)",
173256
+ "resolvedValue": "var(--kendo-spacing-3)",
172717
173257
  "resolvedType": "String"
172718
173258
  },
172719
173259
  {
172720
- "description": "The vertical margin of the Scheduler Tooltip title.\n",
173260
+ "description": "The vertical padding of the year view in the Scheduler.\n",
172721
173261
  "commentRange": {
172722
- "start": 205,
172723
- "end": 206
173262
+ "start": 204,
173263
+ "end": 205
172724
173264
  },
172725
173265
  "context": {
172726
173266
  "type": "variable",
172727
- "name": "kendo-scheduler-tooltip-title-margin-y",
172728
- "value": "k-spacing(1)",
173267
+ "name": "kendo-scheduler-yearview-padding-y",
173268
+ "value": "$kendo-scheduler-yearview-padding-x",
172729
173269
  "scope": "default",
172730
173270
  "line": {
172731
- "start": 207,
172732
- "end": 207
173271
+ "start": 206,
173272
+ "end": 206
172733
173273
  }
172734
173274
  },
172735
173275
  "group": [
@@ -172740,19 +173280,19 @@
172740
173280
  "path": "classic/scss/scheduler/_variables.scss",
172741
173281
  "name": "_variables.scss"
172742
173282
  },
172743
- "resolvedValue": "var(--kendo-spacing-1)",
173283
+ "resolvedValue": "var(--kendo-spacing-3)",
172744
173284
  "resolvedType": "String"
172745
173285
  },
172746
173286
  {
172747
- "description": "The font size of the month inside the Scheduler Tooltip.\n",
173287
+ "description": "The spacing between the calendars of the year view in the Scheduler.\n",
172748
173288
  "commentRange": {
172749
173289
  "start": 208,
172750
173290
  "end": 209
172751
173291
  },
172752
173292
  "context": {
172753
173293
  "type": "variable",
172754
- "name": "kendo-scheduler-tooltip-month-font-size",
172755
- "value": "var(--kendo-font-size-sm)",
173294
+ "name": "kendo-scheduler-yearview-calendar-gap",
173295
+ "value": "k-spacing(3)",
172756
173296
  "scope": "default",
172757
173297
  "line": {
172758
173298
  "start": 210,
@@ -172767,23 +173307,23 @@
172767
173307
  "path": "classic/scss/scheduler/_variables.scss",
172768
173308
  "name": "_variables.scss"
172769
173309
  },
172770
- "resolvedValue": "var(--kendo-font-size-sm)",
173310
+ "resolvedValue": "var(--kendo-spacing-3)",
172771
173311
  "resolvedType": "String"
172772
173312
  },
172773
173313
  {
172774
- "description": "The font size of the day inside the Scheduler Tooltip.\n",
173314
+ "description": "The days with events indicator size of the year view in the Scheduler.\n",
172775
173315
  "commentRange": {
172776
- "start": 211,
172777
- "end": 212
173316
+ "start": 212,
173317
+ "end": 213
172778
173318
  },
172779
173319
  "context": {
172780
173320
  "type": "variable",
172781
- "name": "kendo-scheduler-tooltip-day-font-size",
172782
- "value": "calc( var(--kendo-font-size-sm) * 2 )",
173321
+ "name": "kendo-scheduler-yearview-indicator-size",
173322
+ "value": "3px",
172783
173323
  "scope": "default",
172784
173324
  "line": {
172785
- "start": 213,
172786
- "end": 213
173325
+ "start": 214,
173326
+ "end": 214
172787
173327
  }
172788
173328
  },
172789
173329
  "group": [
@@ -172794,19 +173334,19 @@
172794
173334
  "path": "classic/scss/scheduler/_variables.scss",
172795
173335
  "name": "_variables.scss"
172796
173336
  },
172797
- "resolvedValue": "calc(var(--kendo-font-size-sm) * 2)",
172798
- "resolvedType": "Calculation"
173337
+ "resolvedValue": "3px",
173338
+ "resolvedType": "Number"
172799
173339
  },
172800
173340
  {
172801
- "description": "The max height of the events inside the Scheduler Tooltip.\n",
173341
+ "description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
172802
173342
  "commentRange": {
172803
173343
  "start": 215,
172804
173344
  "end": 216
172805
173345
  },
172806
173346
  "context": {
172807
173347
  "type": "variable",
172808
- "name": "kendo-scheduler-tooltip-events-max-height",
172809
- "value": "250px",
173348
+ "name": "kendo-scheduler-yearview-indicator-calc-offset-top",
173349
+ "value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
172810
173350
  "scope": "default",
172811
173351
  "line": {
172812
173352
  "start": 217,
@@ -172821,19 +173361,19 @@
172821
173361
  "path": "classic/scss/scheduler/_variables.scss",
172822
173362
  "name": "_variables.scss"
172823
173363
  },
172824
- "resolvedValue": "250px",
172825
- "resolvedType": "Number"
173364
+ "resolvedValue": "calc(32px - var(--kendo-spacing-1) * 2)",
173365
+ "resolvedType": "Calculation"
172826
173366
  },
172827
173367
  {
172828
- "description": "The spacing between the events inside the Scheduler Tooltip.\n",
173368
+ "description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
172829
173369
  "commentRange": {
172830
173370
  "start": 218,
172831
173371
  "end": 219
172832
173372
  },
172833
173373
  "context": {
172834
173374
  "type": "variable",
172835
- "name": "kendo-scheduler-tooltip-events-gap",
172836
- "value": "k-spacing(1)",
173375
+ "name": "kendo-scheduler-yearview-indicator-calc-offset-left",
173376
+ "value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
172837
173377
  "scope": "default",
172838
173378
  "line": {
172839
173379
  "start": 220,
@@ -172848,23 +173388,23 @@
172848
173388
  "path": "classic/scss/scheduler/_variables.scss",
172849
173389
  "name": "_variables.scss"
172850
173390
  },
172851
- "resolvedValue": "var(--kendo-spacing-1)",
172852
- "resolvedType": "String"
173391
+ "resolvedValue": "calc(50% - 1.5px)",
173392
+ "resolvedType": "Calculation"
172853
173393
  },
172854
173394
  {
172855
- "description": "The horizontal padding of the events inside the Scheduler Tooltip.\n",
173395
+ "description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
172856
173396
  "commentRange": {
172857
- "start": 222,
172858
- "end": 223
173397
+ "start": 221,
173398
+ "end": 222
172859
173399
  },
172860
173400
  "context": {
172861
173401
  "type": "variable",
172862
- "name": "kendo-scheduler-tooltip-event-padding-x",
172863
- "value": "k-spacing(2)",
173402
+ "name": "kendo-scheduler-yearview-indicator-border-radius",
173403
+ "value": "50%",
172864
173404
  "scope": "default",
172865
173405
  "line": {
172866
- "start": 224,
172867
- "end": 224
173406
+ "start": 223,
173407
+ "end": 223
172868
173408
  }
172869
173409
  },
172870
173410
  "group": [
@@ -172875,23 +173415,23 @@
172875
173415
  "path": "classic/scss/scheduler/_variables.scss",
172876
173416
  "name": "_variables.scss"
172877
173417
  },
172878
- "resolvedValue": "var(--kendo-spacing-2)",
172879
- "resolvedType": "String"
173418
+ "resolvedValue": "50%",
173419
+ "resolvedType": "Number"
172880
173420
  },
172881
173421
  {
172882
- "description": "The vertical padding of the events inside the Scheduler Tooltip.\n",
173422
+ "description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
172883
173423
  "commentRange": {
172884
- "start": 225,
172885
- "end": 226
173424
+ "start": 224,
173425
+ "end": 225
172886
173426
  },
172887
173427
  "context": {
172888
173428
  "type": "variable",
172889
- "name": "kendo-scheduler-tooltip-event-padding-y",
172890
- "value": "k-spacing(1)",
173429
+ "name": "kendo-scheduler-yearview-indicator-bg",
173430
+ "value": "k-color(primary)",
172891
173431
  "scope": "default",
172892
173432
  "line": {
172893
- "start": 227,
172894
- "end": 227
173433
+ "start": 226,
173434
+ "end": 226
172895
173435
  }
172896
173436
  },
172897
173437
  "group": [
@@ -172902,23 +173442,23 @@
172902
173442
  "path": "classic/scss/scheduler/_variables.scss",
172903
173443
  "name": "_variables.scss"
172904
173444
  },
172905
- "resolvedValue": "var(--kendo-spacing-1)",
173445
+ "resolvedValue": "var(--kendo-color-primary)",
172906
173446
  "resolvedType": "String"
172907
173447
  },
172908
173448
  {
172909
- "description": "The border radius of the events inside the Scheduler Tooltip.\n",
173449
+ "description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
172910
173450
  "commentRange": {
172911
- "start": 228,
172912
- "end": 229
173451
+ "start": 227,
173452
+ "end": 228
172913
173453
  },
172914
173454
  "context": {
172915
173455
  "type": "variable",
172916
- "name": "kendo-scheduler-tooltip-event-border-radius",
172917
- "value": "k-border-radius(md)",
173456
+ "name": "kendo-scheduler-yearview-indicator-selected-bg",
173457
+ "value": "k-color(on-primary)",
172918
173458
  "scope": "default",
172919
173459
  "line": {
172920
- "start": 230,
172921
- "end": 230
173460
+ "start": 229,
173461
+ "end": 229
172922
173462
  }
172923
173463
  },
172924
173464
  "group": [
@@ -172929,19 +173469,19 @@
172929
173469
  "path": "classic/scss/scheduler/_variables.scss",
172930
173470
  "name": "_variables.scss"
172931
173471
  },
172932
- "resolvedValue": "var(--kendo-border-radius-md)",
173472
+ "resolvedValue": "var(--kendo-color-on-primary)",
172933
173473
  "resolvedType": "String"
172934
173474
  },
172935
173475
  {
172936
- "description": "The spacing between the events items inside the Scheduler Tooltip.\n",
173476
+ "description": "The font size of the month inside the Scheduler Popover.\n",
172937
173477
  "commentRange": {
172938
173478
  "start": 231,
172939
173479
  "end": 232
172940
173480
  },
172941
173481
  "context": {
172942
173482
  "type": "variable",
172943
- "name": "kendo-scheduler-tooltip-event-gap",
172944
- "value": "k-spacing(1)",
173483
+ "name": "kendo-scheduler-popover-month-font-size",
173484
+ "value": "var(--kendo-font-size-sm)",
172945
173485
  "scope": "default",
172946
173486
  "line": {
172947
173487
  "start": 233,
@@ -172956,23 +173496,23 @@
172956
173496
  "path": "classic/scss/scheduler/_variables.scss",
172957
173497
  "name": "_variables.scss"
172958
173498
  },
172959
- "resolvedValue": "var(--kendo-spacing-1)",
173499
+ "resolvedValue": "var(--kendo-font-size-sm)",
172960
173500
  "resolvedType": "String"
172961
173501
  },
172962
173502
  {
172963
- "description": "The color of the Scheduler Tooltip callout.\n",
173503
+ "description": "The font size of the day inside the Scheduler Popover.\n",
172964
173504
  "commentRange": {
172965
- "start": 235,
172966
- "end": 236
173505
+ "start": 234,
173506
+ "end": 235
172967
173507
  },
172968
173508
  "context": {
172969
173509
  "type": "variable",
172970
- "name": "kendo-scheduler-tooltip-callout-text",
172971
- "value": "$kendo-scheduler-tooltip-bg",
173510
+ "name": "kendo-scheduler-popover-day-font-size",
173511
+ "value": "calc( var(--kendo-font-size-sm) * 2 )",
172972
173512
  "scope": "default",
172973
173513
  "line": {
172974
- "start": 237,
172975
- "end": 237
173514
+ "start": 236,
173515
+ "end": 236
172976
173516
  }
172977
173517
  },
172978
173518
  "group": [
@@ -172983,23 +173523,104 @@
172983
173523
  "path": "classic/scss/scheduler/_variables.scss",
172984
173524
  "name": "_variables.scss"
172985
173525
  },
172986
- "resolvedValue": "var(--kendo-color-on-primary)",
173526
+ "resolvedValue": "calc(var(--kendo-font-size-sm) * 2)",
173527
+ "resolvedType": "Calculation"
173528
+ },
173529
+ {
173530
+ "description": "The max height of the events inside the Scheduler Popover.\n",
173531
+ "commentRange": {
173532
+ "start": 238,
173533
+ "end": 239
173534
+ },
173535
+ "context": {
173536
+ "type": "variable",
173537
+ "name": "kendo-scheduler-popover-events-max-height",
173538
+ "value": "250px",
173539
+ "scope": "default",
173540
+ "line": {
173541
+ "start": 240,
173542
+ "end": 240
173543
+ }
173544
+ },
173545
+ "group": [
173546
+ "scheduler"
173547
+ ],
173548
+ "access": "public",
173549
+ "file": {
173550
+ "path": "classic/scss/scheduler/_variables.scss",
173551
+ "name": "_variables.scss"
173552
+ },
173553
+ "resolvedValue": "250px",
173554
+ "resolvedType": "Number"
173555
+ },
173556
+ {
173557
+ "description": "The spacing between the events inside the Scheduler Popover.\n",
173558
+ "commentRange": {
173559
+ "start": 241,
173560
+ "end": 242
173561
+ },
173562
+ "context": {
173563
+ "type": "variable",
173564
+ "name": "kendo-scheduler-popover-events-gap",
173565
+ "value": "k-spacing(1.5)",
173566
+ "scope": "default",
173567
+ "line": {
173568
+ "start": 243,
173569
+ "end": 243
173570
+ }
173571
+ },
173572
+ "group": [
173573
+ "scheduler"
173574
+ ],
173575
+ "access": "public",
173576
+ "file": {
173577
+ "path": "classic/scss/scheduler/_variables.scss",
173578
+ "name": "_variables.scss"
173579
+ },
173580
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
172987
173581
  "resolvedType": "String"
172988
173582
  },
172989
173583
  {
172990
- "description": "The padding of the Scheduler appointments.\n",
173584
+ "description": "The minimum height of the events inside the Scheduler Popover.\n",
172991
173585
  "commentRange": {
172992
- "start": 239,
172993
- "end": 240
173586
+ "start": 245,
173587
+ "end": 246
172994
173588
  },
172995
173589
  "context": {
172996
173590
  "type": "variable",
172997
- "name": "kendo-scheduler-appointments-padding",
173591
+ "name": "kendo-scheduler-popover-event-min-height",
173592
+ "value": "25px",
173593
+ "scope": "default",
173594
+ "line": {
173595
+ "start": 247,
173596
+ "end": 247
173597
+ }
173598
+ },
173599
+ "group": [
173600
+ "scheduler"
173601
+ ],
173602
+ "access": "public",
173603
+ "file": {
173604
+ "path": "classic/scss/scheduler/_variables.scss",
173605
+ "name": "_variables.scss"
173606
+ },
173607
+ "resolvedValue": "25px",
173608
+ "resolvedType": "Number"
173609
+ },
173610
+ {
173611
+ "description": "The horizontal padding of the events inside the Scheduler Popover.\n",
173612
+ "commentRange": {
173613
+ "start": 248,
173614
+ "end": 249
173615
+ },
173616
+ "context": {
173617
+ "type": "variable",
173618
+ "name": "kendo-scheduler-popover-event-padding-x",
172998
173619
  "value": "k-spacing(2)",
172999
173620
  "scope": "default",
173000
173621
  "line": {
173001
- "start": 241,
173002
- "end": 241
173622
+ "start": 250,
173623
+ "end": 250
173003
173624
  }
173004
173625
  },
173005
173626
  "group": [
@@ -173014,19 +173635,19 @@
173014
173635
  "resolvedType": "String"
173015
173636
  },
173016
173637
  {
173017
- "description": "The horizontal padding of the Scheduler event template.\n",
173638
+ "description": "The vertical padding of the events inside the Scheduler Popover.\n",
173018
173639
  "commentRange": {
173019
- "start": 243,
173020
- "end": 244
173640
+ "start": 251,
173641
+ "end": 252
173021
173642
  },
173022
173643
  "context": {
173023
173644
  "type": "variable",
173024
- "name": "kendo-scheduler-event-template-padding-x",
173025
- "value": "k-spacing(2)",
173645
+ "name": "kendo-scheduler-popover-event-padding-y",
173646
+ "value": "null",
173026
173647
  "scope": "default",
173027
173648
  "line": {
173028
- "start": 245,
173029
- "end": 245
173649
+ "start": 253,
173650
+ "end": 253
173030
173651
  }
173031
173652
  },
173032
173653
  "group": [
@@ -173037,23 +173658,50 @@
173037
173658
  "path": "classic/scss/scheduler/_variables.scss",
173038
173659
  "name": "_variables.scss"
173039
173660
  },
173040
- "resolvedValue": "var(--kendo-spacing-2)",
173661
+ "resolvedValue": "null",
173662
+ "resolvedType": "Null"
173663
+ },
173664
+ {
173665
+ "description": "The border radius of the events inside the Scheduler Popover.\n",
173666
+ "commentRange": {
173667
+ "start": 254,
173668
+ "end": 255
173669
+ },
173670
+ "context": {
173671
+ "type": "variable",
173672
+ "name": "kendo-scheduler-popover-event-border-radius",
173673
+ "value": "k-border-radius(md)",
173674
+ "scope": "default",
173675
+ "line": {
173676
+ "start": 256,
173677
+ "end": 256
173678
+ }
173679
+ },
173680
+ "group": [
173681
+ "scheduler"
173682
+ ],
173683
+ "access": "public",
173684
+ "file": {
173685
+ "path": "classic/scss/scheduler/_variables.scss",
173686
+ "name": "_variables.scss"
173687
+ },
173688
+ "resolvedValue": "var(--kendo-border-radius-md)",
173041
173689
  "resolvedType": "String"
173042
173690
  },
173043
173691
  {
173044
- "description": "The vertical padding of the Scheduler event template.\n",
173692
+ "description": "The spacing between the events items inside the Scheduler Popover.\n",
173045
173693
  "commentRange": {
173046
- "start": 246,
173047
- "end": 247
173694
+ "start": 257,
173695
+ "end": 258
173048
173696
  },
173049
173697
  "context": {
173050
173698
  "type": "variable",
173051
- "name": "kendo-scheduler-event-template-padding-y",
173699
+ "name": "kendo-scheduler-popover-event-gap",
173052
173700
  "value": "k-spacing(1)",
173053
173701
  "scope": "default",
173054
173702
  "line": {
173055
- "start": 248,
173056
- "end": 248
173703
+ "start": 259,
173704
+ "end": 259
173057
173705
  }
173058
173706
  },
173059
173707
  "group": [
@@ -173068,19 +173716,19 @@
173068
173716
  "resolvedType": "String"
173069
173717
  },
173070
173718
  {
173071
- "description": "The inline inset of the Scheduler event actions.\n",
173719
+ "description": "The horizontal padding of the Scheduler event template.\n",
173072
173720
  "commentRange": {
173073
- "start": 250,
173074
- "end": 251
173721
+ "start": 261,
173722
+ "end": 262
173075
173723
  },
173076
173724
  "context": {
173077
173725
  "type": "variable",
173078
- "name": "kendo-scheduler-event-actions-inset-x",
173726
+ "name": "kendo-scheduler-event-template-padding-x",
173079
173727
  "value": "k-spacing(2)",
173080
173728
  "scope": "default",
173081
173729
  "line": {
173082
- "start": 252,
173083
- "end": 252
173730
+ "start": 263,
173731
+ "end": 263
173084
173732
  }
173085
173733
  },
173086
173734
  "group": [
@@ -173095,19 +173743,19 @@
173095
173743
  "resolvedType": "String"
173096
173744
  },
173097
173745
  {
173098
- "description": "The margin of the Scheduler event indicators.\n",
173746
+ "description": "The vertical padding of the Scheduler event template.\n",
173099
173747
  "commentRange": {
173100
- "start": 254,
173101
- "end": 255
173748
+ "start": 264,
173749
+ "end": 265
173102
173750
  },
173103
173751
  "context": {
173104
173752
  "type": "variable",
173105
- "name": "kendo-scheduler-indicators-margin",
173106
- "value": "k-spacing(0.5) k-spacing(1)",
173753
+ "name": "kendo-scheduler-event-template-padding-y",
173754
+ "value": "k-spacing(1)",
173107
173755
  "scope": "default",
173108
173756
  "line": {
173109
- "start": 256,
173110
- "end": 256
173757
+ "start": 266,
173758
+ "end": 266
173111
173759
  }
173112
173760
  },
173113
173761
  "group": [
@@ -173118,14 +173766,14 @@
173118
173766
  "path": "classic/scss/scheduler/_variables.scss",
173119
173767
  "name": "_variables.scss"
173120
173768
  },
173121
- "resolvedValue": "(var(--kendo-spacing-0\\.5) var(--kendo-spacing-1))",
173122
- "resolvedType": "List"
173769
+ "resolvedValue": "var(--kendo-spacing-1)",
173770
+ "resolvedType": "String"
173123
173771
  },
173124
173772
  {
173125
173773
  "description": "The inline inset of the Scheduler marquee labels.\n",
173126
173774
  "commentRange": {
173127
- "start": 258,
173128
- "end": 259
173775
+ "start": 268,
173776
+ "end": 269
173129
173777
  },
173130
173778
  "context": {
173131
173779
  "type": "variable",
@@ -173133,8 +173781,8 @@
173133
173781
  "value": "k-spacing(1)",
173134
173782
  "scope": "default",
173135
173783
  "line": {
173136
- "start": 260,
173137
- "end": 260
173784
+ "start": 270,
173785
+ "end": 270
173138
173786
  }
173139
173787
  },
173140
173788
  "group": [
@@ -173151,8 +173799,8 @@
173151
173799
  {
173152
173800
  "description": "The block inset of the Scheduler marquee labels.\n",
173153
173801
  "commentRange": {
173154
- "start": 261,
173155
- "end": 262
173802
+ "start": 271,
173803
+ "end": 272
173156
173804
  },
173157
173805
  "context": {
173158
173806
  "type": "variable",
@@ -173160,8 +173808,8 @@
173160
173808
  "value": "k-spacing(0.5)",
173161
173809
  "scope": "default",
173162
173810
  "line": {
173163
- "start": 263,
173164
- "end": 263
173811
+ "start": 273,
173812
+ "end": 273
173165
173813
  }
173166
173814
  },
173167
173815
  "group": [
@@ -173178,8 +173826,8 @@
173178
173826
  {
173179
173827
  "description": "The spacing between icon and text in Scheduler navigation items.\n",
173180
173828
  "commentRange": {
173181
- "start": 265,
173182
- "end": 266
173829
+ "start": 275,
173830
+ "end": 276
173183
173831
  },
173184
173832
  "context": {
173185
173833
  "type": "variable",
@@ -173187,8 +173835,8 @@
173187
173835
  "value": "k-spacing(1)",
173188
173836
  "scope": "default",
173189
173837
  "line": {
173190
- "start": 267,
173191
- "end": 267
173838
+ "start": 277,
173839
+ "end": 277
173192
173840
  }
173193
173841
  },
173194
173842
  "group": [
@@ -173205,8 +173853,8 @@
173205
173853
  {
173206
173854
  "description": "The background color of the Scheduler header.\n",
173207
173855
  "commentRange": {
173208
- "start": 269,
173209
- "end": 270
173856
+ "start": 279,
173857
+ "end": 280
173210
173858
  },
173211
173859
  "context": {
173212
173860
  "type": "variable",
@@ -173214,8 +173862,8 @@
173214
173862
  "value": "k-color(surface)",
173215
173863
  "scope": "default",
173216
173864
  "line": {
173217
- "start": 271,
173218
- "end": 271
173865
+ "start": 281,
173866
+ "end": 281
173219
173867
  }
173220
173868
  },
173221
173869
  "group": [