@progress/kendo-theme-material 12.2.1 → 12.2.3-dev.0

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 (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +360 -252
  20. package/dist/meta/sassdoc-raw-data.json +175 -125
  21. package/dist/meta/variables.json +8 -0
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/button/_theme.scss +9 -9
  41. package/scss/dataviz/_variables.scss +9 -0
  42. package/scss/tabstrip/_layout.scss +1 -1
@@ -15534,15 +15534,15 @@
15534
15534
  "resolvedType": "List"
15535
15535
  },
15536
15536
  {
15537
- "description": "The background color of the Chart.\n",
15537
+ "description": "The text color of the chart tooltip.\n",
15538
15538
  "commentRange": {
15539
15539
  "start": 254,
15540
15540
  "end": 255
15541
15541
  },
15542
15542
  "context": {
15543
15543
  "type": "variable",
15544
- "name": "kendo-chart-bg",
15545
- "value": "k-color(surface)",
15544
+ "name": "kendo-chart-tooltip-color",
15545
+ "value": "k-color(app-surface)",
15546
15546
  "scope": "default",
15547
15547
  "line": {
15548
15548
  "start": 256,
@@ -15557,18 +15557,18 @@
15557
15557
  "path": "material/scss/dataviz/_variables.scss",
15558
15558
  "name": "_variables.scss"
15559
15559
  },
15560
- "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
15560
+ "resolvedValue": "var(--kendo-color-app-surface, #FEFBFF)",
15561
15561
  "resolvedType": "String"
15562
15562
  },
15563
15563
  {
15564
- "description": "The text color of the Chart.\n",
15564
+ "description": "The inverse text color of the chart tooltip.\n",
15565
15565
  "commentRange": {
15566
15566
  "start": 257,
15567
15567
  "end": 258
15568
15568
  },
15569
15569
  "context": {
15570
15570
  "type": "variable",
15571
- "name": "kendo-chart-text",
15571
+ "name": "kendo-chart-tooltip-color-inverse",
15572
15572
  "value": "k-color(on-app-surface)",
15573
15573
  "scope": "default",
15574
15574
  "line": {
@@ -15587,11 +15587,65 @@
15587
15587
  "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
15588
15588
  "resolvedType": "String"
15589
15589
  },
15590
+ {
15591
+ "description": "The background color of the Chart.\n",
15592
+ "commentRange": {
15593
+ "start": 261,
15594
+ "end": 262
15595
+ },
15596
+ "context": {
15597
+ "type": "variable",
15598
+ "name": "kendo-chart-bg",
15599
+ "value": "k-color(surface)",
15600
+ "scope": "default",
15601
+ "line": {
15602
+ "start": 263,
15603
+ "end": 263
15604
+ }
15605
+ },
15606
+ "group": [
15607
+ "charts"
15608
+ ],
15609
+ "access": "public",
15610
+ "file": {
15611
+ "path": "material/scss/dataviz/_variables.scss",
15612
+ "name": "_variables.scss"
15613
+ },
15614
+ "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
15615
+ "resolvedType": "String"
15616
+ },
15617
+ {
15618
+ "description": "The text color of the Chart.\n",
15619
+ "commentRange": {
15620
+ "start": 264,
15621
+ "end": 265
15622
+ },
15623
+ "context": {
15624
+ "type": "variable",
15625
+ "name": "kendo-chart-text",
15626
+ "value": "k-color(on-app-surface)",
15627
+ "scope": "default",
15628
+ "line": {
15629
+ "start": 266,
15630
+ "end": 266
15631
+ }
15632
+ },
15633
+ "group": [
15634
+ "charts"
15635
+ ],
15636
+ "access": "public",
15637
+ "file": {
15638
+ "path": "material/scss/dataviz/_variables.scss",
15639
+ "name": "_variables.scss"
15640
+ },
15641
+ "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
15642
+ "resolvedType": "String"
15643
+ },
15590
15644
  {
15591
15645
  "description": "The border color of the Chart.\n",
15592
15646
  "commentRange": {
15593
- "start": 260,
15594
- "end": 261
15647
+ "start": 267,
15648
+ "end": 268
15595
15649
  },
15596
15650
  "context": {
15597
15651
  "type": "variable",
@@ -15599,8 +15653,8 @@
15599
15653
  "value": "k-color(border)",
15600
15654
  "scope": "default",
15601
15655
  "line": {
15602
- "start": 262,
15603
- "end": 262
15656
+ "start": 269,
15657
+ "end": 269
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": 264,
15621
- "end": 265
15674
+ "start": 271,
15675
+ "end": 272
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": 266,
15630
- "end": 266
15683
+ "start": 273,
15684
+ "end": 273
15631
15685
  }
15632
15686
  },
15633
15687
  "group": [
@@ -15644,8 +15698,8 @@
15644
15698
  {
15645
15699
  "description": "The text color of the Chart.\n",
15646
15700
  "commentRange": {
15647
- "start": 267,
15648
- "end": 268
15701
+ "start": 274,
15702
+ "end": 275
15649
15703
  },
15650
15704
  "context": {
15651
15705
  "type": "variable",
@@ -15653,8 +15707,8 @@
15653
15707
  "value": "$kendo-chart-text",
15654
15708
  "scope": "default",
15655
15709
  "line": {
15656
- "start": 269,
15657
- "end": 269
15710
+ "start": 276,
15711
+ "end": 276
15658
15712
  }
15659
15713
  },
15660
15714
  "group": [
@@ -15671,8 +15725,8 @@
15671
15725
  {
15672
15726
  "description": "The background color of the Chart.\n",
15673
15727
  "commentRange": {
15674
- "start": 270,
15675
- "end": 271
15728
+ "start": 277,
15729
+ "end": 278
15676
15730
  },
15677
15731
  "context": {
15678
15732
  "type": "variable",
@@ -15680,8 +15734,8 @@
15680
15734
  "value": "k-color(base-subtle)",
15681
15735
  "scope": "default",
15682
15736
  "line": {
15683
- "start": 272,
15684
- "end": 272
15737
+ "start": 279,
15738
+ "end": 279
15685
15739
  }
15686
15740
  },
15687
15741
  "group": [
@@ -15698,8 +15752,8 @@
15698
15752
  {
15699
15753
  "description": "The border color of the Chart.\n",
15700
15754
  "commentRange": {
15701
- "start": 273,
15702
- "end": 274
15755
+ "start": 280,
15756
+ "end": 281
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) 8%, transparent)",
15708
15762
  "scope": "default",
15709
15763
  "line": {
15710
- "start": 275,
15711
- "end": 275
15764
+ "start": 282,
15765
+ "end": 282
15712
15766
  }
15713
15767
  },
15714
15768
  "group": [
@@ -15725,8 +15779,8 @@
15725
15779
  {
15726
15780
  "description": "The background color of the Chart.\n",
15727
15781
  "commentRange": {
15728
- "start": 277,
15729
- "end": 278
15782
+ "start": 284,
15783
+ "end": 285
15730
15784
  },
15731
15785
  "context": {
15732
15786
  "type": "variable",
@@ -15734,8 +15788,8 @@
15734
15788
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15735
15789
  "scope": "default",
15736
15790
  "line": {
15737
- "start": 279,
15738
- "end": 279
15791
+ "start": 286,
15792
+ "end": 286
15739
15793
  }
15740
15794
  },
15741
15795
  "group": [
@@ -15752,8 +15806,8 @@
15752
15806
  {
15753
15807
  "description": "The border color of the Chart.\n",
15754
15808
  "commentRange": {
15755
- "start": 280,
15756
- "end": 281
15809
+ "start": 287,
15810
+ "end": 288
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) 50%, transparent)",
15762
15816
  "scope": "default",
15763
15817
  "line": {
15764
- "start": 282,
15765
- "end": 282
15818
+ "start": 289,
15819
+ "end": 289
15766
15820
  }
15767
15821
  },
15768
15822
  "group": [
@@ -15779,8 +15833,8 @@
15779
15833
  {
15780
15834
  "description": "The notes lines of the Chart.\n",
15781
15835
  "commentRange": {
15782
- "start": 283,
15783
- "end": 284
15836
+ "start": 290,
15837
+ "end": 291
15784
15838
  },
15785
15839
  "context": {
15786
15840
  "type": "variable",
@@ -15788,8 +15842,8 @@
15788
15842
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15789
15843
  "scope": "default",
15790
15844
  "line": {
15791
- "start": 285,
15792
- "end": 285
15845
+ "start": 292,
15846
+ "end": 292
15793
15847
  }
15794
15848
  },
15795
15849
  "group": [
@@ -15806,8 +15860,8 @@
15806
15860
  {
15807
15861
  "description": "The background color of the Chart error bars.\n",
15808
15862
  "commentRange": {
15809
- "start": 287,
15810
- "end": 288
15863
+ "start": 294,
15864
+ "end": 295
15811
15865
  },
15812
15866
  "context": {
15813
15867
  "type": "variable",
@@ -15815,8 +15869,8 @@
15815
15869
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15816
15870
  "scope": "default",
15817
15871
  "line": {
15818
- "start": 289,
15819
- "end": 289
15872
+ "start": 296,
15873
+ "end": 296
15820
15874
  }
15821
15875
  },
15822
15876
  "group": [
@@ -15833,8 +15887,8 @@
15833
15887
  {
15834
15888
  "description": "The size of the Chart handle.\n",
15835
15889
  "commentRange": {
15836
- "start": 291,
15837
- "end": 292
15890
+ "start": 298,
15891
+ "end": 299
15838
15892
  },
15839
15893
  "context": {
15840
15894
  "type": "variable",
@@ -15842,8 +15896,8 @@
15842
15896
  "value": "22px",
15843
15897
  "scope": "default",
15844
15898
  "line": {
15845
- "start": 293,
15846
- "end": 293
15899
+ "start": 300,
15900
+ "end": 300
15847
15901
  }
15848
15902
  },
15849
15903
  "group": [
@@ -15860,8 +15914,8 @@
15860
15914
  {
15861
15915
  "description": "The text color of the Chart.\n",
15862
15916
  "commentRange": {
15863
- "start": 294,
15864
- "end": 295
15917
+ "start": 301,
15918
+ "end": 302
15865
15919
  },
15866
15920
  "context": {
15867
15921
  "type": "variable",
@@ -15869,8 +15923,8 @@
15869
15923
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
15870
15924
  "scope": "default",
15871
15925
  "line": {
15872
- "start": 296,
15873
- "end": 296
15926
+ "start": 303,
15927
+ "end": 303
15874
15928
  }
15875
15929
  },
15876
15930
  "group": [
@@ -15887,8 +15941,8 @@
15887
15941
  {
15888
15942
  "description": "The shadow of the Chart.\n",
15889
15943
  "commentRange": {
15890
- "start": 297,
15891
- "end": 298
15944
+ "start": 304,
15945
+ "end": 305
15892
15946
  },
15893
15947
  "context": {
15894
15948
  "type": "variable",
@@ -15896,8 +15950,8 @@
15896
15950
  "value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
15897
15951
  "scope": "default",
15898
15952
  "line": {
15899
- "start": 299,
15900
- "end": 299
15953
+ "start": 306,
15954
+ "end": 306
15901
15955
  }
15902
15956
  },
15903
15957
  "group": [
@@ -15914,8 +15968,8 @@
15914
15968
  {
15915
15969
  "description": "The height of the Dataviz title.\n",
15916
15970
  "commentRange": {
15917
- "start": 301,
15918
- "end": 302
15971
+ "start": 308,
15972
+ "end": 309
15919
15973
  },
15920
15974
  "context": {
15921
15975
  "type": "variable",
@@ -15923,8 +15977,8 @@
15923
15977
  "value": "0px",
15924
15978
  "scope": "default",
15925
15979
  "line": {
15926
- "start": 303,
15927
- "end": 303
15980
+ "start": 310,
15981
+ "end": 310
15928
15982
  }
15929
15983
  },
15930
15984
  "group": [
@@ -15941,8 +15995,8 @@
15941
15995
  {
15942
15996
  "description": "The font family of the TreeMap.\n",
15943
15997
  "commentRange": {
15944
- "start": 306,
15945
- "end": 307
15998
+ "start": 313,
15999
+ "end": 314
15946
16000
  },
15947
16001
  "context": {
15948
16002
  "type": "variable",
@@ -15950,8 +16004,8 @@
15950
16004
  "value": "var( --kendo-font-family, inherit )",
15951
16005
  "scope": "default",
15952
16006
  "line": {
15953
- "start": 308,
15954
- "end": 308
16007
+ "start": 315,
16008
+ "end": 315
15955
16009
  }
15956
16010
  },
15957
16011
  "group": [
@@ -15968,8 +16022,8 @@
15968
16022
  {
15969
16023
  "description": "The font size of the TreeMap.\n",
15970
16024
  "commentRange": {
15971
- "start": 309,
15972
- "end": 310
16025
+ "start": 316,
16026
+ "end": 317
15973
16027
  },
15974
16028
  "context": {
15975
16029
  "type": "variable",
@@ -15977,8 +16031,8 @@
15977
16031
  "value": "var( --kendo-font-size, inherit )",
15978
16032
  "scope": "default",
15979
16033
  "line": {
15980
- "start": 311,
15981
- "end": 311
16034
+ "start": 318,
16035
+ "end": 318
15982
16036
  }
15983
16037
  },
15984
16038
  "group": [
@@ -15995,8 +16049,8 @@
15995
16049
  {
15996
16050
  "description": "The height of the TreeMap.\n",
15997
16051
  "commentRange": {
15998
- "start": 312,
15999
- "end": 313
16052
+ "start": 319,
16053
+ "end": 320
16000
16054
  },
16001
16055
  "context": {
16002
16056
  "type": "variable",
@@ -16004,8 +16058,8 @@
16004
16058
  "value": "var( --kendo-line-height, normal )",
16005
16059
  "scope": "default",
16006
16060
  "line": {
16007
- "start": 314,
16008
- "end": 314
16061
+ "start": 321,
16062
+ "end": 321
16009
16063
  }
16010
16064
  },
16011
16065
  "group": [
@@ -16022,8 +16076,8 @@
16022
16076
  {
16023
16077
  "description": "The horizontal padding of the TreeMap.\n",
16024
16078
  "commentRange": {
16025
- "start": 316,
16026
- "end": 317
16079
+ "start": 323,
16080
+ "end": 324
16027
16081
  },
16028
16082
  "context": {
16029
16083
  "type": "variable",
@@ -16031,8 +16085,8 @@
16031
16085
  "value": "k-spacing(2)",
16032
16086
  "scope": "default",
16033
16087
  "line": {
16034
- "start": 318,
16035
- "end": 318
16088
+ "start": 325,
16089
+ "end": 325
16036
16090
  }
16037
16091
  },
16038
16092
  "group": [
@@ -16049,8 +16103,8 @@
16049
16103
  {
16050
16104
  "description": "The vertical padding of the TreeMap.\n",
16051
16105
  "commentRange": {
16052
- "start": 319,
16053
- "end": 320
16106
+ "start": 326,
16107
+ "end": 327
16054
16108
  },
16055
16109
  "context": {
16056
16110
  "type": "variable",
@@ -16058,8 +16112,8 @@
16058
16112
  "value": "k-spacing(0.5)",
16059
16113
  "scope": "default",
16060
16114
  "line": {
16061
- "start": 321,
16062
- "end": 321
16115
+ "start": 328,
16116
+ "end": 328
16063
16117
  }
16064
16118
  },
16065
16119
  "group": [
@@ -16076,8 +16130,8 @@
16076
16130
  {
16077
16131
  "description": "The text color of the TreeMap.\n",
16078
16132
  "commentRange": {
16079
- "start": 323,
16080
- "end": 324
16133
+ "start": 330,
16134
+ "end": 331
16081
16135
  },
16082
16136
  "context": {
16083
16137
  "type": "variable",
@@ -16085,8 +16139,8 @@
16085
16139
  "value": "k-color(on-app-surface)",
16086
16140
  "scope": "default",
16087
16141
  "line": {
16088
- "start": 325,
16089
- "end": 325
16142
+ "start": 332,
16143
+ "end": 332
16090
16144
  }
16091
16145
  },
16092
16146
  "group": [
@@ -16103,8 +16157,8 @@
16103
16157
  {
16104
16158
  "description": "The background color of the TreeMap.\n",
16105
16159
  "commentRange": {
16106
- "start": 326,
16107
- "end": 327
16160
+ "start": 333,
16161
+ "end": 334
16108
16162
  },
16109
16163
  "context": {
16110
16164
  "type": "variable",
@@ -16112,8 +16166,8 @@
16112
16166
  "value": "k-color(surface-alt)",
16113
16167
  "scope": "default",
16114
16168
  "line": {
16115
- "start": 328,
16116
- "end": 328
16169
+ "start": 335,
16170
+ "end": 335
16117
16171
  }
16118
16172
  },
16119
16173
  "group": [
@@ -16130,8 +16184,8 @@
16130
16184
  {
16131
16185
  "description": "The border color of the TreeMap.\n",
16132
16186
  "commentRange": {
16133
- "start": 329,
16134
- "end": 330
16187
+ "start": 336,
16188
+ "end": 337
16135
16189
  },
16136
16190
  "context": {
16137
16191
  "type": "variable",
@@ -16139,8 +16193,8 @@
16139
16193
  "value": "k-color(border)",
16140
16194
  "scope": "default",
16141
16195
  "line": {
16142
- "start": 331,
16143
- "end": 331
16196
+ "start": 338,
16197
+ "end": 338
16144
16198
  }
16145
16199
  },
16146
16200
  "group": [
@@ -16157,8 +16211,8 @@
16157
16211
  {
16158
16212
  "description": "The text color of the Dataviz title.\n",
16159
16213
  "commentRange": {
16160
- "start": 333,
16161
- "end": 334
16214
+ "start": 340,
16215
+ "end": 341
16162
16216
  },
16163
16217
  "context": {
16164
16218
  "type": "variable",
@@ -16166,8 +16220,8 @@
16166
16220
  "value": "k-color(on-app-surface)",
16167
16221
  "scope": "default",
16168
16222
  "line": {
16169
- "start": 335,
16170
- "end": 335
16223
+ "start": 342,
16224
+ "end": 342
16171
16225
  }
16172
16226
  },
16173
16227
  "group": [
@@ -16184,8 +16238,8 @@
16184
16238
  {
16185
16239
  "description": "The background color of the Dataviz title.\n",
16186
16240
  "commentRange": {
16187
- "start": 336,
16188
- "end": 337
16241
+ "start": 343,
16242
+ "end": 344
16189
16243
  },
16190
16244
  "context": {
16191
16245
  "type": "variable",
@@ -16193,8 +16247,8 @@
16193
16247
  "value": "k-color(app-surface)",
16194
16248
  "scope": "default",
16195
16249
  "line": {
16196
- "start": 338,
16197
- "end": 338
16250
+ "start": 345,
16251
+ "end": 345
16198
16252
  }
16199
16253
  },
16200
16254
  "group": [
@@ -16211,8 +16265,8 @@
16211
16265
  {
16212
16266
  "description": "The border color of the Dataviz title.\n",
16213
16267
  "commentRange": {
16214
- "start": 339,
16215
- "end": 340
16268
+ "start": 346,
16269
+ "end": 347
16216
16270
  },
16217
16271
  "context": {
16218
16272
  "type": "variable",
@@ -16220,8 +16274,8 @@
16220
16274
  "value": "k-color(border)",
16221
16275
  "scope": "default",
16222
16276
  "line": {
16223
- "start": 341,
16224
- "end": 341
16277
+ "start": 348,
16278
+ "end": 348
16225
16279
  }
16226
16280
  },
16227
16281
  "group": [
@@ -16238,8 +16292,8 @@
16238
16292
  {
16239
16293
  "description": "The background color of the Dataviz overlay.\n",
16240
16294
  "commentRange": {
16241
- "start": 344,
16242
- "end": 345
16295
+ "start": 351,
16296
+ "end": 352
16243
16297
  },
16244
16298
  "context": {
16245
16299
  "type": "variable",
@@ -16247,8 +16301,8 @@
16247
16301
  "value": "k-color(surface)",
16248
16302
  "scope": "default",
16249
16303
  "line": {
16250
- "start": 346,
16251
- "end": 346
16304
+ "start": 353,
16305
+ "end": 353
16252
16306
  }
16253
16307
  },
16254
16308
  "group": [
@@ -16265,8 +16319,8 @@
16265
16319
  {
16266
16320
  "description": "The font size of the Chart.\n",
16267
16321
  "commentRange": {
16268
- "start": 349,
16269
- "end": 350
16322
+ "start": 356,
16323
+ "end": 357
16270
16324
  },
16271
16325
  "context": {
16272
16326
  "type": "variable",
@@ -16274,8 +16328,8 @@
16274
16328
  "value": "var( --kendo-font-size-lg, inherit )",
16275
16329
  "scope": "default",
16276
16330
  "line": {
16277
- "start": 351,
16278
- "end": 351
16331
+ "start": 358,
16332
+ "end": 358
16279
16333
  }
16280
16334
  },
16281
16335
  "group": [
@@ -16292,8 +16346,8 @@
16292
16346
  {
16293
16347
  "description": "The font weight of the Chart.\n",
16294
16348
  "commentRange": {
16295
- "start": 352,
16296
- "end": 353
16349
+ "start": 359,
16350
+ "end": 360
16297
16351
  },
16298
16352
  "context": {
16299
16353
  "type": "variable",
@@ -16301,8 +16355,8 @@
16301
16355
  "value": "var( --kendo-font-weight, normal )",
16302
16356
  "scope": "default",
16303
16357
  "line": {
16304
- "start": 354,
16305
- "end": 354
16358
+ "start": 361,
16359
+ "end": 361
16306
16360
  }
16307
16361
  },
16308
16362
  "group": [
@@ -16319,8 +16373,8 @@
16319
16373
  {
16320
16374
  "description": "The vertical padding of the Chart.\n",
16321
16375
  "commentRange": {
16322
- "start": 355,
16323
- "end": 356
16376
+ "start": 362,
16377
+ "end": 363
16324
16378
  },
16325
16379
  "context": {
16326
16380
  "type": "variable",
@@ -16328,8 +16382,8 @@
16328
16382
  "value": "k-spacing( 25 )",
16329
16383
  "scope": "default",
16330
16384
  "line": {
16331
- "start": 357,
16332
- "end": 357
16385
+ "start": 364,
16386
+ "end": 364
16333
16387
  }
16334
16388
  },
16335
16389
  "group": [
@@ -16346,8 +16400,8 @@
16346
16400
  {
16347
16401
  "description": "The background color of the Gauge.\n",
16348
16402
  "commentRange": {
16349
- "start": 360,
16350
- "end": 361
16403
+ "start": 367,
16404
+ "end": 368
16351
16405
  },
16352
16406
  "context": {
16353
16407
  "type": "variable",
@@ -16355,8 +16409,8 @@
16355
16409
  "value": "k-color(primary)",
16356
16410
  "scope": "default",
16357
16411
  "line": {
16358
- "start": 362,
16359
- "end": 362
16412
+ "start": 369,
16413
+ "end": 369
16360
16414
  }
16361
16415
  },
16362
16416
  "group": [
@@ -16373,8 +16427,8 @@
16373
16427
  {
16374
16428
  "description": "The background color of the Gauge track.\n",
16375
16429
  "commentRange": {
16376
- "start": 363,
16377
- "end": 364
16430
+ "start": 370,
16431
+ "end": 371
16378
16432
  },
16379
16433
  "context": {
16380
16434
  "type": "variable",
@@ -16382,8 +16436,8 @@
16382
16436
  "value": "k-color(primary-subtle)",
16383
16437
  "scope": "default",
16384
16438
  "line": {
16385
- "start": 365,
16386
- "end": 365
16439
+ "start": 372,
16440
+ "end": 372
16387
16441
  }
16388
16442
  },
16389
16443
  "group": [
@@ -110427,15 +110481,15 @@
110427
110481
  "resolvedType": "List"
110428
110482
  },
110429
110483
  {
110430
- "description": "The background color of the Chart.\n",
110484
+ "description": "The text color of the chart tooltip.\n",
110431
110485
  "commentRange": {
110432
110486
  "start": 254,
110433
110487
  "end": 255
110434
110488
  },
110435
110489
  "context": {
110436
110490
  "type": "variable",
110437
- "name": "kendo-chart-bg",
110438
- "value": "k-color(surface)",
110491
+ "name": "kendo-chart-tooltip-color",
110492
+ "value": "k-color(app-surface)",
110439
110493
  "scope": "default",
110440
110494
  "line": {
110441
110495
  "start": 256,
@@ -110450,18 +110504,18 @@
110450
110504
  "path": "material/scss/dataviz/_variables.scss",
110451
110505
  "name": "_variables.scss"
110452
110506
  },
110453
- "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
110507
+ "resolvedValue": "var(--kendo-color-app-surface, #FEFBFF)",
110454
110508
  "resolvedType": "String"
110455
110509
  },
110456
110510
  {
110457
- "description": "The text color of the Chart.\n",
110511
+ "description": "The inverse text color of the chart tooltip.\n",
110458
110512
  "commentRange": {
110459
110513
  "start": 257,
110460
110514
  "end": 258
110461
110515
  },
110462
110516
  "context": {
110463
110517
  "type": "variable",
110464
- "name": "kendo-chart-text",
110518
+ "name": "kendo-chart-tooltip-color-inverse",
110465
110519
  "value": "k-color(on-app-surface)",
110466
110520
  "scope": "default",
110467
110521
  "line": {
@@ -110480,11 +110534,65 @@
110480
110534
  "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
110481
110535
  "resolvedType": "String"
110482
110536
  },
110537
+ {
110538
+ "description": "The background color of the Chart.\n",
110539
+ "commentRange": {
110540
+ "start": 261,
110541
+ "end": 262
110542
+ },
110543
+ "context": {
110544
+ "type": "variable",
110545
+ "name": "kendo-chart-bg",
110546
+ "value": "k-color(surface)",
110547
+ "scope": "default",
110548
+ "line": {
110549
+ "start": 263,
110550
+ "end": 263
110551
+ }
110552
+ },
110553
+ "group": [
110554
+ "charts"
110555
+ ],
110556
+ "access": "public",
110557
+ "file": {
110558
+ "path": "material/scss/dataviz/_variables.scss",
110559
+ "name": "_variables.scss"
110560
+ },
110561
+ "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
110562
+ "resolvedType": "String"
110563
+ },
110564
+ {
110565
+ "description": "The text color of the Chart.\n",
110566
+ "commentRange": {
110567
+ "start": 264,
110568
+ "end": 265
110569
+ },
110570
+ "context": {
110571
+ "type": "variable",
110572
+ "name": "kendo-chart-text",
110573
+ "value": "k-color(on-app-surface)",
110574
+ "scope": "default",
110575
+ "line": {
110576
+ "start": 266,
110577
+ "end": 266
110578
+ }
110579
+ },
110580
+ "group": [
110581
+ "charts"
110582
+ ],
110583
+ "access": "public",
110584
+ "file": {
110585
+ "path": "material/scss/dataviz/_variables.scss",
110586
+ "name": "_variables.scss"
110587
+ },
110588
+ "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
110589
+ "resolvedType": "String"
110590
+ },
110483
110591
  {
110484
110592
  "description": "The border color of the Chart.\n",
110485
110593
  "commentRange": {
110486
- "start": 260,
110487
- "end": 261
110594
+ "start": 267,
110595
+ "end": 268
110488
110596
  },
110489
110597
  "context": {
110490
110598
  "type": "variable",
@@ -110492,8 +110600,8 @@
110492
110600
  "value": "k-color(border)",
110493
110601
  "scope": "default",
110494
110602
  "line": {
110495
- "start": 262,
110496
- "end": 262
110603
+ "start": 269,
110604
+ "end": 269
110497
110605
  }
110498
110606
  },
110499
110607
  "group": [
@@ -110510,8 +110618,8 @@
110510
110618
  {
110511
110619
  "description": "The background color of the Chart.\n",
110512
110620
  "commentRange": {
110513
- "start": 264,
110514
- "end": 265
110621
+ "start": 271,
110622
+ "end": 272
110515
110623
  },
110516
110624
  "context": {
110517
110625
  "type": "variable",
@@ -110519,8 +110627,8 @@
110519
110627
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110520
110628
  "scope": "default",
110521
110629
  "line": {
110522
- "start": 266,
110523
- "end": 266
110630
+ "start": 273,
110631
+ "end": 273
110524
110632
  }
110525
110633
  },
110526
110634
  "group": [
@@ -110537,8 +110645,8 @@
110537
110645
  {
110538
110646
  "description": "The text color of the Chart.\n",
110539
110647
  "commentRange": {
110540
- "start": 267,
110541
- "end": 268
110648
+ "start": 274,
110649
+ "end": 275
110542
110650
  },
110543
110651
  "context": {
110544
110652
  "type": "variable",
@@ -110546,8 +110654,8 @@
110546
110654
  "value": "$kendo-chart-text",
110547
110655
  "scope": "default",
110548
110656
  "line": {
110549
- "start": 269,
110550
- "end": 269
110657
+ "start": 276,
110658
+ "end": 276
110551
110659
  }
110552
110660
  },
110553
110661
  "group": [
@@ -110564,8 +110672,8 @@
110564
110672
  {
110565
110673
  "description": "The background color of the Chart.\n",
110566
110674
  "commentRange": {
110567
- "start": 270,
110568
- "end": 271
110675
+ "start": 277,
110676
+ "end": 278
110569
110677
  },
110570
110678
  "context": {
110571
110679
  "type": "variable",
@@ -110573,8 +110681,8 @@
110573
110681
  "value": "k-color(base-subtle)",
110574
110682
  "scope": "default",
110575
110683
  "line": {
110576
- "start": 272,
110577
- "end": 272
110684
+ "start": 279,
110685
+ "end": 279
110578
110686
  }
110579
110687
  },
110580
110688
  "group": [
@@ -110591,8 +110699,8 @@
110591
110699
  {
110592
110700
  "description": "The border color of the Chart.\n",
110593
110701
  "commentRange": {
110594
- "start": 273,
110595
- "end": 274
110702
+ "start": 280,
110703
+ "end": 281
110596
110704
  },
110597
110705
  "context": {
110598
110706
  "type": "variable",
@@ -110600,8 +110708,8 @@
110600
110708
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
110601
110709
  "scope": "default",
110602
110710
  "line": {
110603
- "start": 275,
110604
- "end": 275
110711
+ "start": 282,
110712
+ "end": 282
110605
110713
  }
110606
110714
  },
110607
110715
  "group": [
@@ -110618,8 +110726,8 @@
110618
110726
  {
110619
110727
  "description": "The background color of the Chart.\n",
110620
110728
  "commentRange": {
110621
- "start": 277,
110622
- "end": 278
110729
+ "start": 284,
110730
+ "end": 285
110623
110731
  },
110624
110732
  "context": {
110625
110733
  "type": "variable",
@@ -110627,8 +110735,8 @@
110627
110735
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110628
110736
  "scope": "default",
110629
110737
  "line": {
110630
- "start": 279,
110631
- "end": 279
110738
+ "start": 286,
110739
+ "end": 286
110632
110740
  }
110633
110741
  },
110634
110742
  "group": [
@@ -110645,8 +110753,8 @@
110645
110753
  {
110646
110754
  "description": "The border color of the Chart.\n",
110647
110755
  "commentRange": {
110648
- "start": 280,
110649
- "end": 281
110756
+ "start": 287,
110757
+ "end": 288
110650
110758
  },
110651
110759
  "context": {
110652
110760
  "type": "variable",
@@ -110654,8 +110762,8 @@
110654
110762
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110655
110763
  "scope": "default",
110656
110764
  "line": {
110657
- "start": 282,
110658
- "end": 282
110765
+ "start": 289,
110766
+ "end": 289
110659
110767
  }
110660
110768
  },
110661
110769
  "group": [
@@ -110672,8 +110780,8 @@
110672
110780
  {
110673
110781
  "description": "The notes lines of the Chart.\n",
110674
110782
  "commentRange": {
110675
- "start": 283,
110676
- "end": 284
110783
+ "start": 290,
110784
+ "end": 291
110677
110785
  },
110678
110786
  "context": {
110679
110787
  "type": "variable",
@@ -110681,8 +110789,8 @@
110681
110789
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110682
110790
  "scope": "default",
110683
110791
  "line": {
110684
- "start": 285,
110685
- "end": 285
110792
+ "start": 292,
110793
+ "end": 292
110686
110794
  }
110687
110795
  },
110688
110796
  "group": [
@@ -110699,8 +110807,8 @@
110699
110807
  {
110700
110808
  "description": "The background color of the Chart error bars.\n",
110701
110809
  "commentRange": {
110702
- "start": 287,
110703
- "end": 288
110810
+ "start": 294,
110811
+ "end": 295
110704
110812
  },
110705
110813
  "context": {
110706
110814
  "type": "variable",
@@ -110708,8 +110816,8 @@
110708
110816
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
110709
110817
  "scope": "default",
110710
110818
  "line": {
110711
- "start": 289,
110712
- "end": 289
110819
+ "start": 296,
110820
+ "end": 296
110713
110821
  }
110714
110822
  },
110715
110823
  "group": [
@@ -110726,8 +110834,8 @@
110726
110834
  {
110727
110835
  "description": "The size of the Chart handle.\n",
110728
110836
  "commentRange": {
110729
- "start": 291,
110730
- "end": 292
110837
+ "start": 298,
110838
+ "end": 299
110731
110839
  },
110732
110840
  "context": {
110733
110841
  "type": "variable",
@@ -110735,8 +110843,8 @@
110735
110843
  "value": "22px",
110736
110844
  "scope": "default",
110737
110845
  "line": {
110738
- "start": 293,
110739
- "end": 293
110846
+ "start": 300,
110847
+ "end": 300
110740
110848
  }
110741
110849
  },
110742
110850
  "group": [
@@ -110753,8 +110861,8 @@
110753
110861
  {
110754
110862
  "description": "The text color of the Chart.\n",
110755
110863
  "commentRange": {
110756
- "start": 294,
110757
- "end": 295
110864
+ "start": 301,
110865
+ "end": 302
110758
110866
  },
110759
110867
  "context": {
110760
110868
  "type": "variable",
@@ -110762,8 +110870,8 @@
110762
110870
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
110763
110871
  "scope": "default",
110764
110872
  "line": {
110765
- "start": 296,
110766
- "end": 296
110873
+ "start": 303,
110874
+ "end": 303
110767
110875
  }
110768
110876
  },
110769
110877
  "group": [
@@ -110780,8 +110888,8 @@
110780
110888
  {
110781
110889
  "description": "The shadow of the Chart.\n",
110782
110890
  "commentRange": {
110783
- "start": 297,
110784
- "end": 298
110891
+ "start": 304,
110892
+ "end": 305
110785
110893
  },
110786
110894
  "context": {
110787
110895
  "type": "variable",
@@ -110789,8 +110897,8 @@
110789
110897
  "value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
110790
110898
  "scope": "default",
110791
110899
  "line": {
110792
- "start": 299,
110793
- "end": 299
110900
+ "start": 306,
110901
+ "end": 306
110794
110902
  }
110795
110903
  },
110796
110904
  "group": [
@@ -110807,8 +110915,8 @@
110807
110915
  {
110808
110916
  "description": "The height of the Dataviz title.\n",
110809
110917
  "commentRange": {
110810
- "start": 301,
110811
- "end": 302
110918
+ "start": 308,
110919
+ "end": 309
110812
110920
  },
110813
110921
  "context": {
110814
110922
  "type": "variable",
@@ -110816,8 +110924,8 @@
110816
110924
  "value": "0px",
110817
110925
  "scope": "default",
110818
110926
  "line": {
110819
- "start": 303,
110820
- "end": 303
110927
+ "start": 310,
110928
+ "end": 310
110821
110929
  }
110822
110930
  },
110823
110931
  "group": [
@@ -110834,8 +110942,8 @@
110834
110942
  {
110835
110943
  "description": "The font family of the TreeMap.\n",
110836
110944
  "commentRange": {
110837
- "start": 306,
110838
- "end": 307
110945
+ "start": 313,
110946
+ "end": 314
110839
110947
  },
110840
110948
  "context": {
110841
110949
  "type": "variable",
@@ -110843,8 +110951,8 @@
110843
110951
  "value": "var( --kendo-font-family, inherit )",
110844
110952
  "scope": "default",
110845
110953
  "line": {
110846
- "start": 308,
110847
- "end": 308
110954
+ "start": 315,
110955
+ "end": 315
110848
110956
  }
110849
110957
  },
110850
110958
  "group": [
@@ -110861,8 +110969,8 @@
110861
110969
  {
110862
110970
  "description": "The font size of the TreeMap.\n",
110863
110971
  "commentRange": {
110864
- "start": 309,
110865
- "end": 310
110972
+ "start": 316,
110973
+ "end": 317
110866
110974
  },
110867
110975
  "context": {
110868
110976
  "type": "variable",
@@ -110870,8 +110978,8 @@
110870
110978
  "value": "var( --kendo-font-size, inherit )",
110871
110979
  "scope": "default",
110872
110980
  "line": {
110873
- "start": 311,
110874
- "end": 311
110981
+ "start": 318,
110982
+ "end": 318
110875
110983
  }
110876
110984
  },
110877
110985
  "group": [
@@ -110888,8 +110996,8 @@
110888
110996
  {
110889
110997
  "description": "The height of the TreeMap.\n",
110890
110998
  "commentRange": {
110891
- "start": 312,
110892
- "end": 313
110999
+ "start": 319,
111000
+ "end": 320
110893
111001
  },
110894
111002
  "context": {
110895
111003
  "type": "variable",
@@ -110897,8 +111005,8 @@
110897
111005
  "value": "var( --kendo-line-height, normal )",
110898
111006
  "scope": "default",
110899
111007
  "line": {
110900
- "start": 314,
110901
- "end": 314
111008
+ "start": 321,
111009
+ "end": 321
110902
111010
  }
110903
111011
  },
110904
111012
  "group": [
@@ -110915,8 +111023,8 @@
110915
111023
  {
110916
111024
  "description": "The horizontal padding of the TreeMap.\n",
110917
111025
  "commentRange": {
110918
- "start": 316,
110919
- "end": 317
111026
+ "start": 323,
111027
+ "end": 324
110920
111028
  },
110921
111029
  "context": {
110922
111030
  "type": "variable",
@@ -110924,8 +111032,8 @@
110924
111032
  "value": "k-spacing(2)",
110925
111033
  "scope": "default",
110926
111034
  "line": {
110927
- "start": 318,
110928
- "end": 318
111035
+ "start": 325,
111036
+ "end": 325
110929
111037
  }
110930
111038
  },
110931
111039
  "group": [
@@ -110942,8 +111050,8 @@
110942
111050
  {
110943
111051
  "description": "The vertical padding of the TreeMap.\n",
110944
111052
  "commentRange": {
110945
- "start": 319,
110946
- "end": 320
111053
+ "start": 326,
111054
+ "end": 327
110947
111055
  },
110948
111056
  "context": {
110949
111057
  "type": "variable",
@@ -110951,8 +111059,8 @@
110951
111059
  "value": "k-spacing(0.5)",
110952
111060
  "scope": "default",
110953
111061
  "line": {
110954
- "start": 321,
110955
- "end": 321
111062
+ "start": 328,
111063
+ "end": 328
110956
111064
  }
110957
111065
  },
110958
111066
  "group": [
@@ -110969,8 +111077,8 @@
110969
111077
  {
110970
111078
  "description": "The text color of the TreeMap.\n",
110971
111079
  "commentRange": {
110972
- "start": 323,
110973
- "end": 324
111080
+ "start": 330,
111081
+ "end": 331
110974
111082
  },
110975
111083
  "context": {
110976
111084
  "type": "variable",
@@ -110978,8 +111086,8 @@
110978
111086
  "value": "k-color(on-app-surface)",
110979
111087
  "scope": "default",
110980
111088
  "line": {
110981
- "start": 325,
110982
- "end": 325
111089
+ "start": 332,
111090
+ "end": 332
110983
111091
  }
110984
111092
  },
110985
111093
  "group": [
@@ -110996,8 +111104,8 @@
110996
111104
  {
110997
111105
  "description": "The background color of the TreeMap.\n",
110998
111106
  "commentRange": {
110999
- "start": 326,
111000
- "end": 327
111107
+ "start": 333,
111108
+ "end": 334
111001
111109
  },
111002
111110
  "context": {
111003
111111
  "type": "variable",
@@ -111005,8 +111113,8 @@
111005
111113
  "value": "k-color(surface-alt)",
111006
111114
  "scope": "default",
111007
111115
  "line": {
111008
- "start": 328,
111009
- "end": 328
111116
+ "start": 335,
111117
+ "end": 335
111010
111118
  }
111011
111119
  },
111012
111120
  "group": [
@@ -111023,8 +111131,8 @@
111023
111131
  {
111024
111132
  "description": "The border color of the TreeMap.\n",
111025
111133
  "commentRange": {
111026
- "start": 329,
111027
- "end": 330
111134
+ "start": 336,
111135
+ "end": 337
111028
111136
  },
111029
111137
  "context": {
111030
111138
  "type": "variable",
@@ -111032,8 +111140,8 @@
111032
111140
  "value": "k-color(border)",
111033
111141
  "scope": "default",
111034
111142
  "line": {
111035
- "start": 331,
111036
- "end": 331
111143
+ "start": 338,
111144
+ "end": 338
111037
111145
  }
111038
111146
  },
111039
111147
  "group": [
@@ -111050,8 +111158,8 @@
111050
111158
  {
111051
111159
  "description": "The text color of the Dataviz title.\n",
111052
111160
  "commentRange": {
111053
- "start": 333,
111054
- "end": 334
111161
+ "start": 340,
111162
+ "end": 341
111055
111163
  },
111056
111164
  "context": {
111057
111165
  "type": "variable",
@@ -111059,8 +111167,8 @@
111059
111167
  "value": "k-color(on-app-surface)",
111060
111168
  "scope": "default",
111061
111169
  "line": {
111062
- "start": 335,
111063
- "end": 335
111170
+ "start": 342,
111171
+ "end": 342
111064
111172
  }
111065
111173
  },
111066
111174
  "group": [
@@ -111077,8 +111185,8 @@
111077
111185
  {
111078
111186
  "description": "The background color of the Dataviz title.\n",
111079
111187
  "commentRange": {
111080
- "start": 336,
111081
- "end": 337
111188
+ "start": 343,
111189
+ "end": 344
111082
111190
  },
111083
111191
  "context": {
111084
111192
  "type": "variable",
@@ -111086,8 +111194,8 @@
111086
111194
  "value": "k-color(app-surface)",
111087
111195
  "scope": "default",
111088
111196
  "line": {
111089
- "start": 338,
111090
- "end": 338
111197
+ "start": 345,
111198
+ "end": 345
111091
111199
  }
111092
111200
  },
111093
111201
  "group": [
@@ -111104,8 +111212,8 @@
111104
111212
  {
111105
111213
  "description": "The border color of the Dataviz title.\n",
111106
111214
  "commentRange": {
111107
- "start": 339,
111108
- "end": 340
111215
+ "start": 346,
111216
+ "end": 347
111109
111217
  },
111110
111218
  "context": {
111111
111219
  "type": "variable",
@@ -111113,8 +111221,8 @@
111113
111221
  "value": "k-color(border)",
111114
111222
  "scope": "default",
111115
111223
  "line": {
111116
- "start": 341,
111117
- "end": 341
111224
+ "start": 348,
111225
+ "end": 348
111118
111226
  }
111119
111227
  },
111120
111228
  "group": [
@@ -111131,8 +111239,8 @@
111131
111239
  {
111132
111240
  "description": "The background color of the Dataviz overlay.\n",
111133
111241
  "commentRange": {
111134
- "start": 344,
111135
- "end": 345
111242
+ "start": 351,
111243
+ "end": 352
111136
111244
  },
111137
111245
  "context": {
111138
111246
  "type": "variable",
@@ -111140,8 +111248,8 @@
111140
111248
  "value": "k-color(surface)",
111141
111249
  "scope": "default",
111142
111250
  "line": {
111143
- "start": 346,
111144
- "end": 346
111251
+ "start": 353,
111252
+ "end": 353
111145
111253
  }
111146
111254
  },
111147
111255
  "group": [
@@ -111158,8 +111266,8 @@
111158
111266
  {
111159
111267
  "description": "The font size of the Chart.\n",
111160
111268
  "commentRange": {
111161
- "start": 349,
111162
- "end": 350
111269
+ "start": 356,
111270
+ "end": 357
111163
111271
  },
111164
111272
  "context": {
111165
111273
  "type": "variable",
@@ -111167,8 +111275,8 @@
111167
111275
  "value": "var( --kendo-font-size-lg, inherit )",
111168
111276
  "scope": "default",
111169
111277
  "line": {
111170
- "start": 351,
111171
- "end": 351
111278
+ "start": 358,
111279
+ "end": 358
111172
111280
  }
111173
111281
  },
111174
111282
  "group": [
@@ -111185,8 +111293,8 @@
111185
111293
  {
111186
111294
  "description": "The font weight of the Chart.\n",
111187
111295
  "commentRange": {
111188
- "start": 352,
111189
- "end": 353
111296
+ "start": 359,
111297
+ "end": 360
111190
111298
  },
111191
111299
  "context": {
111192
111300
  "type": "variable",
@@ -111194,8 +111302,8 @@
111194
111302
  "value": "var( --kendo-font-weight, normal )",
111195
111303
  "scope": "default",
111196
111304
  "line": {
111197
- "start": 354,
111198
- "end": 354
111305
+ "start": 361,
111306
+ "end": 361
111199
111307
  }
111200
111308
  },
111201
111309
  "group": [
@@ -111212,8 +111320,8 @@
111212
111320
  {
111213
111321
  "description": "The vertical padding of the Chart.\n",
111214
111322
  "commentRange": {
111215
- "start": 355,
111216
- "end": 356
111323
+ "start": 362,
111324
+ "end": 363
111217
111325
  },
111218
111326
  "context": {
111219
111327
  "type": "variable",
@@ -111221,8 +111329,8 @@
111221
111329
  "value": "k-spacing( 25 )",
111222
111330
  "scope": "default",
111223
111331
  "line": {
111224
- "start": 357,
111225
- "end": 357
111332
+ "start": 364,
111333
+ "end": 364
111226
111334
  }
111227
111335
  },
111228
111336
  "group": [
@@ -111239,8 +111347,8 @@
111239
111347
  {
111240
111348
  "description": "The background color of the Gauge.\n",
111241
111349
  "commentRange": {
111242
- "start": 360,
111243
- "end": 361
111350
+ "start": 367,
111351
+ "end": 368
111244
111352
  },
111245
111353
  "context": {
111246
111354
  "type": "variable",
@@ -111248,8 +111356,8 @@
111248
111356
  "value": "k-color(primary)",
111249
111357
  "scope": "default",
111250
111358
  "line": {
111251
- "start": 362,
111252
- "end": 362
111359
+ "start": 369,
111360
+ "end": 369
111253
111361
  }
111254
111362
  },
111255
111363
  "group": [
@@ -111266,8 +111374,8 @@
111266
111374
  {
111267
111375
  "description": "The background color of the Gauge track.\n",
111268
111376
  "commentRange": {
111269
- "start": 363,
111270
- "end": 364
111377
+ "start": 370,
111378
+ "end": 371
111271
111379
  },
111272
111380
  "context": {
111273
111381
  "type": "variable",
@@ -111275,8 +111383,8 @@
111275
111383
  "value": "k-color(primary-subtle)",
111276
111384
  "scope": "default",
111277
111385
  "line": {
111278
- "start": 365,
111279
- "end": 365
111386
+ "start": 372,
111387
+ "end": 372
111280
111388
  }
111281
111389
  },
111282
111390
  "group": [