@progress/kendo-theme-meridian 14.4.0-dev.1 → 14.4.0-dev.3

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.
@@ -2322,6 +2322,357 @@
2322
2322
  "resolvedValue": "var(--kendo-spacing-4)",
2323
2323
  "resolvedType": "String"
2324
2324
  },
2325
+ {
2326
+ "description": "The gap between the icon and the content of the AgentStep head and content row.\n",
2327
+ "commentRange": {
2328
+ "start": 5,
2329
+ "end": 6
2330
+ },
2331
+ "context": {
2332
+ "type": "variable",
2333
+ "name": "kendo-agent-step-gap",
2334
+ "value": "k-spacing(1.5)",
2335
+ "scope": "default",
2336
+ "line": {
2337
+ "start": 7,
2338
+ "end": 7
2339
+ }
2340
+ },
2341
+ "group": [
2342
+ "agent-response"
2343
+ ],
2344
+ "access": "public",
2345
+ "file": {
2346
+ "path": "meridian/scss/agent-response/_variables.scss",
2347
+ "name": "_variables.scss"
2348
+ },
2349
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
2350
+ "resolvedType": "String"
2351
+ },
2352
+ {
2353
+ "description": "The vertical padding of the AgentStep head.\n",
2354
+ "commentRange": {
2355
+ "start": 8,
2356
+ "end": 9
2357
+ },
2358
+ "context": {
2359
+ "type": "variable",
2360
+ "name": "kendo-agent-step-padding-y",
2361
+ "value": "k-spacing(2)",
2362
+ "scope": "default",
2363
+ "line": {
2364
+ "start": 10,
2365
+ "end": 10
2366
+ }
2367
+ },
2368
+ "group": [
2369
+ "agent-response"
2370
+ ],
2371
+ "access": "public",
2372
+ "file": {
2373
+ "path": "meridian/scss/agent-response/_variables.scss",
2374
+ "name": "_variables.scss"
2375
+ },
2376
+ "resolvedValue": "var(--kendo-spacing-2)",
2377
+ "resolvedType": "String"
2378
+ },
2379
+ {
2380
+ "description": "The top margin of the AgentStep icon.\n",
2381
+ "commentRange": {
2382
+ "start": 11,
2383
+ "end": 12
2384
+ },
2385
+ "context": {
2386
+ "type": "variable",
2387
+ "name": "kendo-agent-step-icon-margin-top",
2388
+ "value": "k-spacing(1)",
2389
+ "scope": "default",
2390
+ "line": {
2391
+ "start": 13,
2392
+ "end": 13
2393
+ }
2394
+ },
2395
+ "group": [
2396
+ "agent-response"
2397
+ ],
2398
+ "access": "public",
2399
+ "file": {
2400
+ "path": "meridian/scss/agent-response/_variables.scss",
2401
+ "name": "_variables.scss"
2402
+ },
2403
+ "resolvedValue": "var(--kendo-spacing-1)",
2404
+ "resolvedType": "String"
2405
+ },
2406
+ {
2407
+ "description": "The text color of the added lines count in the AgentStep diffstat.\n",
2408
+ "commentRange": {
2409
+ "start": 14,
2410
+ "end": 15
2411
+ },
2412
+ "context": {
2413
+ "type": "variable",
2414
+ "name": "kendo-agent-step-added-color",
2415
+ "value": "k-color(success-on-surface)",
2416
+ "scope": "default",
2417
+ "line": {
2418
+ "start": 16,
2419
+ "end": 16
2420
+ }
2421
+ },
2422
+ "group": [
2423
+ "agent-response"
2424
+ ],
2425
+ "access": "public",
2426
+ "file": {
2427
+ "path": "meridian/scss/agent-response/_variables.scss",
2428
+ "name": "_variables.scss"
2429
+ },
2430
+ "resolvedValue": "var(--kendo-color-success-on-surface)",
2431
+ "resolvedType": "String"
2432
+ },
2433
+ {
2434
+ "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
2435
+ "commentRange": {
2436
+ "start": 17,
2437
+ "end": 18
2438
+ },
2439
+ "context": {
2440
+ "type": "variable",
2441
+ "name": "kendo-agent-step-removed-color",
2442
+ "value": "k-color(error-on-surface)",
2443
+ "scope": "default",
2444
+ "line": {
2445
+ "start": 19,
2446
+ "end": 19
2447
+ }
2448
+ },
2449
+ "group": [
2450
+ "agent-response"
2451
+ ],
2452
+ "access": "public",
2453
+ "file": {
2454
+ "path": "meridian/scss/agent-response/_variables.scss",
2455
+ "name": "_variables.scss"
2456
+ },
2457
+ "resolvedValue": "var(--kendo-color-error-on-surface)",
2458
+ "resolvedType": "String"
2459
+ },
2460
+ {
2461
+ "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
2462
+ "commentRange": {
2463
+ "start": 20,
2464
+ "end": 21
2465
+ },
2466
+ "context": {
2467
+ "type": "variable",
2468
+ "name": "kendo-agent-step-font-size",
2469
+ "value": "var( --kendo-font-size-sm, inherit )",
2470
+ "scope": "default",
2471
+ "line": {
2472
+ "start": 22,
2473
+ "end": 22
2474
+ }
2475
+ },
2476
+ "group": [
2477
+ "agent-response"
2478
+ ],
2479
+ "access": "public",
2480
+ "file": {
2481
+ "path": "meridian/scss/agent-response/_variables.scss",
2482
+ "name": "_variables.scss"
2483
+ },
2484
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
2485
+ "resolvedType": "String"
2486
+ },
2487
+ {
2488
+ "description": "The font size of the AgentStep body content.\n",
2489
+ "commentRange": {
2490
+ "start": 23,
2491
+ "end": 24
2492
+ },
2493
+ "context": {
2494
+ "type": "variable",
2495
+ "name": "kendo-agent-step-body-font-size",
2496
+ "value": "var( --kendo-font-size-sm, inherit )",
2497
+ "scope": "default",
2498
+ "line": {
2499
+ "start": 25,
2500
+ "end": 25
2501
+ }
2502
+ },
2503
+ "group": [
2504
+ "agent-response"
2505
+ ],
2506
+ "access": "public",
2507
+ "file": {
2508
+ "path": "meridian/scss/agent-response/_variables.scss",
2509
+ "name": "_variables.scss"
2510
+ },
2511
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
2512
+ "resolvedType": "String"
2513
+ },
2514
+ {
2515
+ "description": "The gap between the icon column and the content of the Thought.\n",
2516
+ "commentRange": {
2517
+ "start": 27,
2518
+ "end": 28
2519
+ },
2520
+ "context": {
2521
+ "type": "variable",
2522
+ "name": "kendo-thought-gap",
2523
+ "value": "k-spacing(1.5)",
2524
+ "scope": "default",
2525
+ "line": {
2526
+ "start": 29,
2527
+ "end": 29
2528
+ }
2529
+ },
2530
+ "group": [
2531
+ "agent-response"
2532
+ ],
2533
+ "access": "public",
2534
+ "file": {
2535
+ "path": "meridian/scss/agent-response/_variables.scss",
2536
+ "name": "_variables.scss"
2537
+ },
2538
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
2539
+ "resolvedType": "String"
2540
+ },
2541
+ {
2542
+ "description": "The gap in the icon column of the Thought.\n",
2543
+ "commentRange": {
2544
+ "start": 30,
2545
+ "end": 31
2546
+ },
2547
+ "context": {
2548
+ "type": "variable",
2549
+ "name": "kendo-thought-icon-col-gap",
2550
+ "value": "k-spacing(2)",
2551
+ "scope": "default",
2552
+ "line": {
2553
+ "start": 32,
2554
+ "end": 32
2555
+ }
2556
+ },
2557
+ "group": [
2558
+ "agent-response"
2559
+ ],
2560
+ "access": "public",
2561
+ "file": {
2562
+ "path": "meridian/scss/agent-response/_variables.scss",
2563
+ "name": "_variables.scss"
2564
+ },
2565
+ "resolvedValue": "var(--kendo-spacing-2)",
2566
+ "resolvedType": "String"
2567
+ },
2568
+ {
2569
+ "description": "The spacing between stacked Thought items.\n",
2570
+ "commentRange": {
2571
+ "start": 33,
2572
+ "end": 34
2573
+ },
2574
+ "context": {
2575
+ "type": "variable",
2576
+ "name": "kendo-thought-spacing",
2577
+ "value": "k-spacing(4)",
2578
+ "scope": "default",
2579
+ "line": {
2580
+ "start": 35,
2581
+ "end": 35
2582
+ }
2583
+ },
2584
+ "group": [
2585
+ "agent-response"
2586
+ ],
2587
+ "access": "public",
2588
+ "file": {
2589
+ "path": "meridian/scss/agent-response/_variables.scss",
2590
+ "name": "_variables.scss"
2591
+ },
2592
+ "resolvedValue": "var(--kendo-spacing-4)",
2593
+ "resolvedType": "String"
2594
+ },
2595
+ {
2596
+ "description": "The color of the connector line between stacked Thought items.\n",
2597
+ "commentRange": {
2598
+ "start": 36,
2599
+ "end": 37
2600
+ },
2601
+ "context": {
2602
+ "type": "variable",
2603
+ "name": "kendo-thought-connector-color",
2604
+ "value": "k-color(border)",
2605
+ "scope": "default",
2606
+ "line": {
2607
+ "start": 38,
2608
+ "end": 38
2609
+ }
2610
+ },
2611
+ "group": [
2612
+ "agent-response"
2613
+ ],
2614
+ "access": "public",
2615
+ "file": {
2616
+ "path": "meridian/scss/agent-response/_variables.scss",
2617
+ "name": "_variables.scss"
2618
+ },
2619
+ "resolvedValue": "var(--kendo-color-border)",
2620
+ "resolvedType": "String"
2621
+ },
2622
+ {
2623
+ "description": "The start indent of the ToolCall body.\n",
2624
+ "commentRange": {
2625
+ "start": 40,
2626
+ "end": 41
2627
+ },
2628
+ "context": {
2629
+ "type": "variable",
2630
+ "name": "kendo-tool-call-indent",
2631
+ "value": "k-spacing(5)",
2632
+ "scope": "default",
2633
+ "line": {
2634
+ "start": 42,
2635
+ "end": 42
2636
+ }
2637
+ },
2638
+ "group": [
2639
+ "agent-response"
2640
+ ],
2641
+ "access": "public",
2642
+ "file": {
2643
+ "path": "meridian/scss/agent-response/_variables.scss",
2644
+ "name": "_variables.scss"
2645
+ },
2646
+ "resolvedValue": "var(--kendo-spacing-5)",
2647
+ "resolvedType": "String"
2648
+ },
2649
+ {
2650
+ "description": "The bottom padding of the ToolCall body.\n",
2651
+ "commentRange": {
2652
+ "start": 43,
2653
+ "end": 44
2654
+ },
2655
+ "context": {
2656
+ "type": "variable",
2657
+ "name": "kendo-tool-call-padding-y",
2658
+ "value": "k-spacing(2)",
2659
+ "scope": "default",
2660
+ "line": {
2661
+ "start": 45,
2662
+ "end": 45
2663
+ }
2664
+ },
2665
+ "group": [
2666
+ "agent-response"
2667
+ ],
2668
+ "access": "public",
2669
+ "file": {
2670
+ "path": "meridian/scss/agent-response/_variables.scss",
2671
+ "name": "_variables.scss"
2672
+ },
2673
+ "resolvedValue": "var(--kendo-spacing-2)",
2674
+ "resolvedType": "String"
2675
+ },
2325
2676
  {
2326
2677
  "description": "The default theme color of the AppBar.\n",
2327
2678
  "commentRange": {
@@ -20226,6 +20577,195 @@
20226
20577
  "resolvedValue": "0.25",
20227
20578
  "resolvedType": "Number"
20228
20579
  },
20580
+ {
20581
+ "description": "The color of the Checkpoint separator line.\n",
20582
+ "commentRange": {
20583
+ "start": 3,
20584
+ "end": 4
20585
+ },
20586
+ "context": {
20587
+ "type": "variable",
20588
+ "name": "kendo-checkpoint-line-color",
20589
+ "value": "k-color(border)",
20590
+ "scope": "default",
20591
+ "line": {
20592
+ "start": 5,
20593
+ "end": 5
20594
+ }
20595
+ },
20596
+ "group": [
20597
+ "checkpoint"
20598
+ ],
20599
+ "access": "public",
20600
+ "file": {
20601
+ "path": "meridian/scss/checkpoint/_variables.scss",
20602
+ "name": "_variables.scss"
20603
+ },
20604
+ "resolvedValue": "var(--kendo-color-border)",
20605
+ "resolvedType": "String"
20606
+ },
20607
+ {
20608
+ "description": "The gap between the Checkpoint line and stamp.\n",
20609
+ "commentRange": {
20610
+ "start": 6,
20611
+ "end": 7
20612
+ },
20613
+ "context": {
20614
+ "type": "variable",
20615
+ "name": "kendo-checkpoint-gap",
20616
+ "value": "k-spacing(1.5)",
20617
+ "scope": "default",
20618
+ "line": {
20619
+ "start": 8,
20620
+ "end": 8
20621
+ }
20622
+ },
20623
+ "group": [
20624
+ "checkpoint"
20625
+ ],
20626
+ "access": "public",
20627
+ "file": {
20628
+ "path": "meridian/scss/checkpoint/_variables.scss",
20629
+ "name": "_variables.scss"
20630
+ },
20631
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
20632
+ "resolvedType": "String"
20633
+ },
20634
+ {
20635
+ "description": "The width of the Checkpoint separator line.\n",
20636
+ "commentRange": {
20637
+ "start": 9,
20638
+ "end": 10
20639
+ },
20640
+ "context": {
20641
+ "type": "variable",
20642
+ "name": "kendo-checkpoint-line-width",
20643
+ "value": "1px",
20644
+ "scope": "default",
20645
+ "line": {
20646
+ "start": 11,
20647
+ "end": 11
20648
+ }
20649
+ },
20650
+ "group": [
20651
+ "checkpoint"
20652
+ ],
20653
+ "access": "public",
20654
+ "file": {
20655
+ "path": "meridian/scss/checkpoint/_variables.scss",
20656
+ "name": "_variables.scss"
20657
+ },
20658
+ "resolvedValue": "1px",
20659
+ "resolvedType": "Number"
20660
+ },
20661
+ {
20662
+ "description": "The font size of the Checkpoint stamp text.\n",
20663
+ "commentRange": {
20664
+ "start": 12,
20665
+ "end": 13
20666
+ },
20667
+ "context": {
20668
+ "type": "variable",
20669
+ "name": "kendo-checkpoint-stamp-font-size",
20670
+ "value": "var( --kendo-font-size-sm, inherit )",
20671
+ "scope": "default",
20672
+ "line": {
20673
+ "start": 14,
20674
+ "end": 14
20675
+ }
20676
+ },
20677
+ "group": [
20678
+ "checkpoint"
20679
+ ],
20680
+ "access": "public",
20681
+ "file": {
20682
+ "path": "meridian/scss/checkpoint/_variables.scss",
20683
+ "name": "_variables.scss"
20684
+ },
20685
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
20686
+ "resolvedType": "String"
20687
+ },
20688
+ {
20689
+ "description": "The text color of the Checkpoint stamp.\n",
20690
+ "commentRange": {
20691
+ "start": 15,
20692
+ "end": 16
20693
+ },
20694
+ "context": {
20695
+ "type": "variable",
20696
+ "name": "kendo-checkpoint-stamp-color",
20697
+ "value": "k-color(subtle)",
20698
+ "scope": "default",
20699
+ "line": {
20700
+ "start": 17,
20701
+ "end": 17
20702
+ }
20703
+ },
20704
+ "group": [
20705
+ "checkpoint"
20706
+ ],
20707
+ "access": "public",
20708
+ "file": {
20709
+ "path": "meridian/scss/checkpoint/_variables.scss",
20710
+ "name": "_variables.scss"
20711
+ },
20712
+ "resolvedValue": "var(--kendo-color-subtle)",
20713
+ "resolvedType": "String"
20714
+ },
20715
+ {
20716
+ "description": "The font weight of the Checkpoint stamp text.\n",
20717
+ "commentRange": {
20718
+ "start": 18,
20719
+ "end": 19
20720
+ },
20721
+ "context": {
20722
+ "type": "variable",
20723
+ "name": "kendo-checkpoint-stamp-font-weight",
20724
+ "value": "null",
20725
+ "scope": "default",
20726
+ "line": {
20727
+ "start": 20,
20728
+ "end": 20
20729
+ }
20730
+ },
20731
+ "group": [
20732
+ "checkpoint"
20733
+ ],
20734
+ "access": "public",
20735
+ "file": {
20736
+ "path": "meridian/scss/checkpoint/_variables.scss",
20737
+ "name": "_variables.scss"
20738
+ },
20739
+ "resolvedValue": "null",
20740
+ "resolvedType": "Null"
20741
+ },
20742
+ {
20743
+ "description": "The horizontal padding of the Checkpoint stamp.\n",
20744
+ "commentRange": {
20745
+ "start": 21,
20746
+ "end": 22
20747
+ },
20748
+ "context": {
20749
+ "type": "variable",
20750
+ "name": "kendo-checkpoint-stamp-padding-x",
20751
+ "value": "k-spacing(1)",
20752
+ "scope": "default",
20753
+ "line": {
20754
+ "start": 23,
20755
+ "end": 23
20756
+ }
20757
+ },
20758
+ "group": [
20759
+ "checkpoint"
20760
+ ],
20761
+ "access": "public",
20762
+ "file": {
20763
+ "path": "meridian/scss/checkpoint/_variables.scss",
20764
+ "name": "_variables.scss"
20765
+ },
20766
+ "resolvedValue": "var(--kendo-spacing-1)",
20767
+ "resolvedType": "String"
20768
+ },
20229
20769
  {
20230
20770
  "description": "The default theme color of the Chip.\n",
20231
20771
  "commentRange": {
@@ -21453,6 +21993,60 @@
21453
21993
  "resolvedValue": "var(--kendo-spacing-1)",
21454
21994
  "resolvedType": "String"
21455
21995
  },
21996
+ {
21997
+ "description": "The padding of the CitationPopover view.\n",
21998
+ "commentRange": {
21999
+ "start": 5,
22000
+ "end": 6
22001
+ },
22002
+ "context": {
22003
+ "type": "variable",
22004
+ "name": "kendo-citation-popover-view-padding",
22005
+ "value": "k-spacing(4)",
22006
+ "scope": "default",
22007
+ "line": {
22008
+ "start": 7,
22009
+ "end": 7
22010
+ }
22011
+ },
22012
+ "group": [
22013
+ "citation"
22014
+ ],
22015
+ "access": "public",
22016
+ "file": {
22017
+ "path": "meridian/scss/citation/_variables.scss",
22018
+ "name": "_variables.scss"
22019
+ },
22020
+ "resolvedValue": "var(--kendo-spacing-4)",
22021
+ "resolvedType": "String"
22022
+ },
22023
+ {
22024
+ "description": "The text color of the CitationPopover page indicator.\n",
22025
+ "commentRange": {
22026
+ "start": 8,
22027
+ "end": 9
22028
+ },
22029
+ "context": {
22030
+ "type": "variable",
22031
+ "name": "kendo-citation-pages-color",
22032
+ "value": "k-color(subtle)",
22033
+ "scope": "default",
22034
+ "line": {
22035
+ "start": 10,
22036
+ "end": 10
22037
+ }
22038
+ },
22039
+ "group": [
22040
+ "citation"
22041
+ ],
22042
+ "access": "public",
22043
+ "file": {
22044
+ "path": "meridian/scss/citation/_variables.scss",
22045
+ "name": "_variables.scss"
22046
+ },
22047
+ "resolvedValue": "var(--kendo-color-subtle)",
22048
+ "resolvedType": "String"
22049
+ },
21456
22050
  {
21457
22051
  "description": "The default size of the ColorEditor.\n",
21458
22052
  "commentRange": {
@@ -66717,7 +67311,7 @@
66717
67311
  "context": {
66718
67312
  "type": "variable",
66719
67313
  "name": "kendo-popover-body-padding-y",
66720
- "value": "k-spacing(2)",
67314
+ "value": "k-spacing(2) k-spacing(4)",
66721
67315
  "scope": "default",
66722
67316
  "line": {
66723
67317
  "start": 66,
@@ -66732,8 +67326,8 @@
66732
67326
  "path": "meridian/scss/popover/_variables.scss",
66733
67327
  "name": "_variables.scss"
66734
67328
  },
66735
- "resolvedValue": "var(--kendo-spacing-2)",
66736
- "resolvedType": "String"
67329
+ "resolvedValue": "(var(--kendo-spacing-2) var(--kendo-spacing-4))",
67330
+ "resolvedType": "List"
66737
67331
  },
66738
67332
  {
66739
67333
  "description": "The border width of the Popover actions.\n",
@@ -93932,6 +94526,33 @@
93932
94526
  "resolvedValue": "var(--kendo-spacing-2)",
93933
94527
  "resolvedType": "String"
93934
94528
  },
94529
+ {
94530
+ "description": "The border radius of the floating Toolbar.\n",
94531
+ "commentRange": {
94532
+ "start": 152,
94533
+ "end": 153
94534
+ },
94535
+ "context": {
94536
+ "type": "variable",
94537
+ "name": "kendo-floating-toolbar-border-radius",
94538
+ "value": "k-border-radius(xxl)",
94539
+ "scope": "default",
94540
+ "line": {
94541
+ "start": 154,
94542
+ "end": 154
94543
+ }
94544
+ },
94545
+ "group": [
94546
+ "toolbar"
94547
+ ],
94548
+ "access": "public",
94549
+ "file": {
94550
+ "path": "meridian/scss/toolbar/_variables.scss",
94551
+ "name": "_variables.scss"
94552
+ },
94553
+ "resolvedValue": "var(--kendo-border-radius-xxl)",
94554
+ "resolvedType": "String"
94555
+ },
93935
94556
  {
93936
94557
  "description": "The vertical padding of the Tooltip.\n",
93937
94558
  "commentRange": {
@@ -105628,6 +106249,363 @@
105628
106249
  }
105629
106250
  ]
105630
106251
  },
106252
+ {
106253
+ "id": "agent-response",
106254
+ "title": "AgentResponse",
106255
+ "variables": [
106256
+ {
106257
+ "description": "The gap between the icon and the content of the AgentStep head and content row.\n",
106258
+ "commentRange": {
106259
+ "start": 5,
106260
+ "end": 6
106261
+ },
106262
+ "context": {
106263
+ "type": "variable",
106264
+ "name": "kendo-agent-step-gap",
106265
+ "value": "k-spacing(1.5)",
106266
+ "scope": "default",
106267
+ "line": {
106268
+ "start": 7,
106269
+ "end": 7
106270
+ }
106271
+ },
106272
+ "group": [
106273
+ "agent-response"
106274
+ ],
106275
+ "access": "public",
106276
+ "file": {
106277
+ "path": "meridian/scss/agent-response/_variables.scss",
106278
+ "name": "_variables.scss"
106279
+ },
106280
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
106281
+ "resolvedType": "String"
106282
+ },
106283
+ {
106284
+ "description": "The vertical padding of the AgentStep head.\n",
106285
+ "commentRange": {
106286
+ "start": 8,
106287
+ "end": 9
106288
+ },
106289
+ "context": {
106290
+ "type": "variable",
106291
+ "name": "kendo-agent-step-padding-y",
106292
+ "value": "k-spacing(2)",
106293
+ "scope": "default",
106294
+ "line": {
106295
+ "start": 10,
106296
+ "end": 10
106297
+ }
106298
+ },
106299
+ "group": [
106300
+ "agent-response"
106301
+ ],
106302
+ "access": "public",
106303
+ "file": {
106304
+ "path": "meridian/scss/agent-response/_variables.scss",
106305
+ "name": "_variables.scss"
106306
+ },
106307
+ "resolvedValue": "var(--kendo-spacing-2)",
106308
+ "resolvedType": "String"
106309
+ },
106310
+ {
106311
+ "description": "The top margin of the AgentStep icon.\n",
106312
+ "commentRange": {
106313
+ "start": 11,
106314
+ "end": 12
106315
+ },
106316
+ "context": {
106317
+ "type": "variable",
106318
+ "name": "kendo-agent-step-icon-margin-top",
106319
+ "value": "k-spacing(1)",
106320
+ "scope": "default",
106321
+ "line": {
106322
+ "start": 13,
106323
+ "end": 13
106324
+ }
106325
+ },
106326
+ "group": [
106327
+ "agent-response"
106328
+ ],
106329
+ "access": "public",
106330
+ "file": {
106331
+ "path": "meridian/scss/agent-response/_variables.scss",
106332
+ "name": "_variables.scss"
106333
+ },
106334
+ "resolvedValue": "var(--kendo-spacing-1)",
106335
+ "resolvedType": "String"
106336
+ },
106337
+ {
106338
+ "description": "The text color of the added lines count in the AgentStep diffstat.\n",
106339
+ "commentRange": {
106340
+ "start": 14,
106341
+ "end": 15
106342
+ },
106343
+ "context": {
106344
+ "type": "variable",
106345
+ "name": "kendo-agent-step-added-color",
106346
+ "value": "k-color(success-on-surface)",
106347
+ "scope": "default",
106348
+ "line": {
106349
+ "start": 16,
106350
+ "end": 16
106351
+ }
106352
+ },
106353
+ "group": [
106354
+ "agent-response"
106355
+ ],
106356
+ "access": "public",
106357
+ "file": {
106358
+ "path": "meridian/scss/agent-response/_variables.scss",
106359
+ "name": "_variables.scss"
106360
+ },
106361
+ "resolvedValue": "var(--kendo-color-success-on-surface)",
106362
+ "resolvedType": "String"
106363
+ },
106364
+ {
106365
+ "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
106366
+ "commentRange": {
106367
+ "start": 17,
106368
+ "end": 18
106369
+ },
106370
+ "context": {
106371
+ "type": "variable",
106372
+ "name": "kendo-agent-step-removed-color",
106373
+ "value": "k-color(error-on-surface)",
106374
+ "scope": "default",
106375
+ "line": {
106376
+ "start": 19,
106377
+ "end": 19
106378
+ }
106379
+ },
106380
+ "group": [
106381
+ "agent-response"
106382
+ ],
106383
+ "access": "public",
106384
+ "file": {
106385
+ "path": "meridian/scss/agent-response/_variables.scss",
106386
+ "name": "_variables.scss"
106387
+ },
106388
+ "resolvedValue": "var(--kendo-color-error-on-surface)",
106389
+ "resolvedType": "String"
106390
+ },
106391
+ {
106392
+ "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
106393
+ "commentRange": {
106394
+ "start": 20,
106395
+ "end": 21
106396
+ },
106397
+ "context": {
106398
+ "type": "variable",
106399
+ "name": "kendo-agent-step-font-size",
106400
+ "value": "var( --kendo-font-size-sm, inherit )",
106401
+ "scope": "default",
106402
+ "line": {
106403
+ "start": 22,
106404
+ "end": 22
106405
+ }
106406
+ },
106407
+ "group": [
106408
+ "agent-response"
106409
+ ],
106410
+ "access": "public",
106411
+ "file": {
106412
+ "path": "meridian/scss/agent-response/_variables.scss",
106413
+ "name": "_variables.scss"
106414
+ },
106415
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
106416
+ "resolvedType": "String"
106417
+ },
106418
+ {
106419
+ "description": "The font size of the AgentStep body content.\n",
106420
+ "commentRange": {
106421
+ "start": 23,
106422
+ "end": 24
106423
+ },
106424
+ "context": {
106425
+ "type": "variable",
106426
+ "name": "kendo-agent-step-body-font-size",
106427
+ "value": "var( --kendo-font-size-sm, inherit )",
106428
+ "scope": "default",
106429
+ "line": {
106430
+ "start": 25,
106431
+ "end": 25
106432
+ }
106433
+ },
106434
+ "group": [
106435
+ "agent-response"
106436
+ ],
106437
+ "access": "public",
106438
+ "file": {
106439
+ "path": "meridian/scss/agent-response/_variables.scss",
106440
+ "name": "_variables.scss"
106441
+ },
106442
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
106443
+ "resolvedType": "String"
106444
+ },
106445
+ {
106446
+ "description": "The gap between the icon column and the content of the Thought.\n",
106447
+ "commentRange": {
106448
+ "start": 27,
106449
+ "end": 28
106450
+ },
106451
+ "context": {
106452
+ "type": "variable",
106453
+ "name": "kendo-thought-gap",
106454
+ "value": "k-spacing(1.5)",
106455
+ "scope": "default",
106456
+ "line": {
106457
+ "start": 29,
106458
+ "end": 29
106459
+ }
106460
+ },
106461
+ "group": [
106462
+ "agent-response"
106463
+ ],
106464
+ "access": "public",
106465
+ "file": {
106466
+ "path": "meridian/scss/agent-response/_variables.scss",
106467
+ "name": "_variables.scss"
106468
+ },
106469
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
106470
+ "resolvedType": "String"
106471
+ },
106472
+ {
106473
+ "description": "The gap in the icon column of the Thought.\n",
106474
+ "commentRange": {
106475
+ "start": 30,
106476
+ "end": 31
106477
+ },
106478
+ "context": {
106479
+ "type": "variable",
106480
+ "name": "kendo-thought-icon-col-gap",
106481
+ "value": "k-spacing(2)",
106482
+ "scope": "default",
106483
+ "line": {
106484
+ "start": 32,
106485
+ "end": 32
106486
+ }
106487
+ },
106488
+ "group": [
106489
+ "agent-response"
106490
+ ],
106491
+ "access": "public",
106492
+ "file": {
106493
+ "path": "meridian/scss/agent-response/_variables.scss",
106494
+ "name": "_variables.scss"
106495
+ },
106496
+ "resolvedValue": "var(--kendo-spacing-2)",
106497
+ "resolvedType": "String"
106498
+ },
106499
+ {
106500
+ "description": "The spacing between stacked Thought items.\n",
106501
+ "commentRange": {
106502
+ "start": 33,
106503
+ "end": 34
106504
+ },
106505
+ "context": {
106506
+ "type": "variable",
106507
+ "name": "kendo-thought-spacing",
106508
+ "value": "k-spacing(4)",
106509
+ "scope": "default",
106510
+ "line": {
106511
+ "start": 35,
106512
+ "end": 35
106513
+ }
106514
+ },
106515
+ "group": [
106516
+ "agent-response"
106517
+ ],
106518
+ "access": "public",
106519
+ "file": {
106520
+ "path": "meridian/scss/agent-response/_variables.scss",
106521
+ "name": "_variables.scss"
106522
+ },
106523
+ "resolvedValue": "var(--kendo-spacing-4)",
106524
+ "resolvedType": "String"
106525
+ },
106526
+ {
106527
+ "description": "The color of the connector line between stacked Thought items.\n",
106528
+ "commentRange": {
106529
+ "start": 36,
106530
+ "end": 37
106531
+ },
106532
+ "context": {
106533
+ "type": "variable",
106534
+ "name": "kendo-thought-connector-color",
106535
+ "value": "k-color(border)",
106536
+ "scope": "default",
106537
+ "line": {
106538
+ "start": 38,
106539
+ "end": 38
106540
+ }
106541
+ },
106542
+ "group": [
106543
+ "agent-response"
106544
+ ],
106545
+ "access": "public",
106546
+ "file": {
106547
+ "path": "meridian/scss/agent-response/_variables.scss",
106548
+ "name": "_variables.scss"
106549
+ },
106550
+ "resolvedValue": "var(--kendo-color-border)",
106551
+ "resolvedType": "String"
106552
+ },
106553
+ {
106554
+ "description": "The start indent of the ToolCall body.\n",
106555
+ "commentRange": {
106556
+ "start": 40,
106557
+ "end": 41
106558
+ },
106559
+ "context": {
106560
+ "type": "variable",
106561
+ "name": "kendo-tool-call-indent",
106562
+ "value": "k-spacing(5)",
106563
+ "scope": "default",
106564
+ "line": {
106565
+ "start": 42,
106566
+ "end": 42
106567
+ }
106568
+ },
106569
+ "group": [
106570
+ "agent-response"
106571
+ ],
106572
+ "access": "public",
106573
+ "file": {
106574
+ "path": "meridian/scss/agent-response/_variables.scss",
106575
+ "name": "_variables.scss"
106576
+ },
106577
+ "resolvedValue": "var(--kendo-spacing-5)",
106578
+ "resolvedType": "String"
106579
+ },
106580
+ {
106581
+ "description": "The bottom padding of the ToolCall body.\n",
106582
+ "commentRange": {
106583
+ "start": 43,
106584
+ "end": 44
106585
+ },
106586
+ "context": {
106587
+ "type": "variable",
106588
+ "name": "kendo-tool-call-padding-y",
106589
+ "value": "k-spacing(2)",
106590
+ "scope": "default",
106591
+ "line": {
106592
+ "start": 45,
106593
+ "end": 45
106594
+ }
106595
+ },
106596
+ "group": [
106597
+ "agent-response"
106598
+ ],
106599
+ "access": "public",
106600
+ "file": {
106601
+ "path": "meridian/scss/agent-response/_variables.scss",
106602
+ "name": "_variables.scss"
106603
+ },
106604
+ "resolvedValue": "var(--kendo-spacing-2)",
106605
+ "resolvedType": "String"
106606
+ }
106607
+ ]
106608
+ },
105631
106609
  {
105632
106610
  "id": "appbar",
105633
106611
  "title": "Appbar",
@@ -124347,6 +125325,201 @@
124347
125325
  }
124348
125326
  ]
124349
125327
  },
125328
+ {
125329
+ "id": "checkpoint",
125330
+ "title": "Checkpoint",
125331
+ "variables": [
125332
+ {
125333
+ "description": "The color of the Checkpoint separator line.\n",
125334
+ "commentRange": {
125335
+ "start": 3,
125336
+ "end": 4
125337
+ },
125338
+ "context": {
125339
+ "type": "variable",
125340
+ "name": "kendo-checkpoint-line-color",
125341
+ "value": "k-color(border)",
125342
+ "scope": "default",
125343
+ "line": {
125344
+ "start": 5,
125345
+ "end": 5
125346
+ }
125347
+ },
125348
+ "group": [
125349
+ "checkpoint"
125350
+ ],
125351
+ "access": "public",
125352
+ "file": {
125353
+ "path": "meridian/scss/checkpoint/_variables.scss",
125354
+ "name": "_variables.scss"
125355
+ },
125356
+ "resolvedValue": "var(--kendo-color-border)",
125357
+ "resolvedType": "String"
125358
+ },
125359
+ {
125360
+ "description": "The gap between the Checkpoint line and stamp.\n",
125361
+ "commentRange": {
125362
+ "start": 6,
125363
+ "end": 7
125364
+ },
125365
+ "context": {
125366
+ "type": "variable",
125367
+ "name": "kendo-checkpoint-gap",
125368
+ "value": "k-spacing(1.5)",
125369
+ "scope": "default",
125370
+ "line": {
125371
+ "start": 8,
125372
+ "end": 8
125373
+ }
125374
+ },
125375
+ "group": [
125376
+ "checkpoint"
125377
+ ],
125378
+ "access": "public",
125379
+ "file": {
125380
+ "path": "meridian/scss/checkpoint/_variables.scss",
125381
+ "name": "_variables.scss"
125382
+ },
125383
+ "resolvedValue": "var(--kendo-spacing-1\\.5)",
125384
+ "resolvedType": "String"
125385
+ },
125386
+ {
125387
+ "description": "The width of the Checkpoint separator line.\n",
125388
+ "commentRange": {
125389
+ "start": 9,
125390
+ "end": 10
125391
+ },
125392
+ "context": {
125393
+ "type": "variable",
125394
+ "name": "kendo-checkpoint-line-width",
125395
+ "value": "1px",
125396
+ "scope": "default",
125397
+ "line": {
125398
+ "start": 11,
125399
+ "end": 11
125400
+ }
125401
+ },
125402
+ "group": [
125403
+ "checkpoint"
125404
+ ],
125405
+ "access": "public",
125406
+ "file": {
125407
+ "path": "meridian/scss/checkpoint/_variables.scss",
125408
+ "name": "_variables.scss"
125409
+ },
125410
+ "resolvedValue": "1px",
125411
+ "resolvedType": "Number"
125412
+ },
125413
+ {
125414
+ "description": "The font size of the Checkpoint stamp text.\n",
125415
+ "commentRange": {
125416
+ "start": 12,
125417
+ "end": 13
125418
+ },
125419
+ "context": {
125420
+ "type": "variable",
125421
+ "name": "kendo-checkpoint-stamp-font-size",
125422
+ "value": "var( --kendo-font-size-sm, inherit )",
125423
+ "scope": "default",
125424
+ "line": {
125425
+ "start": 14,
125426
+ "end": 14
125427
+ }
125428
+ },
125429
+ "group": [
125430
+ "checkpoint"
125431
+ ],
125432
+ "access": "public",
125433
+ "file": {
125434
+ "path": "meridian/scss/checkpoint/_variables.scss",
125435
+ "name": "_variables.scss"
125436
+ },
125437
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
125438
+ "resolvedType": "String"
125439
+ },
125440
+ {
125441
+ "description": "The text color of the Checkpoint stamp.\n",
125442
+ "commentRange": {
125443
+ "start": 15,
125444
+ "end": 16
125445
+ },
125446
+ "context": {
125447
+ "type": "variable",
125448
+ "name": "kendo-checkpoint-stamp-color",
125449
+ "value": "k-color(subtle)",
125450
+ "scope": "default",
125451
+ "line": {
125452
+ "start": 17,
125453
+ "end": 17
125454
+ }
125455
+ },
125456
+ "group": [
125457
+ "checkpoint"
125458
+ ],
125459
+ "access": "public",
125460
+ "file": {
125461
+ "path": "meridian/scss/checkpoint/_variables.scss",
125462
+ "name": "_variables.scss"
125463
+ },
125464
+ "resolvedValue": "var(--kendo-color-subtle)",
125465
+ "resolvedType": "String"
125466
+ },
125467
+ {
125468
+ "description": "The font weight of the Checkpoint stamp text.\n",
125469
+ "commentRange": {
125470
+ "start": 18,
125471
+ "end": 19
125472
+ },
125473
+ "context": {
125474
+ "type": "variable",
125475
+ "name": "kendo-checkpoint-stamp-font-weight",
125476
+ "value": "null",
125477
+ "scope": "default",
125478
+ "line": {
125479
+ "start": 20,
125480
+ "end": 20
125481
+ }
125482
+ },
125483
+ "group": [
125484
+ "checkpoint"
125485
+ ],
125486
+ "access": "public",
125487
+ "file": {
125488
+ "path": "meridian/scss/checkpoint/_variables.scss",
125489
+ "name": "_variables.scss"
125490
+ },
125491
+ "resolvedValue": "null",
125492
+ "resolvedType": "Null"
125493
+ },
125494
+ {
125495
+ "description": "The horizontal padding of the Checkpoint stamp.\n",
125496
+ "commentRange": {
125497
+ "start": 21,
125498
+ "end": 22
125499
+ },
125500
+ "context": {
125501
+ "type": "variable",
125502
+ "name": "kendo-checkpoint-stamp-padding-x",
125503
+ "value": "k-spacing(1)",
125504
+ "scope": "default",
125505
+ "line": {
125506
+ "start": 23,
125507
+ "end": 23
125508
+ }
125509
+ },
125510
+ "group": [
125511
+ "checkpoint"
125512
+ ],
125513
+ "access": "public",
125514
+ "file": {
125515
+ "path": "meridian/scss/checkpoint/_variables.scss",
125516
+ "name": "_variables.scss"
125517
+ },
125518
+ "resolvedValue": "var(--kendo-spacing-1)",
125519
+ "resolvedType": "String"
125520
+ }
125521
+ ]
125522
+ },
124350
125523
  {
124351
125524
  "id": "chip",
124352
125525
  "title": "Chip",
@@ -125686,6 +126859,66 @@
125686
126859
  }
125687
126860
  ]
