@progress/kendo-theme-classic 14.4.1-dev.0 → 14.4.1-dev.2

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 +1846 -928
  17. package/dist/meta/sassdoc-raw-data.json +792 -367
  18. package/dist/meta/variables.json +141 -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 +25 -1
  35. package/scss/citation/_variables.scss +30 -2
  36. package/scss/scheduler/_variables.scss +101 -85
@@ -2050,14 +2050,14 @@
2050
2050
  }
2051
2051
  },
2052
2052
  {
2053
- "description": "The top margin of the AgentStep icon.\n",
2053
+ "description": "The horizontal padding of the AgentStep head.\n",
2054
2054
  "commentRange": {
2055
2055
  "start": 11,
2056
2056
  "end": 12
2057
2057
  },
2058
2058
  "context": {
2059
2059
  "type": "variable",
2060
- "name": "kendo-agent-step-icon-margin-top",
2060
+ "name": "kendo-agent-step-padding-x",
2061
2061
  "value": "k-spacing(0.5)",
2062
2062
  "scope": "default",
2063
2063
  "line": {
@@ -2075,15 +2075,15 @@
2075
2075
  }
2076
2076
  },
2077
2077
  {
2078
- "description": "The text color of the added lines count in the AgentStep diffstat.\n",
2078
+ "description": "The end padding of the AgentStep head.\n",
2079
2079
  "commentRange": {
2080
2080
  "start": 14,
2081
2081
  "end": 15
2082
2082
  },
2083
2083
  "context": {
2084
2084
  "type": "variable",
2085
- "name": "kendo-agent-step-added-color",
2086
- "value": "k-color(success-on-surface)",
2085
+ "name": "kendo-agent-step-padding-end",
2086
+ "value": "k-spacing(2)",
2087
2087
  "scope": "default",
2088
2088
  "line": {
2089
2089
  "start": 16,
@@ -2100,15 +2100,15 @@
2100
2100
  }
2101
2101
  },
2102
2102
  {
2103
- "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
2103
+ "description": "The border radius of the AgentStep head.\n",
2104
2104
  "commentRange": {
2105
2105
  "start": 17,
2106
2106
  "end": 18
2107
2107
  },
2108
2108
  "context": {
2109
2109
  "type": "variable",
2110
- "name": "kendo-agent-step-removed-color",
2111
- "value": "k-color(error-on-surface)",
2110
+ "name": "kendo-agent-step-border-radius",
2111
+ "value": "k-border-radius(md)",
2112
2112
  "scope": "default",
2113
2113
  "line": {
2114
2114
  "start": 19,
@@ -2125,15 +2125,15 @@
2125
2125
  }
2126
2126
  },
2127
2127
  {
2128
- "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
2128
+ "description": "The top margin of the AgentStep icon.\n",
2129
2129
  "commentRange": {
2130
2130
  "start": 20,
2131
2131
  "end": 21
2132
2132
  },
2133
2133
  "context": {
2134
2134
  "type": "variable",
2135
- "name": "kendo-agent-step-font-size",
2136
- "value": "var(--kendo-font-size-sm)",
2135
+ "name": "kendo-agent-step-icon-margin-top",
2136
+ "value": "k-spacing(0.5)",
2137
2137
  "scope": "default",
2138
2138
  "line": {
2139
2139
  "start": 22,
@@ -2150,15 +2150,15 @@
2150
2150
  }
2151
2151
  },
2152
2152
  {
2153
- "description": "The font size of the AgentStep body content.\n",
2153
+ "description": "The text color of the added lines count in the AgentStep diffstat.\n",
2154
2154
  "commentRange": {
2155
2155
  "start": 23,
2156
2156
  "end": 24
2157
2157
  },
2158
2158
  "context": {
2159
2159
  "type": "variable",
2160
- "name": "kendo-agent-step-body-font-size",
2161
- "value": "var(--kendo-font-size-sm)",
2160
+ "name": "kendo-agent-step-added-color",
2161
+ "value": "k-color(success-on-surface)",
2162
2162
  "scope": "default",
2163
2163
  "line": {
2164
2164
  "start": 25,
@@ -2174,11 +2174,111 @@
2174
2174
  "name": "_variables.scss"
2175
2175
  }
2176
2176
  },
2177
+ {
2178
+ "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
2179
+ "commentRange": {
2180
+ "start": 26,
2181
+ "end": 27
2182
+ },
2183
+ "context": {
2184
+ "type": "variable",
2185
+ "name": "kendo-agent-step-removed-color",
2186
+ "value": "k-color(error-on-surface)",
2187
+ "scope": "default",
2188
+ "line": {
2189
+ "start": 28,
2190
+ "end": 28
2191
+ }
2192
+ },
2193
+ "group": [
2194
+ "agent-response"
2195
+ ],
2196
+ "access": "public",
2197
+ "file": {
2198
+ "path": "agent-response/_variables.scss",
2199
+ "name": "_variables.scss"
2200
+ }
2201
+ },
2202
+ {
2203
+ "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
2204
+ "commentRange": {
2205
+ "start": 29,
2206
+ "end": 30
2207
+ },
2208
+ "context": {
2209
+ "type": "variable",
2210
+ "name": "kendo-agent-step-font-size",
2211
+ "value": "var(--kendo-font-size-sm)",
2212
+ "scope": "default",
2213
+ "line": {
2214
+ "start": 31,
2215
+ "end": 31
2216
+ }
2217
+ },
2218
+ "group": [
2219
+ "agent-response"
2220
+ ],
2221
+ "access": "public",
2222
+ "file": {
2223
+ "path": "agent-response/_variables.scss",
2224
+ "name": "_variables.scss"
2225
+ }
2226
+ },
2227
+ {
2228
+ "description": "The font size of the AgentStep body content.\n",
2229
+ "commentRange": {
2230
+ "start": 32,
2231
+ "end": 33
2232
+ },
2233
+ "context": {
2234
+ "type": "variable",
2235
+ "name": "kendo-agent-step-body-font-size",
2236
+ "value": "var(--kendo-font-size-sm)",
2237
+ "scope": "default",
2238
+ "line": {
2239
+ "start": 34,
2240
+ "end": 34
2241
+ }
2242
+ },
2243
+ "group": [
2244
+ "agent-response"
2245
+ ],
2246
+ "access": "public",
2247
+ "file": {
2248
+ "path": "agent-response/_variables.scss",
2249
+ "name": "_variables.scss"
2250
+ }
2251
+ },
2252
+ {
2253
+ "description": "The box shadow of the focused AgentStep head.\n",
2254
+ "commentRange": {
2255
+ "start": 35,
2256
+ "end": 36
2257
+ },
2258
+ "context": {
2259
+ "type": "variable",
2260
+ "name": "kendo-agent-step-focus-shadow",
2261
+ "value": "inset 0 0 2px 0 k-color(border)",
2262
+ "scope": "default",
2263
+ "line": {
2264
+ "start": 37,
2265
+ "end": 37
2266
+ }
2267
+ },
2268
+ "group": [
2269
+ "agent-response"
2270
+ ],
2271
+ "access": "public",
2272
+ "file": {
2273
+ "path": "agent-response/_variables.scss",
2274
+ "name": "_variables.scss"
2275
+ }
2276
+ },
2177
2277
  {
2178
2278
  "description": "The gap between the icon column and the content of the Thought.\n",
2179
2279
  "commentRange": {
2180
- "start": 27,
2181
- "end": 28
2280
+ "start": 39,
2281
+ "end": 40
2182
2282
  },
2183
2283
  "context": {
2184
2284
  "type": "variable",
@@ -2186,8 +2286,8 @@
2186
2286
  "value": "k-spacing(1.5)",
2187
2287
  "scope": "default",
2188
2288
  "line": {
2189
- "start": 29,
2190
- "end": 29
2289
+ "start": 41,
2290
+ "end": 41
2191
2291
  }
2192
2292
  },
2193
2293
  "group": [
@@ -2202,8 +2302,8 @@
2202
2302
  {
2203
2303
  "description": "The gap in the icon column of the Thought.\n",
2204
2304
  "commentRange": {
2205
- "start": 30,
2206
- "end": 31
2305
+ "start": 42,
2306
+ "end": 43
2207
2307
  },
2208
2308
  "context": {
2209
2309
  "type": "variable",
@@ -2211,8 +2311,8 @@
2211
2311
  "value": "k-spacing(2)",
2212
2312
  "scope": "default",
2213
2313
  "line": {
2214
- "start": 32,
2215
- "end": 32
2314
+ "start": 44,
2315
+ "end": 44
2216
2316
  }
2217
2317
  },
2218
2318
  "group": [
@@ -2227,8 +2327,8 @@
2227
2327
  {
2228
2328
  "description": "The spacing between stacked Thought items.\n",
2229
2329
  "commentRange": {
2230
- "start": 33,
2231
- "end": 34
2330
+ "start": 45,
2331
+ "end": 46
2232
2332
  },
2233
2333
  "context": {
2234
2334
  "type": "variable",
@@ -2236,8 +2336,33 @@
2236
2336
  "value": "k-spacing(4)",
2237
2337
  "scope": "default",
2238
2338
  "line": {
2239
- "start": 35,
2240
- "end": 35
2339
+ "start": 47,
2340
+ "end": 47
2341
+ }
2342
+ },
2343
+ "group": [
2344
+ "agent-response"
2345
+ ],
2346
+ "access": "public",
2347
+ "file": {
2348
+ "path": "agent-response/_variables.scss",
2349
+ "name": "_variables.scss"
2350
+ }
2351
+ },
2352
+ {
2353
+ "description": "The start padding of the Thought, aligning it with the AgentStep head.\n",
2354
+ "commentRange": {
2355
+ "start": 48,
2356
+ "end": 49
2357
+ },
2358
+ "context": {
2359
+ "type": "variable",
2360
+ "name": "kendo-thought-padding-x",
2361
+ "value": "k-spacing(0.5)",
2362
+ "scope": "default",
2363
+ "line": {
2364
+ "start": 50,
2365
+ "end": 50
2241
2366
  }
2242
2367
  },
2243
2368
  "group": [
@@ -2252,8 +2377,8 @@
2252
2377
  {
2253
2378
  "description": "The color of the connector line between stacked Thought items.\n",
2254
2379
  "commentRange": {
2255
- "start": 36,
2256
- "end": 37
2380
+ "start": 51,
2381
+ "end": 52
2257
2382
  },
2258
2383
  "context": {
2259
2384
  "type": "variable",
@@ -2261,8 +2386,8 @@
2261
2386
  "value": "k-color(border)",
2262
2387
  "scope": "default",
2263
2388
  "line": {
2264
- "start": 38,
2265
- "end": 38
2389
+ "start": 53,
2390
+ "end": 53
2266
2391
  }
2267
2392
  },
2268
2393
  "group": [
@@ -2277,8 +2402,8 @@
2277
2402
  {
2278
2403
  "description": "The start indent of the ToolCall body.\n",
2279
2404
  "commentRange": {
2280
- "start": 40,
2281
- "end": 41
2405
+ "start": 55,
2406
+ "end": 56
2282
2407
  },
2283
2408
  "context": {
2284
2409
  "type": "variable",
@@ -2286,8 +2411,8 @@
2286
2411
  "value": "k-spacing(5)",
2287
2412
  "scope": "default",
2288
2413
  "line": {
2289
- "start": 42,
2290
- "end": 42
2414
+ "start": 57,
2415
+ "end": 57
2291
2416
  }
2292
2417
  },
2293
2418
  "group": [
@@ -2302,8 +2427,8 @@
2302
2427
  {
2303
2428
  "description": "The bottom padding of the ToolCall body.\n",
2304
2429
  "commentRange": {
2305
- "start": 43,
2306
- "end": 44
2430
+ "start": 58,
2431
+ "end": 59
2307
2432
  },
2308
2433
  "context": {
2309
2434
  "type": "variable",
@@ -2311,8 +2436,33 @@
2311
2436
  "value": "k-spacing(2)",
2312
2437
  "scope": "default",
2313
2438
  "line": {
2314
- "start": 45,
2315
- "end": 45
2439
+ "start": 60,
2440
+ "end": 60
2441
+ }
2442
+ },
2443
+ "group": [
2444
+ "agent-response"
2445
+ ],
2446
+ "access": "public",
2447
+ "file": {
2448
+ "path": "agent-response/_variables.scss",
2449
+ "name": "_variables.scss"
2450
+ }
2451
+ },
2452
+ {
2453
+ "description": "The border radius of the pre element in the ToolCall body.\n",
2454
+ "commentRange": {
2455
+ "start": 61,
2456
+ "end": 62
2457
+ },
2458
+ "context": {
2459
+ "type": "variable",
2460
+ "name": "kendo-tool-call-pre-border-radius",
2461
+ "value": "k-border-radius(lg)",
2462
+ "scope": "default",
2463
+ "line": {
2464
+ "start": 63,
2465
+ "end": 63
2316
2466
  }
2317
2467
  },
2318
2468
  "group": [
@@ -19427,7 +19577,7 @@
19427
19577
  "context": {
19428
19578
  "type": "variable",
19429
19579
  "name": "kendo-citation-popover-view-padding",
19430
- "value": "k-spacing(4)",
19580
+ "value": "k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4)",
19431
19581
  "scope": "default",
19432
19582
  "line": {
19433
19583
  "start": 7,
@@ -19468,6 +19618,181 @@
19468
19618
  "name": "_variables.scss"
19469
19619
  }
19470
19620
  },
19621
+ {
19622
+ "description": "The font weight of the CitationPopoverView title.\n",
19623
+ "commentRange": {
19624
+ "start": 11,
19625
+ "end": 12
19626
+ },
19627
+ "context": {
19628
+ "type": "variable",
19629
+ "name": "kendo-citation-popover-view-title-font-weight",
19630
+ "value": "var(--kendo-font-weight-medium)",
19631
+ "scope": "default",
19632
+ "line": {
19633
+ "start": 13,
19634
+ "end": 13
19635
+ }
19636
+ },
19637
+ "group": [
19638
+ "citation"
19639
+ ],
19640
+ "access": "public",
19641
+ "file": {
19642
+ "path": "citation/_variables.scss",
19643
+ "name": "_variables.scss"
19644
+ }
19645
+ },
19646
+ {
19647
+ "description": "The font size of the CitationPopoverView body text.\n",
19648
+ "commentRange": {
19649
+ "start": 14,
19650
+ "end": 15
19651
+ },
19652
+ "context": {
19653
+ "type": "variable",
19654
+ "name": "kendo-citation-popover-view-body-font-size",
19655
+ "value": "var(--kendo-font-size-sm)",
19656
+ "scope": "default",
19657
+ "line": {
19658
+ "start": 16,
19659
+ "end": 16
19660
+ }
19661
+ },
19662
+ "group": [
19663
+ "citation"
19664
+ ],
19665
+ "access": "public",
19666
+ "file": {
19667
+ "path": "citation/_variables.scss",
19668
+ "name": "_variables.scss"
19669
+ }
19670
+ },
19671
+ {
19672
+ "description": "The top margin of the CitationPopoverView body text.\n",
19673
+ "commentRange": {
19674
+ "start": 17,
19675
+ "end": 18
19676
+ },
19677
+ "context": {
19678
+ "type": "variable",
19679
+ "name": "kendo-citation-popover-view-body-margin-top",
19680
+ "value": "k-spacing(2)",
19681
+ "scope": "default",
19682
+ "line": {
19683
+ "start": 19,
19684
+ "end": 19
19685
+ }
19686
+ },
19687
+ "group": [
19688
+ "citation"
19689
+ ],
19690
+ "access": "public",
19691
+ "file": {
19692
+ "path": "citation/_variables.scss",
19693
+ "name": "_variables.scss"
19694
+ }
19695
+ },
19696
+ {
19697
+ "description": "The text color of the CitationPopoverView body text.\n",
19698
+ "commentRange": {
19699
+ "start": 20,
19700
+ "end": 21
19701
+ },
19702
+ "context": {
19703
+ "type": "variable",
19704
+ "name": "kendo-citation-popover-view-body-color",
19705
+ "value": "k-color(subtle)",
19706
+ "scope": "default",
19707
+ "line": {
19708
+ "start": 22,
19709
+ "end": 22
19710
+ }
19711
+ },
19712
+ "group": [
19713
+ "citation"
19714
+ ],
19715
+ "access": "public",
19716
+ "file": {
19717
+ "path": "citation/_variables.scss",
19718
+ "name": "_variables.scss"
19719
+ }
19720
+ },
19721
+ {
19722
+ "description": "The font size of the CitationPopoverView source link.\n",
19723
+ "commentRange": {
19724
+ "start": 23,
19725
+ "end": 24
19726
+ },
19727
+ "context": {
19728
+ "type": "variable",
19729
+ "name": "kendo-citation-popover-view-source-font-size",
19730
+ "value": "var(--kendo-font-size-sm)",
19731
+ "scope": "default",
19732
+ "line": {
19733
+ "start": 25,
19734
+ "end": 25
19735
+ }
19736
+ },
19737
+ "group": [
19738
+ "citation"
19739
+ ],
19740
+ "access": "public",
19741
+ "file": {
19742
+ "path": "citation/_variables.scss",
19743
+ "name": "_variables.scss"
19744
+ }
19745
+ },
19746
+ {
19747
+ "description": "The top margin of the CitationPopoverView source link.\n",
19748
+ "commentRange": {
19749
+ "start": 26,
19750
+ "end": 27
19751
+ },
19752
+ "context": {
19753
+ "type": "variable",
19754
+ "name": "kendo-citation-popover-view-source-margin-top",
19755
+ "value": "0",
19756
+ "scope": "default",
19757
+ "line": {
19758
+ "start": 28,
19759
+ "end": 28
19760
+ }
19761
+ },
19762
+ "group": [
19763
+ "citation"
19764
+ ],
19765
+ "access": "public",
19766
+ "file": {
19767
+ "path": "citation/_variables.scss",
19768
+ "name": "_variables.scss"
19769
+ }
19770
+ },
19771
+ {
19772
+ "description": "The gap between the icon and text of the CitationPopoverView source link.\n",
19773
+ "commentRange": {
19774
+ "start": 29,
19775
+ "end": 30
19776
+ },
19777
+ "context": {
19778
+ "type": "variable",
19779
+ "name": "kendo-citation-popover-view-source-gap",
19780
+ "value": "k-spacing(1)",
19781
+ "scope": "default",
19782
+ "line": {
19783
+ "start": 31,
19784
+ "end": 31
19785
+ }
19786
+ },
19787
+ "group": [
19788
+ "citation"
19789
+ ],
19790
+ "access": "public",
19791
+ "file": {
19792
+ "path": "citation/_variables.scss",
19793
+ "name": "_variables.scss"
19794
+ }
19795
+ },
19471
19796
  {
19472
19797
  "description": "The default size of the ColorEditor.\n",
19473
19798
  "commentRange": {
@@ -63662,7 +63987,7 @@
63662
63987
  "context": {
63663
63988
  "type": "variable",
63664
63989
  "name": "kendo-scheduler-event-min-height",
63665
- "value": "25px",
63990
+ "value": "12px",
63666
63991
  "scope": "default",
63667
63992
  "line": {
63668
63993
  "start": 62,
@@ -63704,19 +64029,19 @@
63704
64029
  }
63705
64030
  },
63706
64031
  {
63707
- "description": "The line height of the Scheduler event.\n",
64032
+ "description": "The font size of the Scheduler event title.\n",
63708
64033
  "commentRange": {
63709
- "start": 66,
63710
- "end": 67
64034
+ "start": 67,
64035
+ "end": 68
63711
64036
  },
63712
64037
  "context": {
63713
64038
  "type": "variable",
63714
- "name": "kendo-scheduler-event-line-height",
63715
- "value": "calc( #{$kendo-scheduler-event-min-height} - (2 * #{k-spacing(1)}) )",
64039
+ "name": "kendo-scheduler-event-title-font-size",
64040
+ "value": "var(--kendo-font-size-sm)",
63716
64041
  "scope": "default",
63717
64042
  "line": {
63718
- "start": 68,
63719
- "end": 68
64043
+ "start": 69,
64044
+ "end": 69
63720
64045
  }
63721
64046
  },
63722
64047
  "group": [
@@ -63729,15 +64054,15 @@
63729
64054
  }
63730
64055
  },
63731
64056
  {
63732
- "description": "The background color of the Scheduler event.\n",
64057
+ "description": "The line height of the Scheduler event title.\n",
63733
64058
  "commentRange": {
63734
64059
  "start": 70,
63735
64060
  "end": 71
63736
64061
  },
63737
64062
  "context": {
63738
64063
  "type": "variable",
63739
- "name": "kendo-scheduler-event-bg",
63740
- "value": "k-color(primary)",
64064
+ "name": "kendo-scheduler-event-title-line-height",
64065
+ "value": "var(--kendo-line-height-sm)",
63741
64066
  "scope": "default",
63742
64067
  "line": {
63743
64068
  "start": 72,
@@ -63754,15 +64079,15 @@
63754
64079
  }
63755
64080
  },
63756
64081
  {
63757
- "description": "The text color of the Scheduler event.\n",
64082
+ "description": "The top padding of the Scheduler event title.\n",
63758
64083
  "commentRange": {
63759
64084
  "start": 73,
63760
64085
  "end": 74
63761
64086
  },
63762
64087
  "context": {
63763
64088
  "type": "variable",
63764
- "name": "kendo-scheduler-event-text",
63765
- "value": "k-color(on-primary)",
64089
+ "name": "kendo-scheduler-event-title-padding-top",
64090
+ "value": "k-spacing(1)",
63766
64091
  "scope": "default",
63767
64092
  "line": {
63768
64093
  "start": 75,
@@ -63779,15 +64104,15 @@
63779
64104
  }
63780
64105
  },
63781
64106
  {
63782
- "description": "The border color of the Scheduler event.\n",
64107
+ "description": "The bottom padding of the Scheduler event title.\n",
63783
64108
  "commentRange": {
63784
64109
  "start": 76,
63785
64110
  "end": 77
63786
64111
  },
63787
64112
  "context": {
63788
64113
  "type": "variable",
63789
- "name": "kendo-scheduler-event-border",
63790
- "value": "null",
64114
+ "name": "kendo-scheduler-event-title-padding-bottom",
64115
+ "value": "k-spacing(0.5)",
63791
64116
  "scope": "default",
63792
64117
  "line": {
63793
64118
  "start": 78,
@@ -63804,19 +64129,19 @@
63804
64129
  }
63805
64130
  },
63806
64131
  {
63807
- "description": "The gradient of the Scheduler event.\n",
64132
+ "description": "The font size of the Scheduler event time.\n",
63808
64133
  "commentRange": {
63809
- "start": 79,
63810
- "end": 80
64134
+ "start": 80,
64135
+ "end": 81
63811
64136
  },
63812
64137
  "context": {
63813
64138
  "type": "variable",
63814
- "name": "kendo-scheduler-event-gradient",
63815
- "value": "null",
64139
+ "name": "kendo-scheduler-event-time-font-size",
64140
+ "value": "var(--kendo-font-size-xs)",
63816
64141
  "scope": "default",
63817
64142
  "line": {
63818
- "start": 81,
63819
- "end": 81
64143
+ "start": 82,
64144
+ "end": 82
63820
64145
  }
63821
64146
  },
63822
64147
  "group": [
@@ -63829,19 +64154,19 @@
63829
64154
  }
63830
64155
  },
63831
64156
  {
63832
- "description": "The shadow of the Scheduler event.\n",
64157
+ "description": "The line height of the Scheduler event time.\n",
63833
64158
  "commentRange": {
63834
- "start": 82,
63835
- "end": 83
64159
+ "start": 83,
64160
+ "end": 84
63836
64161
  },
63837
64162
  "context": {
63838
64163
  "type": "variable",
63839
- "name": "kendo-scheduler-event-shadow",
63840
- "value": "null",
64164
+ "name": "kendo-scheduler-event-time-line-height",
64165
+ "value": "var(--kendo-line-height-sm)",
63841
64166
  "scope": "default",
63842
64167
  "line": {
63843
- "start": 84,
63844
- "end": 84
64168
+ "start": 85,
64169
+ "end": 85
63845
64170
  }
63846
64171
  },
63847
64172
  "group": [
@@ -63854,15 +64179,15 @@
63854
64179
  }
63855
64180
  },
63856
64181
  {
63857
- "description": "The background color of the hovered Scheduler event.\n",
64182
+ "description": "The top padding of the Scheduler event time.\n",
63858
64183
  "commentRange": {
63859
64184
  "start": 86,
63860
64185
  "end": 87
63861
64186
  },
63862
64187
  "context": {
63863
64188
  "type": "variable",
63864
- "name": "kendo-scheduler-event-hover-bg",
63865
- "value": "null",
64189
+ "name": "kendo-scheduler-event-time-padding-top",
64190
+ "value": "k-spacing(0.5)",
63866
64191
  "scope": "default",
63867
64192
  "line": {
63868
64193
  "start": 88,
@@ -63879,15 +64204,15 @@
63879
64204
  }
63880
64205
  },
63881
64206
  {
63882
- "description": "The text color of the hovered Scheduler event.\n",
64207
+ "description": "The bottom padding of the Scheduler event time.\n",
63883
64208
  "commentRange": {
63884
64209
  "start": 89,
63885
64210
  "end": 90
63886
64211
  },
63887
64212
  "context": {
63888
64213
  "type": "variable",
63889
- "name": "kendo-scheduler-event-hover-text",
63890
- "value": "null",
64214
+ "name": "kendo-scheduler-event-time-padding-bottom",
64215
+ "value": "k-spacing(0.5)",
63891
64216
  "scope": "default",
63892
64217
  "line": {
63893
64218
  "start": 91,
@@ -63904,19 +64229,19 @@
63904
64229
  }
63905
64230
  },
63906
64231
  {
63907
- "description": "The border color of the hovered Scheduler event.\n",
64232
+ "description": "The background color of the Scheduler event.\n",
63908
64233
  "commentRange": {
63909
- "start": 92,
63910
- "end": 93
64234
+ "start": 93,
64235
+ "end": 94
63911
64236
  },
63912
64237
  "context": {
63913
64238
  "type": "variable",
63914
- "name": "kendo-scheduler-event-hover-border",
63915
- "value": "null",
64239
+ "name": "kendo-scheduler-event-bg",
64240
+ "value": "k-color(primary)",
63916
64241
  "scope": "default",
63917
64242
  "line": {
63918
- "start": 94,
63919
- "end": 94
64243
+ "start": 95,
64244
+ "end": 95
63920
64245
  }
63921
64246
  },
63922
64247
  "group": [
@@ -63929,19 +64254,19 @@
63929
64254
  }
63930
64255
  },
63931
64256
  {
63932
- "description": "The gradient of the hovered Scheduler event.\n",
64257
+ "description": "The text color of the Scheduler event.\n",
63933
64258
  "commentRange": {
63934
- "start": 95,
63935
- "end": 96
64259
+ "start": 96,
64260
+ "end": 97
63936
64261
  },
63937
64262
  "context": {
63938
64263
  "type": "variable",
63939
- "name": "kendo-scheduler-event-hover-gradient",
63940
- "value": "null",
64264
+ "name": "kendo-scheduler-event-text",
64265
+ "value": "k-color(on-primary)",
63941
64266
  "scope": "default",
63942
64267
  "line": {
63943
- "start": 97,
63944
- "end": 97
64268
+ "start": 98,
64269
+ "end": 98
63945
64270
  }
63946
64271
  },
63947
64272
  "group": [
@@ -63954,19 +64279,19 @@
63954
64279
  }
63955
64280
  },
63956
64281
  {
63957
- "description": "The shadow of the hovered Scheduler event.\n",
64282
+ "description": "The border color of the Scheduler event.\n",
63958
64283
  "commentRange": {
63959
- "start": 98,
63960
- "end": 99
64284
+ "start": 99,
64285
+ "end": 100
63961
64286
  },
63962
64287
  "context": {
63963
64288
  "type": "variable",
63964
- "name": "kendo-scheduler-event-hover-shadow",
64289
+ "name": "kendo-scheduler-event-border",
63965
64290
  "value": "null",
63966
64291
  "scope": "default",
63967
64292
  "line": {
63968
- "start": 100,
63969
- "end": 100
64293
+ "start": 101,
64294
+ "end": 101
63970
64295
  }
63971
64296
  },
63972
64297
  "group": [
@@ -63979,15 +64304,15 @@
63979
64304
  }
63980
64305
  },
63981
64306
  {
63982
- "description": "The background color of the selected Scheduler event.\n",
64307
+ "description": "The gradient of the Scheduler event.\n",
63983
64308
  "commentRange": {
63984
64309
  "start": 102,
63985
64310
  "end": 103
63986
64311
  },
63987
64312
  "context": {
63988
64313
  "type": "variable",
63989
- "name": "kendo-scheduler-event-selected-bg",
63990
- "value": "k-color(primary)",
64314
+ "name": "kendo-scheduler-event-gradient",
64315
+ "value": "null",
63991
64316
  "scope": "default",
63992
64317
  "line": {
63993
64318
  "start": 104,
@@ -64004,15 +64329,15 @@
64004
64329
  }
64005
64330
  },
64006
64331
  {
64007
- "description": "The text color of the selected Scheduler event.\n",
64332
+ "description": "The shadow of the Scheduler event.\n",
64008
64333
  "commentRange": {
64009
64334
  "start": 105,
64010
64335
  "end": 106
64011
64336
  },
64012
64337
  "context": {
64013
64338
  "type": "variable",
64014
- "name": "kendo-scheduler-event-selected-text",
64015
- "value": "k-color(on-primary)",
64339
+ "name": "kendo-scheduler-event-shadow",
64340
+ "value": "null",
64016
64341
  "scope": "default",
64017
64342
  "line": {
64018
64343
  "start": 107,
@@ -64029,19 +64354,19 @@
64029
64354
  }
64030
64355
  },
64031
64356
  {
64032
- "description": "The border color of the selected Scheduler event.\n",
64357
+ "description": "The background color of the read-only Scheduler event.\n",
64033
64358
  "commentRange": {
64034
- "start": 108,
64035
- "end": 109
64359
+ "start": 109,
64360
+ "end": 110
64036
64361
  },
64037
64362
  "context": {
64038
64363
  "type": "variable",
64039
- "name": "kendo-scheduler-event-selected-border",
64040
- "value": "null",
64364
+ "name": "kendo-scheduler-event-readonly-bg",
64365
+ "value": "k-color(primary-subtle)",
64041
64366
  "scope": "default",
64042
64367
  "line": {
64043
- "start": 110,
64044
- "end": 110
64368
+ "start": 111,
64369
+ "end": 111
64045
64370
  }
64046
64371
  },
64047
64372
  "group": [
@@ -64054,19 +64379,19 @@
64054
64379
  }
64055
64380
  },
64056
64381
  {
64057
- "description": "The gradient of the selected Scheduler event.\n",
64382
+ "description": "The text color of the read-only Scheduler event.\n",
64058
64383
  "commentRange": {
64059
- "start": 111,
64060
- "end": 112
64384
+ "start": 112,
64385
+ "end": 113
64061
64386
  },
64062
64387
  "context": {
64063
64388
  "type": "variable",
64064
- "name": "kendo-scheduler-event-selected-gradient",
64065
- "value": "null",
64389
+ "name": "kendo-scheduler-event-readonly-text",
64390
+ "value": "k-color(primary-on-subtle)",
64066
64391
  "scope": "default",
64067
64392
  "line": {
64068
- "start": 113,
64069
- "end": 113
64393
+ "start": 114,
64394
+ "end": 114
64070
64395
  }
64071
64396
  },
64072
64397
  "group": [
@@ -64079,19 +64404,19 @@
64079
64404
  }
64080
64405
  },
64081
64406
  {
64082
- "description": "The shadow of the selected Scheduler event.\n",
64407
+ "description": "The border color of the read-only Scheduler event.\n",
64083
64408
  "commentRange": {
64084
- "start": 114,
64085
- "end": 115
64409
+ "start": 115,
64410
+ "end": 116
64086
64411
  },
64087
64412
  "context": {
64088
64413
  "type": "variable",
64089
- "name": "kendo-scheduler-event-selected-shadow",
64090
- "value": "inset 0 0 0 2px k-color(border-alt)",
64414
+ "name": "kendo-scheduler-event-readonly-border",
64415
+ "value": "k-color(primary-emphasis)",
64091
64416
  "scope": "default",
64092
64417
  "line": {
64093
- "start": 116,
64094
- "end": 116
64418
+ "start": 117,
64419
+ "end": 117
64095
64420
  }
64096
64421
  },
64097
64422
  "group": [
@@ -64104,19 +64429,19 @@
64104
64429
  }
64105
64430
  },
64106
64431
  {
64107
- "description": "The shadow of the ongoing Scheduler event.\n",
64432
+ "description": "The background color of the hovered Scheduler event.\n",
64108
64433
  "commentRange": {
64109
- "start": 118,
64110
- "end": 119
64434
+ "start": 119,
64435
+ "end": 120
64111
64436
  },
64112
64437
  "context": {
64113
64438
  "type": "variable",
64114
- "name": "kendo-scheduler-event-ongoing-shadow",
64115
- "value": "inset 0px 0px 0px 1px #ff0000",
64439
+ "name": "kendo-scheduler-event-hover-bg",
64440
+ "value": "null",
64116
64441
  "scope": "default",
64117
64442
  "line": {
64118
- "start": 120,
64119
- "end": 120
64443
+ "start": 121,
64444
+ "end": 121
64120
64445
  }
64121
64446
  },
64122
64447
  "group": [
@@ -64129,15 +64454,15 @@
64129
64454
  }
64130
64455
  },
64131
64456
  {
64132
- "description": "The horizontal padding of the Scheduler cell.\n",
64457
+ "description": "The text color of the hovered Scheduler event.\n",
64133
64458
  "commentRange": {
64134
64459
  "start": 122,
64135
64460
  "end": 123
64136
64461
  },
64137
64462
  "context": {
64138
64463
  "type": "variable",
64139
- "name": "kendo-scheduler-cell-padding-x",
64140
- "value": "k-spacing(2)",
64464
+ "name": "kendo-scheduler-event-hover-text",
64465
+ "value": "null",
64141
64466
  "scope": "default",
64142
64467
  "line": {
64143
64468
  "start": 124,
@@ -64154,15 +64479,15 @@
64154
64479
  }
64155
64480
  },
64156
64481
  {
64157
- "description": "The vertical padding of the Scheduler cell.\n",
64482
+ "description": "The border color of the hovered Scheduler event.\n",
64158
64483
  "commentRange": {
64159
64484
  "start": 125,
64160
64485
  "end": 126
64161
64486
  },
64162
64487
  "context": {
64163
64488
  "type": "variable",
64164
- "name": "kendo-scheduler-cell-padding-y",
64165
- "value": "k-spacing(2)",
64489
+ "name": "kendo-scheduler-event-hover-border",
64490
+ "value": "null",
64166
64491
  "scope": "default",
64167
64492
  "line": {
64168
64493
  "start": 127,
@@ -64179,15 +64504,15 @@
64179
64504
  }
64180
64505
  },
64181
64506
  {
64182
- "description": "The height of the Scheduler cell.\n",
64507
+ "description": "The gradient of the hovered Scheduler event.\n",
64183
64508
  "commentRange": {
64184
64509
  "start": 128,
64185
64510
  "end": 129
64186
64511
  },
64187
64512
  "context": {
64188
64513
  "type": "variable",
64189
- "name": "kendo-scheduler-cell-height",
64190
- "value": "$kendo-line-height-em",
64514
+ "name": "kendo-scheduler-event-hover-gradient",
64515
+ "value": "null",
64191
64516
  "scope": "default",
64192
64517
  "line": {
64193
64518
  "start": 130,
@@ -64204,15 +64529,15 @@
64204
64529
  }
64205
64530
  },
64206
64531
  {
64207
- "description": "The width of the Scheduler date column.\n",
64532
+ "description": "The shadow of the hovered Scheduler event.\n",
64208
64533
  "commentRange": {
64209
64534
  "start": 131,
64210
64535
  "end": 132
64211
64536
  },
64212
64537
  "context": {
64213
64538
  "type": "variable",
64214
- "name": "kendo-scheduler-datecolumn-width",
64215
- "value": "12em",
64539
+ "name": "kendo-scheduler-event-hover-shadow",
64540
+ "value": "null",
64216
64541
  "scope": "default",
64217
64542
  "line": {
64218
64543
  "start": 133,
@@ -64229,19 +64554,19 @@
64229
64554
  }
64230
64555
  },
64231
64556
  {
64232
- "description": "The width of the Scheduler time column.\n",
64557
+ "description": "The background color of the selected Scheduler event.\n",
64233
64558
  "commentRange": {
64234
- "start": 134,
64235
- "end": 135
64559
+ "start": 135,
64560
+ "end": 136
64236
64561
  },
64237
64562
  "context": {
64238
64563
  "type": "variable",
64239
- "name": "kendo-scheduler-timecolumn-width",
64240
- "value": "11em",
64564
+ "name": "kendo-scheduler-event-selected-bg",
64565
+ "value": "k-color(primary)",
64241
64566
  "scope": "default",
64242
64567
  "line": {
64243
- "start": 136,
64244
- "end": 136
64568
+ "start": 137,
64569
+ "end": 137
64245
64570
  }
64246
64571
  },
64247
64572
  "group": [
@@ -64254,15 +64579,15 @@
64254
64579
  }
64255
64580
  },
64256
64581
  {
64257
- "description": "The background color of the non-working hours in the Scheduler.\n",
64582
+ "description": "The text color of the selected Scheduler event.\n",
64258
64583
  "commentRange": {
64259
64584
  "start": 138,
64260
64585
  "end": 139
64261
64586
  },
64262
64587
  "context": {
64263
64588
  "type": "variable",
64264
- "name": "kendo-scheduler-nonwork-bg",
64265
- "value": "k-color(base-subtle)",
64589
+ "name": "kendo-scheduler-event-selected-text",
64590
+ "value": "k-color(on-primary)",
64266
64591
  "scope": "default",
64267
64592
  "line": {
64268
64593
  "start": 140,
@@ -64279,14 +64604,14 @@
64279
64604
  }
64280
64605
  },
64281
64606
  {
64282
- "description": "The text color of the non-working hours in the Scheduler.\n",
64607
+ "description": "The border color of the selected Scheduler event.\n",
64283
64608
  "commentRange": {
64284
64609
  "start": 141,
64285
64610
  "end": 142
64286
64611
  },
64287
64612
  "context": {
64288
64613
  "type": "variable",
64289
- "name": "kendo-scheduler-nonwork-text",
64614
+ "name": "kendo-scheduler-event-selected-border",
64290
64615
  "value": "null",
64291
64616
  "scope": "default",
64292
64617
  "line": {
@@ -64304,19 +64629,19 @@
64304
64629
  }
64305
64630
  },
64306
64631
  {
64307
- "description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
64632
+ "description": "The gradient of the selected Scheduler event.\n",
64308
64633
  "commentRange": {
64309
- "start": 145,
64310
- "end": 146
64634
+ "start": 144,
64635
+ "end": 145
64311
64636
  },
64312
64637
  "context": {
64313
64638
  "type": "variable",
64314
- "name": "kendo-scheduler-othermonth-bg",
64315
- "value": "k-color(base-subtle)",
64639
+ "name": "kendo-scheduler-event-selected-gradient",
64640
+ "value": "null",
64316
64641
  "scope": "default",
64317
64642
  "line": {
64318
- "start": 147,
64319
- "end": 147
64643
+ "start": 146,
64644
+ "end": 146
64320
64645
  }
64321
64646
  },
64322
64647
  "group": [
@@ -64329,19 +64654,19 @@
64329
64654
  }
64330
64655
  },
64331
64656
  {
64332
- "description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
64657
+ "description": "The shadow of the selected Scheduler event.\n",
64333
64658
  "commentRange": {
64334
- "start": 148,
64335
- "end": 149
64659
+ "start": 147,
64660
+ "end": 148
64336
64661
  },
64337
64662
  "context": {
64338
64663
  "type": "variable",
64339
- "name": "kendo-scheduler-othermonth-text",
64340
- "value": "null",
64664
+ "name": "kendo-scheduler-event-selected-shadow",
64665
+ "value": "inset 0 0 0 2px k-color(border-alt)",
64341
64666
  "scope": "default",
64342
64667
  "line": {
64343
- "start": 150,
64344
- "end": 150
64668
+ "start": 149,
64669
+ "end": 149
64345
64670
  }
64346
64671
  },
64347
64672
  "group": [
@@ -64354,19 +64679,19 @@
64354
64679
  }
64355
64680
  },
64356
64681
  {
64357
- "description": "The horizontal padding of the year view in the Scheduler.\n",
64682
+ "description": "The shadow of the ongoing Scheduler event.\n",
64358
64683
  "commentRange": {
64359
- "start": 152,
64360
- "end": 153
64684
+ "start": 151,
64685
+ "end": 152
64361
64686
  },
64362
64687
  "context": {
64363
64688
  "type": "variable",
64364
- "name": "kendo-scheduler-yearview-padding-x",
64365
- "value": "k-spacing(3)",
64689
+ "name": "kendo-scheduler-event-ongoing-shadow",
64690
+ "value": "inset 0px 0px 0px 1px #ff0000",
64366
64691
  "scope": "default",
64367
64692
  "line": {
64368
- "start": 154,
64369
- "end": 154
64693
+ "start": 153,
64694
+ "end": 153
64370
64695
  }
64371
64696
  },
64372
64697
  "group": [
@@ -64379,15 +64704,15 @@
64379
64704
  }
64380
64705
  },
64381
64706
  {
64382
- "description": "The vertical padding of the year view in the Scheduler.\n",
64707
+ "description": "The size of the Scheduler resize handle hit area.\n",
64383
64708
  "commentRange": {
64384
64709
  "start": 155,
64385
64710
  "end": 156
64386
64711
  },
64387
64712
  "context": {
64388
64713
  "type": "variable",
64389
- "name": "kendo-scheduler-yearview-padding-y",
64390
- "value": "$kendo-scheduler-yearview-padding-x",
64714
+ "name": "kendo-scheduler-resizer-size",
64715
+ "value": "0.5em",
64391
64716
  "scope": "default",
64392
64717
  "line": {
64393
64718
  "start": 157,
@@ -64404,19 +64729,19 @@
64404
64729
  }
64405
64730
  },
64406
64731
  {
64407
- "description": "The spacing between the calendars of the year view in the Scheduler.\n",
64732
+ "description": "The length of the Scheduler resize handle visual indicator.\n",
64408
64733
  "commentRange": {
64409
- "start": 159,
64410
- "end": 160
64734
+ "start": 158,
64735
+ "end": 159
64411
64736
  },
64412
64737
  "context": {
64413
64738
  "type": "variable",
64414
- "name": "kendo-scheduler-yearview-calendar-gap",
64415
- "value": "k-spacing(3)",
64739
+ "name": "kendo-scheduler-resize-handle-size",
64740
+ "value": "8px",
64416
64741
  "scope": "default",
64417
64742
  "line": {
64418
- "start": 161,
64419
- "end": 161
64743
+ "start": 160,
64744
+ "end": 160
64420
64745
  }
64421
64746
  },
64422
64747
  "group": [
@@ -64429,19 +64754,19 @@
64429
64754
  }
64430
64755
  },
64431
64756
  {
64432
- "description": "The days with events indicator size of the year view in the Scheduler.\n",
64757
+ "description": "The border radius of the Scheduler resize handle.\n",
64433
64758
  "commentRange": {
64434
- "start": 163,
64435
- "end": 164
64759
+ "start": 161,
64760
+ "end": 162
64436
64761
  },
64437
64762
  "context": {
64438
64763
  "type": "variable",
64439
- "name": "kendo-scheduler-yearview-indicator-size",
64440
- "value": "3px",
64764
+ "name": "kendo-scheduler-resize-handle-border-radius",
64765
+ "value": "k-border-radius(full)",
64441
64766
  "scope": "default",
64442
64767
  "line": {
64443
- "start": 165,
64444
- "end": 165
64768
+ "start": 163,
64769
+ "end": 163
64445
64770
  }
64446
64771
  },
64447
64772
  "group": [
@@ -64454,19 +64779,19 @@
64454
64779
  }
64455
64780
  },
64456
64781
  {
64457
- "description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
64782
+ "description": "The border width of the Scheduler resize handle.\n",
64458
64783
  "commentRange": {
64459
- "start": 166,
64460
- "end": 167
64784
+ "start": 164,
64785
+ "end": 165
64461
64786
  },
64462
64787
  "context": {
64463
64788
  "type": "variable",
64464
- "name": "kendo-scheduler-yearview-indicator-calc-offset-top",
64465
- "value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
64789
+ "name": "kendo-scheduler-resize-handle-border-width",
64790
+ "value": "2px",
64466
64791
  "scope": "default",
64467
64792
  "line": {
64468
- "start": 168,
64469
- "end": 168
64793
+ "start": 166,
64794
+ "end": 166
64470
64795
  }
64471
64796
  },
64472
64797
  "group": [
@@ -64479,19 +64804,19 @@
64479
64804
  }
64480
64805
  },
64481
64806
  {
64482
- "description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
64807
+ "description": "The background color of the Scheduler resize handle.\n",
64483
64808
  "commentRange": {
64484
- "start": 169,
64485
- "end": 170
64809
+ "start": 167,
64810
+ "end": 168
64486
64811
  },
64487
64812
  "context": {
64488
64813
  "type": "variable",
64489
- "name": "kendo-scheduler-yearview-indicator-calc-offset-left",
64490
- "value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
64814
+ "name": "kendo-scheduler-resize-handle-bg",
64815
+ "value": "$kendo-scheduler-event-bg",
64491
64816
  "scope": "default",
64492
64817
  "line": {
64493
- "start": 171,
64494
- "end": 171
64818
+ "start": 169,
64819
+ "end": 169
64495
64820
  }
64496
64821
  },
64497
64822
  "group": [
@@ -64504,19 +64829,19 @@
64504
64829
  }
64505
64830
  },
64506
64831
  {
64507
- "description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
64832
+ "description": "The horizontal padding of the Scheduler cell.\n",
64508
64833
  "commentRange": {
64509
- "start": 172,
64510
- "end": 173
64834
+ "start": 171,
64835
+ "end": 172
64511
64836
  },
64512
64837
  "context": {
64513
64838
  "type": "variable",
64514
- "name": "kendo-scheduler-yearview-indicator-border-radius",
64515
- "value": "50%",
64839
+ "name": "kendo-scheduler-cell-padding-x",
64840
+ "value": "k-spacing(2)",
64516
64841
  "scope": "default",
64517
64842
  "line": {
64518
- "start": 174,
64519
- "end": 174
64843
+ "start": 173,
64844
+ "end": 173
64520
64845
  }
64521
64846
  },
64522
64847
  "group": [
@@ -64529,19 +64854,19 @@
64529
64854
  }
64530
64855
  },
64531
64856
  {
64532
- "description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
64857
+ "description": "The vertical padding of the Scheduler cell.\n",
64533
64858
  "commentRange": {
64534
- "start": 175,
64535
- "end": 176
64859
+ "start": 174,
64860
+ "end": 175
64536
64861
  },
64537
64862
  "context": {
64538
64863
  "type": "variable",
64539
- "name": "kendo-scheduler-yearview-indicator-bg",
64540
- "value": "k-color(primary)",
64864
+ "name": "kendo-scheduler-cell-padding-y",
64865
+ "value": "k-spacing(2)",
64541
64866
  "scope": "default",
64542
64867
  "line": {
64543
- "start": 177,
64544
- "end": 177
64868
+ "start": 176,
64869
+ "end": 176
64545
64870
  }
64546
64871
  },
64547
64872
  "group": [
@@ -64554,19 +64879,19 @@
64554
64879
  }
64555
64880
  },
64556
64881
  {
64557
- "description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
64882
+ "description": "The height of the Scheduler cell.\n",
64558
64883
  "commentRange": {
64559
- "start": 178,
64560
- "end": 179
64884
+ "start": 177,
64885
+ "end": 178
64561
64886
  },
64562
64887
  "context": {
64563
64888
  "type": "variable",
64564
- "name": "kendo-scheduler-yearview-indicator-selected-bg",
64565
- "value": "k-color(on-primary)",
64889
+ "name": "kendo-scheduler-cell-height",
64890
+ "value": "$kendo-line-height-em",
64566
64891
  "scope": "default",
64567
64892
  "line": {
64568
- "start": 180,
64569
- "end": 180
64893
+ "start": 179,
64894
+ "end": 179
64570
64895
  }
64571
64896
  },
64572
64897
  "group": [
@@ -64579,19 +64904,19 @@
64579
64904
  }
64580
64905
  },
64581
64906
  {
64582
- "description": "The horizontal padding of the Scheduler Tooltip.\n",
64907
+ "description": "The width of the Scheduler date column.\n",
64583
64908
  "commentRange": {
64584
- "start": 182,
64585
- "end": 183
64909
+ "start": 180,
64910
+ "end": 181
64586
64911
  },
64587
64912
  "context": {
64588
64913
  "type": "variable",
64589
- "name": "kendo-scheduler-tooltip-padding-x",
64590
- "value": "k-spacing(2)",
64914
+ "name": "kendo-scheduler-datecolumn-width",
64915
+ "value": "12em",
64591
64916
  "scope": "default",
64592
64917
  "line": {
64593
- "start": 184,
64594
- "end": 184
64918
+ "start": 182,
64919
+ "end": 182
64595
64920
  }
64596
64921
  },
64597
64922
  "group": [
@@ -64604,19 +64929,19 @@
64604
64929
  }
64605
64930
  },
64606
64931
  {
64607
- "description": "The vertical padding of the Scheduler Tooltip.\n",
64932
+ "description": "The width of the Scheduler time column.\n",
64608
64933
  "commentRange": {
64609
- "start": 185,
64610
- "end": 186
64934
+ "start": 183,
64935
+ "end": 184
64611
64936
  },
64612
64937
  "context": {
64613
64938
  "type": "variable",
64614
- "name": "kendo-scheduler-tooltip-padding-y",
64615
- "value": "k-spacing(2)",
64939
+ "name": "kendo-scheduler-timecolumn-width",
64940
+ "value": "11em",
64616
64941
  "scope": "default",
64617
64942
  "line": {
64618
- "start": 187,
64619
- "end": 187
64943
+ "start": 185,
64944
+ "end": 185
64620
64945
  }
64621
64946
  },
64622
64947
  "group": [
@@ -64629,19 +64954,19 @@
64629
64954
  }
64630
64955
  },
64631
64956
  {
64632
- "description": "The width of the border of the Scheduler Tooltip.\n",
64957
+ "description": "The background color of the non-working hours in the Scheduler.\n",
64633
64958
  "commentRange": {
64634
- "start": 188,
64635
- "end": 189
64959
+ "start": 187,
64960
+ "end": 188
64636
64961
  },
64637
64962
  "context": {
64638
64963
  "type": "variable",
64639
- "name": "kendo-scheduler-tooltip-border-width",
64640
- "value": "0",
64964
+ "name": "kendo-scheduler-nonwork-bg",
64965
+ "value": "k-color(base-subtle)",
64641
64966
  "scope": "default",
64642
64967
  "line": {
64643
- "start": 190,
64644
- "end": 190
64968
+ "start": 189,
64969
+ "end": 189
64645
64970
  }
64646
64971
  },
64647
64972
  "group": [
@@ -64654,19 +64979,19 @@
64654
64979
  }
64655
64980
  },
64656
64981
  {
64657
- "description": "The background color of the Scheduler Tooltip.\n",
64982
+ "description": "The text color of the non-working hours in the Scheduler.\n",
64658
64983
  "commentRange": {
64659
- "start": 191,
64660
- "end": 192
64984
+ "start": 190,
64985
+ "end": 191
64661
64986
  },
64662
64987
  "context": {
64663
64988
  "type": "variable",
64664
- "name": "kendo-scheduler-tooltip-bg",
64665
- "value": "k-color(on-primary)",
64989
+ "name": "kendo-scheduler-nonwork-text",
64990
+ "value": "null",
64666
64991
  "scope": "default",
64667
64992
  "line": {
64668
- "start": 193,
64669
- "end": 193
64993
+ "start": 192,
64994
+ "end": 192
64670
64995
  }
64671
64996
  },
64672
64997
  "group": [
@@ -64679,15 +65004,15 @@
64679
65004
  }
64680
65005
  },
64681
65006
  {
64682
- "description": "The text color of the Scheduler Tooltip.\n",
65007
+ "description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
64683
65008
  "commentRange": {
64684
65009
  "start": 194,
64685
65010
  "end": 195
64686
65011
  },
64687
65012
  "context": {
64688
65013
  "type": "variable",
64689
- "name": "kendo-scheduler-tooltip-text",
64690
- "value": "k-color(on-app-surface)",
65014
+ "name": "kendo-scheduler-othermonth-bg",
65015
+ "value": "k-color(base-subtle)",
64691
65016
  "scope": "default",
64692
65017
  "line": {
64693
65018
  "start": 196,
@@ -64704,14 +65029,14 @@
64704
65029
  }
64705
65030
  },
64706
65031
  {
64707
- "description": "The border color of the Scheduler Tooltip.\n",
65032
+ "description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
64708
65033
  "commentRange": {
64709
65034
  "start": 197,
64710
65035
  "end": 198
64711
65036
  },
64712
65037
  "context": {
64713
65038
  "type": "variable",
64714
- "name": "kendo-scheduler-tooltip-border",
65039
+ "name": "kendo-scheduler-othermonth-text",
64715
65040
  "value": "null",
64716
65041
  "scope": "default",
64717
65042
  "line": {
@@ -64729,19 +65054,19 @@
64729
65054
  }
64730
65055
  },
64731
65056
  {
64732
- "description": "The shadow of the Scheduler Tooltip.\n",
65057
+ "description": "The horizontal padding of the year view in the Scheduler.\n",
64733
65058
  "commentRange": {
64734
- "start": 200,
64735
- "end": 201
65059
+ "start": 201,
65060
+ "end": 202
64736
65061
  },
64737
65062
  "context": {
64738
65063
  "type": "variable",
64739
- "name": "kendo-scheduler-tooltip-shadow",
64740
- "value": "k-elevation(2)",
65064
+ "name": "kendo-scheduler-yearview-padding-x",
65065
+ "value": "k-spacing(3)",
64741
65066
  "scope": "default",
64742
65067
  "line": {
64743
- "start": 202,
64744
- "end": 202
65068
+ "start": 203,
65069
+ "end": 203
64745
65070
  }
64746
65071
  },
64747
65072
  "group": [
@@ -64754,19 +65079,19 @@
64754
65079
  }
64755
65080
  },
64756
65081
  {
64757
- "description": "The vertical margin of the Scheduler Tooltip title.\n",
65082
+ "description": "The vertical padding of the year view in the Scheduler.\n",
64758
65083
  "commentRange": {
64759
- "start": 205,
64760
- "end": 206
65084
+ "start": 204,
65085
+ "end": 205
64761
65086
  },
64762
65087
  "context": {
64763
65088
  "type": "variable",
64764
- "name": "kendo-scheduler-tooltip-title-margin-y",
64765
- "value": "k-spacing(1)",
65089
+ "name": "kendo-scheduler-yearview-padding-y",
65090
+ "value": "$kendo-scheduler-yearview-padding-x",
64766
65091
  "scope": "default",
64767
65092
  "line": {
64768
- "start": 207,
64769
- "end": 207
65093
+ "start": 206,
65094
+ "end": 206
64770
65095
  }
64771
65096
  },
64772
65097
  "group": [
@@ -64779,15 +65104,15 @@
64779
65104
  }
64780
65105
  },
64781
65106
  {
64782
- "description": "The font size of the month inside the Scheduler Tooltip.\n",
65107
+ "description": "The spacing between the calendars of the year view in the Scheduler.\n",
64783
65108
  "commentRange": {
64784
65109
  "start": 208,
64785
65110
  "end": 209
64786
65111
  },
64787
65112
  "context": {
64788
65113
  "type": "variable",
64789
- "name": "kendo-scheduler-tooltip-month-font-size",
64790
- "value": "var(--kendo-font-size-sm)",
65114
+ "name": "kendo-scheduler-yearview-calendar-gap",
65115
+ "value": "k-spacing(3)",
64791
65116
  "scope": "default",
64792
65117
  "line": {
64793
65118
  "start": 210,
@@ -64804,19 +65129,19 @@
64804
65129
  }
64805
65130
  },
64806
65131
  {
64807
- "description": "The font size of the day inside the Scheduler Tooltip.\n",
65132
+ "description": "The days with events indicator size of the year view in the Scheduler.\n",
64808
65133
  "commentRange": {
64809
- "start": 211,
64810
- "end": 212
65134
+ "start": 212,
65135
+ "end": 213
64811
65136
  },
64812
65137
  "context": {
64813
65138
  "type": "variable",
64814
- "name": "kendo-scheduler-tooltip-day-font-size",
64815
- "value": "calc( var(--kendo-font-size-sm) * 2 )",
65139
+ "name": "kendo-scheduler-yearview-indicator-size",
65140
+ "value": "3px",
64816
65141
  "scope": "default",
64817
65142
  "line": {
64818
- "start": 213,
64819
- "end": 213
65143
+ "start": 214,
65144
+ "end": 214
64820
65145
  }
64821
65146
  },
64822
65147
  "group": [
@@ -64829,15 +65154,15 @@
64829
65154
  }
64830
65155
  },
64831
65156
  {
64832
- "description": "The max height of the events inside the Scheduler Tooltip.\n",
65157
+ "description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
64833
65158
  "commentRange": {
64834
65159
  "start": 215,
64835
65160
  "end": 216
64836
65161
  },
64837
65162
  "context": {
64838
65163
  "type": "variable",
64839
- "name": "kendo-scheduler-tooltip-events-max-height",
64840
- "value": "250px",
65164
+ "name": "kendo-scheduler-yearview-indicator-calc-offset-top",
65165
+ "value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
64841
65166
  "scope": "default",
64842
65167
  "line": {
64843
65168
  "start": 217,
@@ -64854,15 +65179,15 @@
64854
65179
  }
64855
65180
  },
64856
65181
  {
64857
- "description": "The spacing between the events inside the Scheduler Tooltip.\n",
65182
+ "description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
64858
65183
  "commentRange": {
64859
65184
  "start": 218,
64860
65185
  "end": 219
64861
65186
  },
64862
65187
  "context": {
64863
65188
  "type": "variable",
64864
- "name": "kendo-scheduler-tooltip-events-gap",
64865
- "value": "k-spacing(1)",
65189
+ "name": "kendo-scheduler-yearview-indicator-calc-offset-left",
65190
+ "value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
64866
65191
  "scope": "default",
64867
65192
  "line": {
64868
65193
  "start": 220,
@@ -64879,19 +65204,19 @@
64879
65204
  }
64880
65205
  },
64881
65206
  {
64882
- "description": "The horizontal padding of the events inside the Scheduler Tooltip.\n",
65207
+ "description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
64883
65208
  "commentRange": {
64884
- "start": 222,
64885
- "end": 223
65209
+ "start": 221,
65210
+ "end": 222
64886
65211
  },
64887
65212
  "context": {
64888
65213
  "type": "variable",
64889
- "name": "kendo-scheduler-tooltip-event-padding-x",
64890
- "value": "k-spacing(2)",
65214
+ "name": "kendo-scheduler-yearview-indicator-border-radius",
65215
+ "value": "50%",
64891
65216
  "scope": "default",
64892
65217
  "line": {
64893
- "start": 224,
64894
- "end": 224
65218
+ "start": 223,
65219
+ "end": 223
64895
65220
  }
64896
65221
  },
64897
65222
  "group": [
@@ -64904,19 +65229,19 @@
64904
65229
  }
64905
65230
  },
64906
65231
  {
64907
- "description": "The vertical padding of the events inside the Scheduler Tooltip.\n",
65232
+ "description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
64908
65233
  "commentRange": {
64909
- "start": 225,
64910
- "end": 226
65234
+ "start": 224,
65235
+ "end": 225
64911
65236
  },
64912
65237
  "context": {
64913
65238
  "type": "variable",
64914
- "name": "kendo-scheduler-tooltip-event-padding-y",
64915
- "value": "k-spacing(1)",
65239
+ "name": "kendo-scheduler-yearview-indicator-bg",
65240
+ "value": "k-color(primary)",
64916
65241
  "scope": "default",
64917
65242
  "line": {
64918
- "start": 227,
64919
- "end": 227
65243
+ "start": 226,
65244
+ "end": 226
64920
65245
  }
64921
65246
  },
64922
65247
  "group": [
@@ -64929,19 +65254,19 @@
64929
65254
  }
64930
65255
  },
64931
65256
  {
64932
- "description": "The border radius of the events inside the Scheduler Tooltip.\n",
65257
+ "description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
64933
65258
  "commentRange": {
64934
- "start": 228,
64935
- "end": 229
65259
+ "start": 227,
65260
+ "end": 228
64936
65261
  },
64937
65262
  "context": {
64938
65263
  "type": "variable",
64939
- "name": "kendo-scheduler-tooltip-event-border-radius",
64940
- "value": "k-border-radius(md)",
65264
+ "name": "kendo-scheduler-yearview-indicator-selected-bg",
65265
+ "value": "k-color(on-primary)",
64941
65266
  "scope": "default",
64942
65267
  "line": {
64943
- "start": 230,
64944
- "end": 230
65268
+ "start": 229,
65269
+ "end": 229
64945
65270
  }
64946
65271
  },
64947
65272
  "group": [
@@ -64954,15 +65279,15 @@
64954
65279
  }
64955
65280
  },
64956
65281
  {
64957
- "description": "The spacing between the events items inside the Scheduler Tooltip.\n",
65282
+ "description": "The font size of the month inside the Scheduler Popover.\n",
64958
65283
  "commentRange": {
64959
65284
  "start": 231,
64960
65285
  "end": 232
64961
65286
  },
64962
65287
  "context": {
64963
65288
  "type": "variable",
64964
- "name": "kendo-scheduler-tooltip-event-gap",
64965
- "value": "k-spacing(1)",
65289
+ "name": "kendo-scheduler-popover-month-font-size",
65290
+ "value": "var(--kendo-font-size-sm)",
64966
65291
  "scope": "default",
64967
65292
  "line": {
64968
65293
  "start": 233,
@@ -64979,19 +65304,19 @@
64979
65304
  }
64980
65305
  },
64981
65306
  {
64982
- "description": "The color of the Scheduler Tooltip callout.\n",
65307
+ "description": "The font size of the day inside the Scheduler Popover.\n",
64983
65308
  "commentRange": {
64984
- "start": 235,
64985
- "end": 236
65309
+ "start": 234,
65310
+ "end": 235
64986
65311
  },
64987
65312
  "context": {
64988
65313
  "type": "variable",
64989
- "name": "kendo-scheduler-tooltip-callout-text",
64990
- "value": "$kendo-scheduler-tooltip-bg",
65314
+ "name": "kendo-scheduler-popover-day-font-size",
65315
+ "value": "calc( var(--kendo-font-size-sm) * 2 )",
64991
65316
  "scope": "default",
64992
65317
  "line": {
64993
- "start": 237,
64994
- "end": 237
65318
+ "start": 236,
65319
+ "end": 236
64995
65320
  }
64996
65321
  },
64997
65322
  "group": [
@@ -65004,19 +65329,19 @@
65004
65329
  }
65005
65330
  },
65006
65331
  {
65007
- "description": "The padding of the Scheduler appointments.\n",
65332
+ "description": "The max height of the events inside the Scheduler Popover.\n",
65008
65333
  "commentRange": {
65009
- "start": 239,
65010
- "end": 240
65334
+ "start": 238,
65335
+ "end": 239
65011
65336
  },
65012
65337
  "context": {
65013
65338
  "type": "variable",
65014
- "name": "kendo-scheduler-appointments-padding",
65015
- "value": "k-spacing(2)",
65339
+ "name": "kendo-scheduler-popover-events-max-height",
65340
+ "value": "250px",
65016
65341
  "scope": "default",
65017
65342
  "line": {
65018
- "start": 241,
65019
- "end": 241
65343
+ "start": 240,
65344
+ "end": 240
65020
65345
  }
65021
65346
  },
65022
65347
  "group": [
@@ -65029,19 +65354,19 @@
65029
65354
  }
65030
65355
  },
65031
65356
  {
65032
- "description": "The horizontal padding of the Scheduler event template.\n",
65357
+ "description": "The spacing between the events inside the Scheduler Popover.\n",
65033
65358
  "commentRange": {
65034
- "start": 243,
65035
- "end": 244
65359
+ "start": 241,
65360
+ "end": 242
65036
65361
  },
65037
65362
  "context": {
65038
65363
  "type": "variable",
65039
- "name": "kendo-scheduler-event-template-padding-x",
65040
- "value": "k-spacing(2)",
65364
+ "name": "kendo-scheduler-popover-events-gap",
65365
+ "value": "k-spacing(1.5)",
65041
65366
  "scope": "default",
65042
65367
  "line": {
65043
- "start": 245,
65044
- "end": 245
65368
+ "start": 243,
65369
+ "end": 243
65045
65370
  }
65046
65371
  },
65047
65372
  "group": [
@@ -65054,19 +65379,19 @@
65054
65379
  }
65055
65380
  },
65056
65381
  {
65057
- "description": "The vertical padding of the Scheduler event template.\n",
65382
+ "description": "The minimum height of the events inside the Scheduler Popover.\n",
65058
65383
  "commentRange": {
65059
- "start": 246,
65060
- "end": 247
65384
+ "start": 245,
65385
+ "end": 246
65061
65386
  },
65062
65387
  "context": {
65063
65388
  "type": "variable",
65064
- "name": "kendo-scheduler-event-template-padding-y",
65065
- "value": "k-spacing(1)",
65389
+ "name": "kendo-scheduler-popover-event-min-height",
65390
+ "value": "25px",
65066
65391
  "scope": "default",
65067
65392
  "line": {
65068
- "start": 248,
65069
- "end": 248
65393
+ "start": 247,
65394
+ "end": 247
65070
65395
  }
65071
65396
  },
65072
65397
  "group": [
@@ -65079,19 +65404,44 @@
65079
65404
  }
65080
65405
  },
65081
65406
  {
65082
- "description": "The inline inset of the Scheduler event actions.\n",
65407
+ "description": "The horizontal padding of the events inside the Scheduler Popover.\n",
65083
65408
  "commentRange": {
65084
- "start": 250,
65085
- "end": 251
65409
+ "start": 248,
65410
+ "end": 249
65086
65411
  },
65087
65412
  "context": {
65088
65413
  "type": "variable",
65089
- "name": "kendo-scheduler-event-actions-inset-x",
65414
+ "name": "kendo-scheduler-popover-event-padding-x",
65090
65415
  "value": "k-spacing(2)",
65091
65416
  "scope": "default",
65092
65417
  "line": {
65093
- "start": 252,
65094
- "end": 252
65418
+ "start": 250,
65419
+ "end": 250
65420
+ }
65421
+ },
65422
+ "group": [
65423
+ "scheduler"
65424
+ ],
65425
+ "access": "public",
65426
+ "file": {
65427
+ "path": "scheduler/_variables.scss",
65428
+ "name": "_variables.scss"
65429
+ }
65430
+ },
65431
+ {
65432
+ "description": "The vertical padding of the events inside the Scheduler Popover.\n",
65433
+ "commentRange": {
65434
+ "start": 251,
65435
+ "end": 252
65436
+ },
65437
+ "context": {
65438
+ "type": "variable",
65439
+ "name": "kendo-scheduler-popover-event-padding-y",
65440
+ "value": "null",
65441
+ "scope": "default",
65442
+ "line": {
65443
+ "start": 253,
65444
+ "end": 253
65095
65445
  }
65096
65446
  },
65097
65447
  "group": [
@@ -65104,15 +65454,15 @@
65104
65454
  }
65105
65455
  },
65106
65456
  {
65107
- "description": "The margin of the Scheduler event indicators.\n",
65457
+ "description": "The border radius of the events inside the Scheduler Popover.\n",
65108
65458
  "commentRange": {
65109
65459
  "start": 254,
65110
65460
  "end": 255
65111
65461
  },
65112
65462
  "context": {
65113
65463
  "type": "variable",
65114
- "name": "kendo-scheduler-indicators-margin",
65115
- "value": "k-spacing(0.5) k-spacing(1)",
65464
+ "name": "kendo-scheduler-popover-event-border-radius",
65465
+ "value": "k-border-radius(md)",
65116
65466
  "scope": "default",
65117
65467
  "line": {
65118
65468
  "start": 256,
@@ -65128,11 +65478,86 @@
65128
65478
  "name": "_variables.scss"
65129
65479
  }
65130
65480
  },
65481
+ {
65482
+ "description": "The spacing between the events items inside the Scheduler Popover.\n",
65483
+ "commentRange": {
65484
+ "start": 257,
65485
+ "end": 258
65486
+ },
65487
+ "context": {
65488
+ "type": "variable",
65489
+ "name": "kendo-scheduler-popover-event-gap",
65490
+ "value": "k-spacing(1)",
65491
+ "scope": "default",
65492
+ "line": {
65493
+ "start": 259,
65494
+ "end": 259
65495
+ }
65496
+ },
65497
+ "group": [
65498
+ "scheduler"
65499
+ ],
65500
+ "access": "public",
65501
+ "file": {
65502
+ "path": "scheduler/_variables.scss",
65503
+ "name": "_variables.scss"
65504
+ }
65505
+ },
65506
+ {
65507
+ "description": "The horizontal padding of the Scheduler event template.\n",
65508
+ "commentRange": {
65509
+ "start": 261,
65510
+ "end": 262
65511
+ },
65512
+ "context": {
65513
+ "type": "variable",
65514
+ "name": "kendo-scheduler-event-template-padding-x",
65515
+ "value": "k-spacing(2)",
65516
+ "scope": "default",
65517
+ "line": {
65518
+ "start": 263,
65519
+ "end": 263
65520
+ }
65521
+ },
65522
+ "group": [
65523
+ "scheduler"
65524
+ ],
65525
+ "access": "public",
65526
+ "file": {
65527
+ "path": "scheduler/_variables.scss",
65528
+ "name": "_variables.scss"
65529
+ }
65530
+ },
65531
+ {
65532
+ "description": "The vertical padding of the Scheduler event template.\n",
65533
+ "commentRange": {
65534
+ "start": 264,
65535
+ "end": 265
65536
+ },
65537
+ "context": {
65538
+ "type": "variable",
65539
+ "name": "kendo-scheduler-event-template-padding-y",
65540
+ "value": "k-spacing(1)",
65541
+ "scope": "default",
65542
+ "line": {
65543
+ "start": 266,
65544
+ "end": 266
65545
+ }
65546
+ },
65547
+ "group": [
65548
+ "scheduler"
65549
+ ],
65550
+ "access": "public",
65551
+ "file": {
65552
+ "path": "scheduler/_variables.scss",
65553
+ "name": "_variables.scss"
65554
+ }
65555
+ },
65131
65556
  {
65132
65557
  "description": "The inline inset of the Scheduler marquee labels.\n",
65133
65558
  "commentRange": {
65134
- "start": 258,
65135
- "end": 259
65559
+ "start": 268,
65560
+ "end": 269
65136
65561
  },
65137
65562
  "context": {
65138
65563
  "type": "variable",
@@ -65140,8 +65565,8 @@
65140
65565
  "value": "k-spacing(1)",
65141
65566
  "scope": "default",
65142
65567
  "line": {
65143
- "start": 260,
65144
- "end": 260
65568
+ "start": 270,
65569
+ "end": 270
65145
65570
  }
65146
65571
  },
65147
65572
  "group": [
@@ -65156,8 +65581,8 @@
65156
65581
  {
65157
65582
  "description": "The block inset of the Scheduler marquee labels.\n",
65158
65583
  "commentRange": {
65159
- "start": 261,
65160
- "end": 262
65584
+ "start": 271,
65585
+ "end": 272
65161
65586
  },
65162
65587
  "context": {
65163
65588
  "type": "variable",
@@ -65165,8 +65590,8 @@
65165
65590
  "value": "k-spacing(0.5)",
65166
65591
  "scope": "default",
65167
65592
  "line": {
65168
- "start": 263,
65169
- "end": 263
65593
+ "start": 273,
65594
+ "end": 273
65170
65595
  }
65171
65596
  },
65172
65597
  "group": [
@@ -65181,8 +65606,8 @@
65181
65606
  {
65182
65607
  "description": "The spacing between icon and text in Scheduler navigation items.\n",
65183
65608
  "commentRange": {
65184
- "start": 265,
65185
- "end": 266
65609
+ "start": 275,
65610
+ "end": 276
65186
65611
  },
65187
65612
  "context": {
65188
65613
  "type": "variable",
@@ -65190,8 +65615,8 @@
65190
65615
  "value": "k-spacing(1)",
65191
65616
  "scope": "default",
65192
65617
  "line": {
65193
- "start": 267,
65194
- "end": 267
65618
+ "start": 277,
65619
+ "end": 277
65195
65620
  }
65196
65621
  },
65197
65622
  "group": [
@@ -65206,8 +65631,8 @@
65206
65631
  {
65207
65632
  "description": "The background color of the Scheduler header.\n",
65208
65633
  "commentRange": {
65209
- "start": 269,
65210
- "end": 270
65634
+ "start": 279,
65635
+ "end": 280
65211
65636
  },
65212
65637
  "context": {
65213
65638
  "type": "variable",
@@ -65215,8 +65640,8 @@
65215
65640
  "value": "k-color(surface)",
65216
65641
  "scope": "default",
65217
65642
  "line": {
65218
- "start": 271,
65219
- "end": 271
65643
+ "start": 281,
65644
+ "end": 281
65220
65645
  }
65221
65646
  },
65222
65647
  "group": [