@progress/kendo-theme-classic 12.2.1-dev.1 → 12.2.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 (34) 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 +360 -252
  17. package/dist/meta/sassdoc-raw-data.json +175 -125
  18. package/dist/meta/variables.json +8 -0
  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 +4 -4
  34. package/scss/dataviz/_variables.scss +9 -0
@@ -15426,15 +15426,15 @@
15426
15426
  "resolvedType": "List"
15427
15427
  },
15428
15428
  {
15429
- "description": "The background color of the Chart.\n",
15429
+ "description": "The text color of the chart tooltip.\n",
15430
15430
  "commentRange": {
15431
15431
  "start": 255,
15432
15432
  "end": 256
15433
15433
  },
15434
15434
  "context": {
15435
15435
  "type": "variable",
15436
- "name": "kendo-chart-bg",
15437
- "value": "k-color(surface-alt)",
15436
+ "name": "kendo-chart-tooltip-color",
15437
+ "value": "k-color(app-surface)",
15438
15438
  "scope": "default",
15439
15439
  "line": {
15440
15440
  "start": 257,
@@ -15449,18 +15449,18 @@
15449
15449
  "path": "classic/scss/dataviz/_variables.scss",
15450
15450
  "name": "_variables.scss"
15451
15451
  },
15452
- "resolvedValue": "var(--kendo-color-surface-alt, #ffffff)",
15452
+ "resolvedValue": "var(--kendo-color-app-surface, #ffffff)",
15453
15453
  "resolvedType": "String"
15454
15454
  },
15455
15455
  {
15456
- "description": "The text color of the Chart.\n",
15456
+ "description": "The inverse text color of the chart tooltip.\n",
15457
15457
  "commentRange": {
15458
15458
  "start": 258,
15459
15459
  "end": 259
15460
15460
  },
15461
15461
  "context": {
15462
15462
  "type": "variable",
15463
- "name": "kendo-chart-text",
15463
+ "name": "kendo-chart-tooltip-color-inverse",
15464
15464
  "value": "k-color(on-app-surface)",
15465
15465
  "scope": "default",
15466
15466
  "line": {
@@ -15479,11 +15479,65 @@
15479
15479
  "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
15480
15480
  "resolvedType": "String"
15481
15481
  },
15482
+ {
15483
+ "description": "The background color of the Chart.\n",
15484
+ "commentRange": {
15485
+ "start": 262,
15486
+ "end": 263
15487
+ },
15488
+ "context": {
15489
+ "type": "variable",
15490
+ "name": "kendo-chart-bg",
15491
+ "value": "k-color(surface-alt)",
15492
+ "scope": "default",
15493
+ "line": {
15494
+ "start": 264,
15495
+ "end": 264
15496
+ }
15497
+ },
15498
+ "group": [
15499
+ "charts"
15500
+ ],
15501
+ "access": "public",
15502
+ "file": {
15503
+ "path": "classic/scss/dataviz/_variables.scss",
15504
+ "name": "_variables.scss"
15505
+ },
15506
+ "resolvedValue": "var(--kendo-color-surface-alt, #ffffff)",
15507
+ "resolvedType": "String"
15508
+ },
15509
+ {
15510
+ "description": "The text color of the Chart.\n",
15511
+ "commentRange": {
15512
+ "start": 265,
15513
+ "end": 266
15514
+ },
15515
+ "context": {
15516
+ "type": "variable",
15517
+ "name": "kendo-chart-text",
15518
+ "value": "k-color(on-app-surface)",
15519
+ "scope": "default",
15520
+ "line": {
15521
+ "start": 267,
15522
+ "end": 267
15523
+ }
15524
+ },
15525
+ "group": [
15526
+ "charts"
15527
+ ],
15528
+ "access": "public",
15529
+ "file": {
15530
+ "path": "classic/scss/dataviz/_variables.scss",
15531
+ "name": "_variables.scss"
15532
+ },
15533
+ "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
15534
+ "resolvedType": "String"
15535
+ },
15482
15536
  {
15483
15537
  "description": "The border color of the Chart.\n",
15484
15538
  "commentRange": {
15485
- "start": 261,
15486
- "end": 262
15539
+ "start": 268,
15540
+ "end": 269
15487
15541
  },
15488
15542
  "context": {
15489
15543
  "type": "variable",
@@ -15491,8 +15545,8 @@
15491
15545
  "value": "k-color(border)",
15492
15546
  "scope": "default",
15493
15547
  "line": {
15494
- "start": 263,
15495
- "end": 263
15548
+ "start": 270,
15549
+ "end": 270
15496
15550
  }
15497
15551
  },
15498
15552
  "group": [
@@ -15509,8 +15563,8 @@
15509
15563
  {
15510
15564
  "description": "The background color of the Chart.\n",
15511
15565
  "commentRange": {
15512
- "start": 265,
15513
- "end": 266
15566
+ "start": 272,
15567
+ "end": 273
15514
15568
  },
15515
15569
  "context": {
15516
15570
  "type": "variable",
@@ -15518,8 +15572,8 @@
15518
15572
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15519
15573
  "scope": "default",
15520
15574
  "line": {
15521
- "start": 267,
15522
- "end": 267
15575
+ "start": 274,
15576
+ "end": 274
15523
15577
  }
15524
15578
  },
15525
15579
  "group": [
@@ -15536,8 +15590,8 @@
15536
15590
  {
15537
15591
  "description": "The text color of the Chart.\n",
15538
15592
  "commentRange": {
15539
- "start": 268,
15540
- "end": 269
15593
+ "start": 275,
15594
+ "end": 276
15541
15595
  },
15542
15596
  "context": {
15543
15597
  "type": "variable",
@@ -15545,8 +15599,8 @@
15545
15599
  "value": "$kendo-chart-text",
15546
15600
  "scope": "default",
15547
15601
  "line": {
15548
- "start": 270,
15549
- "end": 270
15602
+ "start": 277,
15603
+ "end": 277
15550
15604
  }
15551
15605
  },
15552
15606
  "group": [
@@ -15563,8 +15617,8 @@
15563
15617
  {
15564
15618
  "description": "The background color of the Chart.\n",
15565
15619
  "commentRange": {
15566
- "start": 271,
15567
- "end": 272
15620
+ "start": 278,
15621
+ "end": 279
15568
15622
  },
15569
15623
  "context": {
15570
15624
  "type": "variable",
@@ -15572,8 +15626,8 @@
15572
15626
  "value": "k-color(base)",
15573
15627
  "scope": "default",
15574
15628
  "line": {
15575
- "start": 273,
15576
- "end": 273
15629
+ "start": 280,
15630
+ "end": 280
15577
15631
  }
15578
15632
  },
15579
15633
  "group": [
@@ -15590,8 +15644,8 @@
15590
15644
  {
15591
15645
  "description": "The border color of the Chart.\n",
15592
15646
  "commentRange": {
15593
- "start": 274,
15594
- "end": 275
15647
+ "start": 281,
15648
+ "end": 282
15595
15649
  },
15596
15650
  "context": {
15597
15651
  "type": "variable",
@@ -15599,8 +15653,8 @@
15599
15653
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
15600
15654
  "scope": "default",
15601
15655
  "line": {
15602
- "start": 276,
15603
- "end": 276
15656
+ "start": 283,
15657
+ "end": 283
15604
15658
  }
15605
15659
  },
15606
15660
  "group": [
@@ -15617,8 +15671,8 @@
15617
15671
  {
15618
15672
  "description": "The background color of the Chart.\n",
15619
15673
  "commentRange": {
15620
- "start": 278,
15621
- "end": 279
15674
+ "start": 285,
15675
+ "end": 286
15622
15676
  },
15623
15677
  "context": {
15624
15678
  "type": "variable",
@@ -15626,8 +15680,8 @@
15626
15680
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15627
15681
  "scope": "default",
15628
15682
  "line": {
15629
- "start": 280,
15630
- "end": 280
15683
+ "start": 287,
15684
+ "end": 287
15631
15685
  }
15632
15686
  },
15633
15687
  "group": [
@@ -15644,8 +15698,8 @@
15644
15698
  {
15645
15699
  "description": "The border color of the Chart.\n",
15646
15700
  "commentRange": {
15647
- "start": 281,
15648
- "end": 282
15701
+ "start": 288,
15702
+ "end": 289
15649
15703
  },
15650
15704
  "context": {
15651
15705
  "type": "variable",
@@ -15653,8 +15707,8 @@
15653
15707
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15654
15708
  "scope": "default",
15655
15709
  "line": {
15656
- "start": 283,
15657
- "end": 283
15710
+ "start": 290,
15711
+ "end": 290
15658
15712
  }
15659
15713
  },
15660
15714
  "group": [
@@ -15671,8 +15725,8 @@
15671
15725
  {
15672
15726
  "description": "The notes lines of the Chart.\n",
15673
15727
  "commentRange": {
15674
- "start": 284,
15675
- "end": 285
15728
+ "start": 291,
15729
+ "end": 292
15676
15730
  },
15677
15731
  "context": {
15678
15732
  "type": "variable",
@@ -15680,8 +15734,8 @@
15680
15734
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15681
15735
  "scope": "default",
15682
15736
  "line": {
15683
- "start": 286,
15684
- "end": 286
15737
+ "start": 293,
15738
+ "end": 293
15685
15739
  }
15686
15740
  },
15687
15741
  "group": [
@@ -15698,8 +15752,8 @@
15698
15752
  {
15699
15753
  "description": "The background color of the Chart error bars.\n",
15700
15754
  "commentRange": {
15701
- "start": 288,
15702
- "end": 289
15755
+ "start": 295,
15756
+ "end": 296
15703
15757
  },
15704
15758
  "context": {
15705
15759
  "type": "variable",
@@ -15707,8 +15761,8 @@
15707
15761
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15708
15762
  "scope": "default",
15709
15763
  "line": {
15710
- "start": 290,
15711
- "end": 290
15764
+ "start": 297,
15765
+ "end": 297
15712
15766
  }
15713
15767
  },
15714
15768
  "group": [
@@ -15725,8 +15779,8 @@
15725
15779
  {
15726
15780
  "description": "The size of the Chart handle.\n",
15727
15781
  "commentRange": {
15728
- "start": 292,
15729
- "end": 293
15782
+ "start": 299,
15783
+ "end": 300
15730
15784
  },
15731
15785
  "context": {
15732
15786
  "type": "variable",
@@ -15734,8 +15788,8 @@
15734
15788
  "value": "22px",
15735
15789
  "scope": "default",
15736
15790
  "line": {
15737
- "start": 294,
15738
- "end": 294
15791
+ "start": 301,
15792
+ "end": 301
15739
15793
  }
15740
15794
  },
15741
15795
  "group": [
@@ -15752,8 +15806,8 @@
15752
15806
  {
15753
15807
  "description": "The text color of the Chart.\n",
15754
15808
  "commentRange": {
15755
- "start": 295,
15756
- "end": 296
15809
+ "start": 302,
15810
+ "end": 303
15757
15811
  },
15758
15812
  "context": {
15759
15813
  "type": "variable",
@@ -15761,8 +15815,8 @@
15761
15815
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
15762
15816
  "scope": "default",
15763
15817
  "line": {
15764
- "start": 297,
15765
- "end": 297
15818
+ "start": 304,
15819
+ "end": 304
15766
15820
  }
15767
15821
  },
15768
15822
  "group": [
@@ -15779,8 +15833,8 @@
15779
15833
  {
15780
15834
  "description": "The shadow of the Chart.\n",
15781
15835
  "commentRange": {
15782
- "start": 298,
15783
- "end": 299
15836
+ "start": 305,
15837
+ "end": 306
15784
15838
  },
15785
15839
  "context": {
15786
15840
  "type": "variable",
@@ -15788,8 +15842,8 @@
15788
15842
  "value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
15789
15843
  "scope": "default",
15790
15844
  "line": {
15791
- "start": 300,
15792
- "end": 300
15845
+ "start": 307,
15846
+ "end": 307
15793
15847
  }
15794
15848
  },
15795
15849
  "group": [
@@ -15806,8 +15860,8 @@
15806
15860
  {
15807
15861
  "description": "The height of the Dataviz title.\n",
15808
15862
  "commentRange": {
15809
- "start": 302,
15810
- "end": 303
15863
+ "start": 309,
15864
+ "end": 310
15811
15865
  },
15812
15866
  "context": {
15813
15867
  "type": "variable",
@@ -15815,8 +15869,8 @@
15815
15869
  "value": "0px",
15816
15870
  "scope": "default",
15817
15871
  "line": {
15818
- "start": 304,
15819
- "end": 304
15872
+ "start": 311,
15873
+ "end": 311
15820
15874
  }
15821
15875
  },
15822
15876
  "group": [
@@ -15833,8 +15887,8 @@
15833
15887
  {
15834
15888
  "description": "The font family of the TreeMap.\n",
15835
15889
  "commentRange": {
15836
- "start": 307,
15837
- "end": 308
15890
+ "start": 314,
15891
+ "end": 315
15838
15892
  },
15839
15893
  "context": {
15840
15894
  "type": "variable",
@@ -15842,8 +15896,8 @@
15842
15896
  "value": "var( --kendo-font-family, inherit )",
15843
15897
  "scope": "default",
15844
15898
  "line": {
15845
- "start": 309,
15846
- "end": 309
15899
+ "start": 316,
15900
+ "end": 316
15847
15901
  }
15848
15902
  },
15849
15903
  "group": [
@@ -15860,8 +15914,8 @@
15860
15914
  {
15861
15915
  "description": "The font size of the TreeMap.\n",
15862
15916
  "commentRange": {
15863
- "start": 310,
15864
- "end": 311
15917
+ "start": 317,
15918
+ "end": 318
15865
15919
  },
15866
15920
  "context": {
15867
15921
  "type": "variable",
@@ -15869,8 +15923,8 @@
15869
15923
  "value": "var( --kendo-font-size, inherit )",
15870
15924
  "scope": "default",
15871
15925
  "line": {
15872
- "start": 312,
15873
- "end": 312
15926
+ "start": 319,
15927
+ "end": 319
15874
15928
  }
15875
15929
  },
15876
15930
  "group": [
@@ -15887,8 +15941,8 @@
15887
15941
  {
15888
15942
  "description": "The height of the TreeMap.\n",
15889
15943
  "commentRange": {
15890
- "start": 313,
15891
- "end": 314
15944
+ "start": 320,
15945
+ "end": 321
15892
15946
  },
15893
15947
  "context": {
15894
15948
  "type": "variable",
@@ -15896,8 +15950,8 @@
15896
15950
  "value": "var( --kendo-line-height, normal )",
15897
15951
  "scope": "default",
15898
15952
  "line": {
15899
- "start": 315,
15900
- "end": 315
15953
+ "start": 322,
15954
+ "end": 322
15901
15955
  }
15902
15956
  },
15903
15957
  "group": [
@@ -15914,8 +15968,8 @@
15914
15968
  {
15915
15969
  "description": "The horizontal padding of the TreeMap.\n",
15916
15970
  "commentRange": {
15917
- "start": 317,
15918
- "end": 318
15971
+ "start": 324,
15972
+ "end": 325
15919
15973
  },
15920
15974
  "context": {
15921
15975
  "type": "variable",
@@ -15923,8 +15977,8 @@
15923
15977
  "value": "k-spacing(1)",
15924
15978
  "scope": "default",
15925
15979
  "line": {
15926
- "start": 319,
15927
- "end": 319
15980
+ "start": 326,
15981
+ "end": 326
15928
15982
  }
15929
15983
  },
15930
15984
  "group": [
@@ -15941,8 +15995,8 @@
15941
15995
  {
15942
15996
  "description": "The vertical padding of the TreeMap.\n",
15943
15997
  "commentRange": {
15944
- "start": 320,
15945
- "end": 321
15998
+ "start": 327,
15999
+ "end": 328
15946
16000
  },
15947
16001
  "context": {
15948
16002
  "type": "variable",
@@ -15950,8 +16004,8 @@
15950
16004
  "value": "k-spacing(0.5)",
15951
16005
  "scope": "default",
15952
16006
  "line": {
15953
- "start": 322,
15954
- "end": 322
16007
+ "start": 329,
16008
+ "end": 329
15955
16009
  }
15956
16010
  },
15957
16011
  "group": [
@@ -15968,8 +16022,8 @@
15968
16022
  {
15969
16023
  "description": "The text color of the TreeMap.\n",
15970
16024
  "commentRange": {
15971
- "start": 324,
15972
- "end": 325
16025
+ "start": 331,
16026
+ "end": 332
15973
16027
  },
15974
16028
  "context": {
15975
16029
  "type": "variable",
@@ -15977,8 +16031,8 @@
15977
16031
  "value": "k-color(on-app-surface)",
15978
16032
  "scope": "default",
15979
16033
  "line": {
15980
- "start": 326,
15981
- "end": 326
16034
+ "start": 333,
16035
+ "end": 333
15982
16036
  }
15983
16037
  },
15984
16038
  "group": [
@@ -15995,8 +16049,8 @@
15995
16049
  {
15996
16050
  "description": "The background color of the TreeMap.\n",
15997
16051
  "commentRange": {
15998
- "start": 327,
15999
- "end": 328
16052
+ "start": 334,
16053
+ "end": 335
16000
16054
  },
16001
16055
  "context": {
16002
16056
  "type": "variable",
@@ -16004,8 +16058,8 @@
16004
16058
  "value": "k-color(surface-alt)",
16005
16059
  "scope": "default",
16006
16060
  "line": {
16007
- "start": 329,
16008
- "end": 329
16061
+ "start": 336,
16062
+ "end": 336
16009
16063
  }
16010
16064
  },
16011
16065
  "group": [
@@ -16022,8 +16076,8 @@
16022
16076
  {
16023
16077
  "description": "The border color of the TreeMap.\n",
16024
16078
  "commentRange": {
16025
- "start": 330,
16026
- "end": 331
16079
+ "start": 337,
16080
+ "end": 338
16027
16081
  },
16028
16082
  "context": {
16029
16083
  "type": "variable",
@@ -16031,8 +16085,8 @@
16031
16085
  "value": "k-color(border)",
16032
16086
  "scope": "default",
16033
16087
  "line": {
16034
- "start": 332,
16035
- "end": 332
16088
+ "start": 339,
16089
+ "end": 339
16036
16090
  }
16037
16091
  },
16038
16092
  "group": [
@@ -16049,8 +16103,8 @@
16049
16103
  {
16050
16104
  "description": "The text color of the Dataviz title.\n",
16051
16105
  "commentRange": {
16052
- "start": 334,
16053
- "end": 335
16106
+ "start": 341,
16107
+ "end": 342
16054
16108
  },
16055
16109
  "context": {
16056
16110
  "type": "variable",
@@ -16058,8 +16112,8 @@
16058
16112
  "value": "k-color(on-app-surface)",
16059
16113
  "scope": "default",
16060
16114
  "line": {
16061
- "start": 336,
16062
- "end": 336
16115
+ "start": 343,
16116
+ "end": 343
16063
16117
  }
16064
16118
  },
16065
16119
  "group": [
@@ -16076,8 +16130,8 @@
16076
16130
  {
16077
16131
  "description": "The background color of the Dataviz title.\n",
16078
16132
  "commentRange": {
16079
- "start": 337,
16080
- "end": 338
16133
+ "start": 344,
16134
+ "end": 345
16081
16135
  },
16082
16136
  "context": {
16083
16137
  "type": "variable",
@@ -16085,8 +16139,8 @@
16085
16139
  "value": "k-color(surface)",
16086
16140
  "scope": "default",
16087
16141
  "line": {
16088
- "start": 339,
16089
- "end": 339
16142
+ "start": 346,
16143
+ "end": 346
16090
16144
  }
16091
16145
  },
16092
16146
  "group": [
@@ -16103,8 +16157,8 @@
16103
16157
  {
16104
16158
  "description": "The border color of the Dataviz title.\n",
16105
16159
  "commentRange": {
16106
- "start": 340,
16107
- "end": 341
16160
+ "start": 347,
16161
+ "end": 348
16108
16162
  },
16109
16163
  "context": {
16110
16164
  "type": "variable",
@@ -16112,8 +16166,8 @@
16112
16166
  "value": "k-color(border)",
16113
16167
  "scope": "default",
16114
16168
  "line": {
16115
- "start": 342,
16116
- "end": 342
16169
+ "start": 349,
16170
+ "end": 349
16117
16171
  }
16118
16172
  },
16119
16173
  "group": [
@@ -16130,8 +16184,8 @@
16130
16184
  {
16131
16185
  "description": "The background color of the Dataviz overlay.\n",
16132
16186
  "commentRange": {
16133
- "start": 345,
16134
- "end": 346
16187
+ "start": 352,
16188
+ "end": 353
16135
16189
  },
16136
16190
  "context": {
16137
16191
  "type": "variable",
@@ -16139,8 +16193,8 @@
16139
16193
  "value": "k-color(surface)",
16140
16194
  "scope": "default",
16141
16195
  "line": {
16142
- "start": 347,
16143
- "end": 347
16196
+ "start": 354,
16197
+ "end": 354
16144
16198
  }
16145
16199
  },
16146
16200
  "group": [
@@ -16157,8 +16211,8 @@
16157
16211
  {
16158
16212
  "description": "The font size of the Chart.\n",
16159
16213
  "commentRange": {
16160
- "start": 350,
16161
- "end": 351
16214
+ "start": 357,
16215
+ "end": 358
16162
16216
  },
16163
16217
  "context": {
16164
16218
  "type": "variable",
@@ -16166,8 +16220,8 @@
16166
16220
  "value": "var( --kendo-font-size-lg, inherit )",
16167
16221
  "scope": "default",
16168
16222
  "line": {
16169
- "start": 352,
16170
- "end": 352
16223
+ "start": 359,
16224
+ "end": 359
16171
16225
  }
16172
16226
  },
16173
16227
  "group": [
@@ -16184,8 +16238,8 @@
16184
16238
  {
16185
16239
  "description": "The font weight of the Chart.\n",
16186
16240
  "commentRange": {
16187
- "start": 353,
16188
- "end": 354
16241
+ "start": 360,
16242
+ "end": 361
16189
16243
  },
16190
16244
  "context": {
16191
16245
  "type": "variable",
@@ -16193,8 +16247,8 @@
16193
16247
  "value": "var( --kendo-font-weight, normal )",
16194
16248
  "scope": "default",
16195
16249
  "line": {
16196
- "start": 355,
16197
- "end": 355
16250
+ "start": 362,
16251
+ "end": 362
16198
16252
  }
16199
16253
  },
16200
16254
  "group": [
@@ -16211,8 +16265,8 @@
16211
16265
  {
16212
16266
  "description": "The vertical padding of the Chart.\n",
16213
16267
  "commentRange": {
16214
- "start": 356,
16215
- "end": 357
16268
+ "start": 363,
16269
+ "end": 364
16216
16270
  },
16217
16271
  "context": {
16218
16272
  "type": "variable",
@@ -16220,8 +16274,8 @@
16220
16274
  "value": "k-spacing( 25 )",
16221
16275
  "scope": "default",
16222
16276
  "line": {
16223
- "start": 358,
16224
- "end": 358
16277
+ "start": 365,
16278
+ "end": 365
16225
16279
  }
16226
16280
  },
16227
16281
  "group": [
@@ -16238,8 +16292,8 @@
16238
16292
  {
16239
16293
  "description": "The background color of the Gauge.\n",
16240
16294
  "commentRange": {
16241
- "start": 361,
16242
- "end": 362
16295
+ "start": 368,
16296
+ "end": 369
16243
16297
  },
16244
16298
  "context": {
16245
16299
  "type": "variable",
@@ -16247,8 +16301,8 @@
16247
16301
  "value": "k-color(primary)",
16248
16302
  "scope": "default",
16249
16303
  "line": {
16250
- "start": 363,
16251
- "end": 363
16304
+ "start": 370,
16305
+ "end": 370
16252
16306
  }
16253
16307
  },
16254
16308
  "group": [
@@ -16265,8 +16319,8 @@
16265
16319
  {
16266
16320
  "description": "The background color of the Gauge track.\n",
16267
16321
  "commentRange": {
16268
- "start": 364,
16269
- "end": 365
16322
+ "start": 371,
16323
+ "end": 372
16270
16324
  },
16271
16325
  "context": {
16272
16326
  "type": "variable",
@@ -16274,8 +16328,8 @@
16274
16328
  "value": "k-color(base-emphasis)",
16275
16329
  "scope": "default",
16276
16330
  "line": {
16277
- "start": 366,
16278
- "end": 366
16331
+ "start": 373,
16332
+ "end": 373
16279
16333
  }
16280
16334
  },
16281
16335
  "group": [
@@ -110249,15 +110303,15 @@
110249
110303
  "resolvedType": "List"
110250
110304
  },
110251
110305
  {
110252
- "description": "The background color of the Chart.\n",
110306
+ "description": "The text color of the chart tooltip.\n",
110253
110307
  "commentRange": {
110254
110308
  "start": 255,
110255
110309
  "end": 256
110256
110310
  },
110257
110311
  "context": {
110258
110312
  "type": "variable",
110259
- "name": "kendo-chart-bg",
110260
- "value": "k-color(surface-alt)",
110313
+ "name": "kendo-chart-tooltip-color",
110314
+ "value": "k-color(app-surface)",
110261
110315
  "scope": "default",
110262
110316
  "line": {
110263
110317
  "start": 257,
@@ -110272,18 +110326,18 @@
110272
110326
  "path": "classic/scss/dataviz/_variables.scss",
110273
110327
  "name": "_variables.scss"
110274
110328
  },
110275
- "resolvedValue": "var(--kendo-color-surface-alt, #ffffff)",
110329
+ "resolvedValue": "var(--kendo-color-app-surface, #ffffff)",
110276
110330
  "resolvedType": "String"
110277
110331
  },
110278
110332
  {
110279
- "description": "The text color of the Chart.\n",
110333
+ "description": "The inverse text color of the chart tooltip.\n",
110280
110334
  "commentRange": {
110281
110335
  "start": 258,
110282
110336
  "end": 259
110283
110337
  },
110284
110338
  "context": {
110285
110339
  "type": "variable",
110286
- "name": "kendo-chart-text",
110340
+ "name": "kendo-chart-tooltip-color-inverse",
110287
110341
  "value": "k-color(on-app-surface)",
110288
110342
  "scope": "default",
110289
110343
  "line": {
@@ -110302,11 +110356,65 @@
110302
110356
  "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
110303
110357
  "resolvedType": "String"
110304
110358
  },
110359
+ {
110360
+ "description": "The background color of the Chart.\n",
110361
+ "commentRange": {
110362
+ "start": 262,
110363
+ "end": 263
110364
+ },
110365
+ "context": {
110366
+ "type": "variable",
110367
+ "name": "kendo-chart-bg",
110368
+ "value": "k-color(surface-alt)",
110369
+ "scope": "default",
110370
+ "line": {
110371
+ "start": 264,
110372
+ "end": 264
110373
+ }
110374
+ },
110375
+ "group": [
110376
+ "charts"
110377
+ ],
110378
+ "access": "public",
110379
+ "file": {
110380
+ "path": "classic/scss/dataviz/_variables.scss",
110381
+ "name": "_variables.scss"
110382
+ },
110383
+ "resolvedValue": "var(--kendo-color-surface-alt, #ffffff)",
110384
+ "resolvedType": "String"
110385
+ },
110386
+ {
110387
+ "description": "The text color of the Chart.\n",
110388
+ "commentRange": {
110389
+ "start": 265,
110390
+ "end": 266
110391
+ },
110392
+ "context": {
110393
+ "type": "variable",
110394
+ "name": "kendo-chart-text",
110395
+ "value": "k-color(on-app-surface)",
110396
+ "scope": "default",
110397
+ "line": {
110398
+ "start": 267,
110399
+ "end": 267
110400
+ }
110401
+ },
110402
+ "group": [
110403
+ "charts"
110404
+ ],
110405
+ "access": "public",
110406
+ "file": {
110407
+ "path": "classic/scss/dataviz/_variables.scss",
110408
+ "name": "_variables.scss"
110409
+ },
110410
+ "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
110411
+ "resolvedType": "String"
110412
+ },
110305
110413
  {
110306
110414
  "description": "The border color of the Chart.\n",
110307
110415
  "commentRange": {
110308
- "start": 261,
110309
- "end": 262
110416
+ "start": 268,
110417
+ "end": 269
110310
110418
  },
110311
110419
  "context": {
110312
110420
  "type": "variable",
@@ -110314,8 +110422,8 @@
110314
110422
  "value": "k-color(border)",
110315
110423
  "scope": "default",
110316
110424
  "line": {
110317
- "start": 263,
110318
- "end": 263
110425
+ "start": 270,
110426
+ "end": 270
110319
110427
  }
110320
110428
  },
110321
110429
  "group": [
@@ -110332,8 +110440,8 @@
110332
110440
  {
110333
110441
  "description": "The background color of the Chart.\n",
110334
110442
  "commentRange": {
110335
- "start": 265,
110336
- "end": 266
110443
+ "start": 272,
110444
+ "end": 273
110337
110445
  },
110338
110446
  "context": {
110339
110447
  "type": "variable",
@@ -110341,8 +110449,8 @@
110341
110449
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110342
110450
  "scope": "default",
110343
110451
  "line": {
110344
- "start": 267,
110345
- "end": 267
110452
+ "start": 274,
110453
+ "end": 274
110346
110454
  }
110347
110455
  },
110348
110456
  "group": [
@@ -110359,8 +110467,8 @@
110359
110467
  {
110360
110468
  "description": "The text color of the Chart.\n",
110361
110469
  "commentRange": {
110362
- "start": 268,
110363
- "end": 269
110470
+ "start": 275,
110471
+ "end": 276
110364
110472
  },
110365
110473
  "context": {
110366
110474
  "type": "variable",
@@ -110368,8 +110476,8 @@
110368
110476
  "value": "$kendo-chart-text",
110369
110477
  "scope": "default",
110370
110478
  "line": {
110371
- "start": 270,
110372
- "end": 270
110479
+ "start": 277,
110480
+ "end": 277
110373
110481
  }
110374
110482
  },
110375
110483
  "group": [
@@ -110386,8 +110494,8 @@
110386
110494
  {
110387
110495
  "description": "The background color of the Chart.\n",
110388
110496
  "commentRange": {
110389
- "start": 271,
110390
- "end": 272
110497
+ "start": 278,
110498
+ "end": 279
110391
110499
  },
110392
110500
  "context": {
110393
110501
  "type": "variable",
@@ -110395,8 +110503,8 @@
110395
110503
  "value": "k-color(base)",
110396
110504
  "scope": "default",
110397
110505
  "line": {
110398
- "start": 273,
110399
- "end": 273
110506
+ "start": 280,
110507
+ "end": 280
110400
110508
  }
110401
110509
  },
110402
110510
  "group": [
@@ -110413,8 +110521,8 @@
110413
110521
  {
110414
110522
  "description": "The border color of the Chart.\n",
110415
110523
  "commentRange": {
110416
- "start": 274,
110417
- "end": 275
110524
+ "start": 281,
110525
+ "end": 282
110418
110526
  },
110419
110527
  "context": {
110420
110528
  "type": "variable",
@@ -110422,8 +110530,8 @@
110422
110530
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
110423
110531
  "scope": "default",
110424
110532
  "line": {
110425
- "start": 276,
110426
- "end": 276
110533
+ "start": 283,
110534
+ "end": 283
110427
110535
  }
110428
110536
  },
110429
110537
  "group": [
@@ -110440,8 +110548,8 @@
110440
110548
  {
110441
110549
  "description": "The background color of the Chart.\n",
110442
110550
  "commentRange": {
110443
- "start": 278,
110444
- "end": 279
110551
+ "start": 285,
110552
+ "end": 286
110445
110553
  },
110446
110554
  "context": {
110447
110555
  "type": "variable",
@@ -110449,8 +110557,8 @@
110449
110557
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110450
110558
  "scope": "default",
110451
110559
  "line": {
110452
- "start": 280,
110453
- "end": 280
110560
+ "start": 287,
110561
+ "end": 287
110454
110562
  }
110455
110563
  },
110456
110564
  "group": [
@@ -110467,8 +110575,8 @@
110467
110575
  {
110468
110576
  "description": "The border color of the Chart.\n",
110469
110577
  "commentRange": {
110470
- "start": 281,
110471
- "end": 282
110578
+ "start": 288,
110579
+ "end": 289
110472
110580
  },
110473
110581
  "context": {
110474
110582
  "type": "variable",
@@ -110476,8 +110584,8 @@
110476
110584
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110477
110585
  "scope": "default",
110478
110586
  "line": {
110479
- "start": 283,
110480
- "end": 283
110587
+ "start": 290,
110588
+ "end": 290
110481
110589
  }
110482
110590
  },
110483
110591
  "group": [
@@ -110494,8 +110602,8 @@
110494
110602
  {
110495
110603
  "description": "The notes lines of the Chart.\n",
110496
110604
  "commentRange": {
110497
- "start": 284,
110498
- "end": 285
110605
+ "start": 291,
110606
+ "end": 292
110499
110607
  },
110500
110608
  "context": {
110501
110609
  "type": "variable",
@@ -110503,8 +110611,8 @@
110503
110611
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110504
110612
  "scope": "default",
110505
110613
  "line": {
110506
- "start": 286,
110507
- "end": 286
110614
+ "start": 293,
110615
+ "end": 293
110508
110616
  }
110509
110617
  },
110510
110618
  "group": [
@@ -110521,8 +110629,8 @@
110521
110629
  {
110522
110630
  "description": "The background color of the Chart error bars.\n",
110523
110631
  "commentRange": {
110524
- "start": 288,
110525
- "end": 289
110632
+ "start": 295,
110633
+ "end": 296
110526
110634
  },
110527
110635
  "context": {
110528
110636
  "type": "variable",
@@ -110530,8 +110638,8 @@
110530
110638
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110531
110639
  "scope": "default",
110532
110640
  "line": {
110533
- "start": 290,
110534
- "end": 290
110641
+ "start": 297,
110642
+ "end": 297
110535
110643
  }
110536
110644
  },
110537
110645
  "group": [
@@ -110548,8 +110656,8 @@
110548
110656
  {
110549
110657
  "description": "The size of the Chart handle.\n",
110550
110658
  "commentRange": {
110551
- "start": 292,
110552
- "end": 293
110659
+ "start": 299,
110660
+ "end": 300
110553
110661
  },
110554
110662
  "context": {
110555
110663
  "type": "variable",
@@ -110557,8 +110665,8 @@
110557
110665
  "value": "22px",
110558
110666
  "scope": "default",
110559
110667
  "line": {
110560
- "start": 294,
110561
- "end": 294
110668
+ "start": 301,
110669
+ "end": 301
110562
110670
  }
110563
110671
  },
110564
110672
  "group": [
@@ -110575,8 +110683,8 @@
110575
110683
  {
110576
110684
  "description": "The text color of the Chart.\n",
110577
110685
  "commentRange": {
110578
- "start": 295,
110579
- "end": 296
110686
+ "start": 302,
110687
+ "end": 303
110580
110688
  },
110581
110689
  "context": {
110582
110690
  "type": "variable",
@@ -110584,8 +110692,8 @@
110584
110692
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
110585
110693
  "scope": "default",
110586
110694
  "line": {
110587
- "start": 297,
110588
- "end": 297
110695
+ "start": 304,
110696
+ "end": 304
110589
110697
  }
110590
110698
  },
110591
110699
  "group": [
@@ -110602,8 +110710,8 @@
110602
110710
  {
110603
110711
  "description": "The shadow of the Chart.\n",
110604
110712
  "commentRange": {
110605
- "start": 298,
110606
- "end": 299
110713
+ "start": 305,
110714
+ "end": 306
110607
110715
  },
110608
110716
  "context": {
110609
110717
  "type": "variable",
@@ -110611,8 +110719,8 @@
110611
110719
  "value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
110612
110720
  "scope": "default",
110613
110721
  "line": {
110614
- "start": 300,
110615
- "end": 300
110722
+ "start": 307,
110723
+ "end": 307
110616
110724
  }
110617
110725
  },
110618
110726
  "group": [
@@ -110629,8 +110737,8 @@
110629
110737
  {
110630
110738
  "description": "The height of the Dataviz title.\n",
110631
110739
  "commentRange": {
110632
- "start": 302,
110633
- "end": 303
110740
+ "start": 309,
110741
+ "end": 310
110634
110742
  },
110635
110743
  "context": {
110636
110744
  "type": "variable",
@@ -110638,8 +110746,8 @@
110638
110746
  "value": "0px",
110639
110747
  "scope": "default",
110640
110748
  "line": {
110641
- "start": 304,
110642
- "end": 304
110749
+ "start": 311,
110750
+ "end": 311
110643
110751
  }
110644
110752
  },
110645
110753
  "group": [
@@ -110656,8 +110764,8 @@
110656
110764
  {
110657
110765
  "description": "The font family of the TreeMap.\n",
110658
110766
  "commentRange": {
110659
- "start": 307,
110660
- "end": 308
110767
+ "start": 314,
110768
+ "end": 315
110661
110769
  },
110662
110770
  "context": {
110663
110771
  "type": "variable",
@@ -110665,8 +110773,8 @@
110665
110773
  "value": "var( --kendo-font-family, inherit )",
110666
110774
  "scope": "default",
110667
110775
  "line": {
110668
- "start": 309,
110669
- "end": 309
110776
+ "start": 316,
110777
+ "end": 316
110670
110778
  }
110671
110779
  },
110672
110780
  "group": [
@@ -110683,8 +110791,8 @@
110683
110791
  {
110684
110792
  "description": "The font size of the TreeMap.\n",
110685
110793
  "commentRange": {
110686
- "start": 310,
110687
- "end": 311
110794
+ "start": 317,
110795
+ "end": 318
110688
110796
  },
110689
110797
  "context": {
110690
110798
  "type": "variable",
@@ -110692,8 +110800,8 @@
110692
110800
  "value": "var( --kendo-font-size, inherit )",
110693
110801
  "scope": "default",
110694
110802
  "line": {
110695
- "start": 312,
110696
- "end": 312
110803
+ "start": 319,
110804
+ "end": 319
110697
110805
  }
110698
110806
  },
110699
110807
  "group": [
@@ -110710,8 +110818,8 @@
110710
110818
  {
110711
110819
  "description": "The height of the TreeMap.\n",
110712
110820
  "commentRange": {
110713
- "start": 313,
110714
- "end": 314
110821
+ "start": 320,
110822
+ "end": 321
110715
110823
  },
110716
110824
  "context": {
110717
110825
  "type": "variable",
@@ -110719,8 +110827,8 @@
110719
110827
  "value": "var( --kendo-line-height, normal )",
110720
110828
  "scope": "default",
110721
110829
  "line": {
110722
- "start": 315,
110723
- "end": 315
110830
+ "start": 322,
110831
+ "end": 322
110724
110832
  }
110725
110833
  },
110726
110834
  "group": [
@@ -110737,8 +110845,8 @@
110737
110845
  {
110738
110846
  "description": "The horizontal padding of the TreeMap.\n",
110739
110847
  "commentRange": {
110740
- "start": 317,
110741
- "end": 318
110848
+ "start": 324,
110849
+ "end": 325
110742
110850
  },
110743
110851
  "context": {
110744
110852
  "type": "variable",
@@ -110746,8 +110854,8 @@
110746
110854
  "value": "k-spacing(1)",
110747
110855
  "scope": "default",
110748
110856
  "line": {
110749
- "start": 319,
110750
- "end": 319
110857
+ "start": 326,
110858
+ "end": 326
110751
110859
  }
110752
110860
  },
110753
110861
  "group": [
@@ -110764,8 +110872,8 @@
110764
110872
  {
110765
110873
  "description": "The vertical padding of the TreeMap.\n",
110766
110874
  "commentRange": {
110767
- "start": 320,
110768
- "end": 321
110875
+ "start": 327,
110876
+ "end": 328
110769
110877
  },
110770
110878
  "context": {
110771
110879
  "type": "variable",
@@ -110773,8 +110881,8 @@
110773
110881
  "value": "k-spacing(0.5)",
110774
110882
  "scope": "default",
110775
110883
  "line": {
110776
- "start": 322,
110777
- "end": 322
110884
+ "start": 329,
110885
+ "end": 329
110778
110886
  }
110779
110887
  },
110780
110888
  "group": [
@@ -110791,8 +110899,8 @@
110791
110899
  {
110792
110900
  "description": "The text color of the TreeMap.\n",
110793
110901
  "commentRange": {
110794
- "start": 324,
110795
- "end": 325
110902
+ "start": 331,
110903
+ "end": 332
110796
110904
  },
110797
110905
  "context": {
110798
110906
  "type": "variable",
@@ -110800,8 +110908,8 @@
110800
110908
  "value": "k-color(on-app-surface)",
110801
110909
  "scope": "default",
110802
110910
  "line": {
110803
- "start": 326,
110804
- "end": 326
110911
+ "start": 333,
110912
+ "end": 333
110805
110913
  }
110806
110914
  },
110807
110915
  "group": [
@@ -110818,8 +110926,8 @@
110818
110926
  {
110819
110927
  "description": "The background color of the TreeMap.\n",
110820
110928
  "commentRange": {
110821
- "start": 327,
110822
- "end": 328
110929
+ "start": 334,
110930
+ "end": 335
110823
110931
  },
110824
110932
  "context": {
110825
110933
  "type": "variable",
@@ -110827,8 +110935,8 @@
110827
110935
  "value": "k-color(surface-alt)",
110828
110936
  "scope": "default",
110829
110937
  "line": {
110830
- "start": 329,
110831
- "end": 329
110938
+ "start": 336,
110939
+ "end": 336
110832
110940
  }
110833
110941
  },
110834
110942
  "group": [
@@ -110845,8 +110953,8 @@
110845
110953
  {
110846
110954
  "description": "The border color of the TreeMap.\n",
110847
110955
  "commentRange": {
110848
- "start": 330,
110849
- "end": 331
110956
+ "start": 337,
110957
+ "end": 338
110850
110958
  },
110851
110959
  "context": {
110852
110960
  "type": "variable",
@@ -110854,8 +110962,8 @@
110854
110962
  "value": "k-color(border)",
110855
110963
  "scope": "default",
110856
110964
  "line": {
110857
- "start": 332,
110858
- "end": 332
110965
+ "start": 339,
110966
+ "end": 339
110859
110967
  }
110860
110968
  },
110861
110969
  "group": [
@@ -110872,8 +110980,8 @@
110872
110980
  {
110873
110981
  "description": "The text color of the Dataviz title.\n",
110874
110982
  "commentRange": {
110875
- "start": 334,
110876
- "end": 335
110983
+ "start": 341,
110984
+ "end": 342
110877
110985
  },
110878
110986
  "context": {
110879
110987
  "type": "variable",
@@ -110881,8 +110989,8 @@
110881
110989
  "value": "k-color(on-app-surface)",
110882
110990
  "scope": "default",
110883
110991
  "line": {
110884
- "start": 336,
110885
- "end": 336
110992
+ "start": 343,
110993
+ "end": 343
110886
110994
  }
110887
110995
  },
110888
110996
  "group": [
@@ -110899,8 +111007,8 @@
110899
111007
  {
110900
111008
  "description": "The background color of the Dataviz title.\n",
110901
111009
  "commentRange": {
110902
- "start": 337,
110903
- "end": 338
111010
+ "start": 344,
111011
+ "end": 345
110904
111012
  },
110905
111013
  "context": {
110906
111014
  "type": "variable",
@@ -110908,8 +111016,8 @@
110908
111016
  "value": "k-color(surface)",
110909
111017
  "scope": "default",
110910
111018
  "line": {
110911
- "start": 339,
110912
- "end": 339
111019
+ "start": 346,
111020
+ "end": 346
110913
111021
  }
110914
111022
  },
110915
111023
  "group": [
@@ -110926,8 +111034,8 @@
110926
111034
  {
110927
111035
  "description": "The border color of the Dataviz title.\n",
110928
111036
  "commentRange": {
110929
- "start": 340,
110930
- "end": 341
111037
+ "start": 347,
111038
+ "end": 348
110931
111039
  },
110932
111040
  "context": {
110933
111041
  "type": "variable",
@@ -110935,8 +111043,8 @@
110935
111043
  "value": "k-color(border)",
110936
111044
  "scope": "default",
110937
111045
  "line": {
110938
- "start": 342,
110939
- "end": 342
111046
+ "start": 349,
111047
+ "end": 349
110940
111048
  }
110941
111049
  },
110942
111050
  "group": [
@@ -110953,8 +111061,8 @@
110953
111061
  {
110954
111062
  "description": "The background color of the Dataviz overlay.\n",
110955
111063
  "commentRange": {
110956
- "start": 345,
110957
- "end": 346
111064
+ "start": 352,
111065
+ "end": 353
110958
111066
  },
110959
111067
  "context": {
110960
111068
  "type": "variable",
@@ -110962,8 +111070,8 @@
110962
111070
  "value": "k-color(surface)",
110963
111071
  "scope": "default",
110964
111072
  "line": {
110965
- "start": 347,
110966
- "end": 347
111073
+ "start": 354,
111074
+ "end": 354
110967
111075
  }
110968
111076
  },
110969
111077
  "group": [
@@ -110980,8 +111088,8 @@
110980
111088
  {
110981
111089
  "description": "The font size of the Chart.\n",
110982
111090
  "commentRange": {
110983
- "start": 350,
110984
- "end": 351
111091
+ "start": 357,
111092
+ "end": 358
110985
111093
  },
110986
111094
  "context": {
110987
111095
  "type": "variable",
@@ -110989,8 +111097,8 @@
110989
111097
  "value": "var( --kendo-font-size-lg, inherit )",
110990
111098
  "scope": "default",
110991
111099
  "line": {
110992
- "start": 352,
110993
- "end": 352
111100
+ "start": 359,
111101
+ "end": 359
110994
111102
  }
110995
111103
  },
110996
111104
  "group": [
@@ -111007,8 +111115,8 @@
111007
111115
  {
111008
111116
  "description": "The font weight of the Chart.\n",
111009
111117
  "commentRange": {
111010
- "start": 353,
111011
- "end": 354
111118
+ "start": 360,
111119
+ "end": 361
111012
111120
  },
111013
111121
  "context": {
111014
111122
  "type": "variable",
@@ -111016,8 +111124,8 @@
111016
111124
  "value": "var( --kendo-font-weight, normal )",
111017
111125
  "scope": "default",
111018
111126
  "line": {
111019
- "start": 355,
111020
- "end": 355
111127
+ "start": 362,
111128
+ "end": 362
111021
111129
  }
111022
111130
  },
111023
111131
  "group": [
@@ -111034,8 +111142,8 @@
111034
111142
  {
111035
111143
  "description": "The vertical padding of the Chart.\n",
111036
111144
  "commentRange": {
111037
- "start": 356,
111038
- "end": 357
111145
+ "start": 363,
111146
+ "end": 364
111039
111147
  },
111040
111148
  "context": {
111041
111149
  "type": "variable",
@@ -111043,8 +111151,8 @@
111043
111151
  "value": "k-spacing( 25 )",
111044
111152
  "scope": "default",
111045
111153
  "line": {
111046
- "start": 358,
111047
- "end": 358
111154
+ "start": 365,
111155
+ "end": 365
111048
111156
  }
111049
111157
  },
111050
111158
  "group": [
@@ -111061,8 +111169,8 @@
111061
111169
  {
111062
111170
  "description": "The background color of the Gauge.\n",
111063
111171
  "commentRange": {
111064
- "start": 361,
111065
- "end": 362
111172
+ "start": 368,
111173
+ "end": 369
111066
111174
  },
111067
111175
  "context": {
111068
111176
  "type": "variable",
@@ -111070,8 +111178,8 @@
111070
111178
  "value": "k-color(primary)",
111071
111179
  "scope": "default",
111072
111180
  "line": {
111073
- "start": 363,
111074
- "end": 363
111181
+ "start": 370,
111182
+ "end": 370
111075
111183
  }
111076
111184
  },
111077
111185
  "group": [
@@ -111088,8 +111196,8 @@
111088
111196
  {
111089
111197
  "description": "The background color of the Gauge track.\n",
111090
111198
  "commentRange": {
111091
- "start": 364,
111092
- "end": 365
111199
+ "start": 371,
111200
+ "end": 372
111093
111201
  },
111094
111202
  "context": {
111095
111203
  "type": "variable",
@@ -111097,8 +111205,8 @@
111097
111205
  "value": "k-color(base-emphasis)",
111098
111206
  "scope": "default",
111099
111207
  "line": {
111100
- "start": 366,
111101
- "end": 366
111208
+ "start": 373,
111209
+ "end": 373
111102
111210
  }
111103
111211
  },
111104
111212
  "group": [