125688
126861
  },
126862
+ {
126863
+ "id": "citation",
126864
+ "title": "Citation",
126865
+ "variables": [
126866
+ {
126867
+ "description": "The padding of the CitationPopover view.\n",
126868
+ "commentRange": {
126869
+ "start": 5,
126870
+ "end": 6
126871
+ },
126872
+ "context": {
126873
+ "type": "variable",
126874
+ "name": "kendo-citation-popover-view-padding",
126875
+ "value": "k-spacing(4)",
126876
+ "scope": "default",
126877
+ "line": {
126878
+ "start": 7,
126879
+ "end": 7
126880
+ }
126881
+ },
126882
+ "group": [
126883
+ "citation"
126884
+ ],
126885
+ "access": "public",
126886
+ "file": {
126887
+ "path": "meridian/scss/citation/_variables.scss",
126888
+ "name": "_variables.scss"
126889
+ },
126890
+ "resolvedValue": "var(--kendo-spacing-4)",
126891
+ "resolvedType": "String"
126892
+ },
126893
+ {
126894
+ "description": "The text color of the CitationPopover page indicator.\n",
126895
+ "commentRange": {
126896
+ "start": 8,
126897
+ "end": 9
126898
+ },
126899
+ "context": {
126900
+ "type": "variable",
126901
+ "name": "kendo-citation-pages-color",
126902
+ "value": "k-color(subtle)",
126903
+ "scope": "default",
126904
+ "line": {
126905
+ "start": 10,
126906
+ "end": 10
126907
+ }
126908
+ },
126909
+ "group": [
126910
+ "citation"
126911
+ ],
126912
+ "access": "public",
126913
+ "file": {
126914
+ "path": "meridian/scss/citation/_variables.scss",
126915
+ "name": "_variables.scss"
126916
+ },
126917
+ "resolvedValue": "var(--kendo-color-subtle)",
126918
+ "resolvedType": "String"
126919
+ }
126920
+ ]
126921
+ },
125689
126922
  {
125690
126923
  "id": "color-system",
125691
126924
  "title": "Color System",
@@ -172267,7 +173500,7 @@
172267
173500
  "context": {
172268
173501
  "type": "variable",
172269
173502
  "name": "kendo-popover-body-padding-y",
172270
- "value": "k-spacing(2)",
173503
+ "value": "k-spacing(2) k-spacing(4)",
172271
173504
  "scope": "default",
172272
173505
  "line": {
172273
173506
  "start": 66,
@@ -172282,8 +173515,8 @@
172282
173515
  "path": "meridian/scss/popover/_variables.scss",
172283
173516
  "name": "_variables.scss"
172284
173517
  },
172285
- "resolvedValue": "var(--kendo-spacing-2)",
172286
- "resolvedType": "String"
173518
+ "resolvedValue": "(var(--kendo-spacing-2) var(--kendo-spacing-4))",
173519
+ "resolvedType": "List"
172287
173520
  },
172288
173521
  {
172289
173522
  "description": "The border width of the Popover actions.\n",
@@ -199745,6 +200978,33 @@
199745
200978
  "resolvedValue": "var(--kendo-spacing-2)",
199746
200979
  "resolvedType": "String"
199747
200980
  },
200981
+ {
200982
+ "description": "The border radius of the floating Toolbar.\n",
200983
+ "commentRange": {
200984
+ "start": 152,
200985
+ "end": 153
200986
+ },
200987
+ "context": {
200988
+ "type": "variable",
200989
+ "name": "kendo-floating-toolbar-border-radius",
200990
+ "value": "k-border-radius(xxl)",
200991
+ "scope": "default",
200992
+ "line": {
200993
+ "start": 154,
200994
+ "end": 154
200995
+ }
200996
+ },
200997
+ "group": [
200998
+ "toolbar"
200999
+ ],
201000
+ "access": "public",
201001
+ "file": {
201002
+ "path": "meridian/scss/toolbar/_variables.scss",
201003
+ "name": "_variables.scss"
201004
+ },
201005
+ "resolvedValue": "var(--kendo-border-radius-xxl)",
201006
+ "resolvedType": "String"
201007
+ },
199748
201008
  {
199749
201009
  "description": "The sizes map of the ToolBar.\n",
199750
201010
  "commentRange": {