@progress/kendo-theme-classic 14.5.1-dev.0 → 14.5.1-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +260 -368
  17. package/dist/meta/sassdoc-raw-data.json +129 -179
  18. package/dist/meta/variables.json +0 -8
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +3 -3
  34. package/scss/dataviz/_variables.scss +0 -9
@@ -15847,15 +15847,15 @@
15847
15847
  "resolvedType": "List"
15848
15848
  },
15849
15849
  {
15850
- "description": "The text color of the chart tooltip.\n",
15850
+ "description": "The background color of the Chart.\n",
15851
15851
  "commentRange": {
15852
15852
  "start": 258,
15853
15853
  "end": 259
15854
15854
  },
15855
15855
  "context": {
15856
15856
  "type": "variable",
15857
- "name": "kendo-chart-tooltip-color",
15858
- "value": "k-color(app-surface)",
15857
+ "name": "kendo-chart-bg",
15858
+ "value": "k-color(surface-alt)",
15859
15859
  "scope": "default",
15860
15860
  "line": {
15861
15861
  "start": 260,
@@ -15870,18 +15870,18 @@
15870
15870
  "path": "classic/scss/dataviz/_variables.scss",
15871
15871
  "name": "_variables.scss"
15872
15872
  },
15873
- "resolvedValue": "var(--kendo-color-app-surface)",
15873
+ "resolvedValue": "var(--kendo-color-surface-alt)",
15874
15874
  "resolvedType": "String"
15875
15875
  },
15876
15876
  {
15877
- "description": "The inverse text color of the chart tooltip.\n",
15877
+ "description": "The text color of the Chart.\n",
15878
15878
  "commentRange": {
15879
15879
  "start": 261,
15880
15880
  "end": 262
15881
15881
  },
15882
15882
  "context": {
15883
15883
  "type": "variable",
15884
- "name": "kendo-chart-tooltip-color-inverse",
15884
+ "name": "kendo-chart-text",
15885
15885
  "value": "k-color(on-app-surface)",
15886
15886
  "scope": "default",
15887
15887
  "line": {
@@ -15900,65 +15900,11 @@
15900
15900
  "resolvedValue": "var(--kendo-color-on-app-surface)",
15901
15901
  "resolvedType": "String"
15902
15902
  },
15903
- {
15904
- "description": "The background color of the Chart.\n",
15905
- "commentRange": {
15906
- "start": 265,
15907
- "end": 266
15908
- },
15909
- "context": {
15910
- "type": "variable",
15911
- "name": "kendo-chart-bg",
15912
- "value": "k-color(surface-alt)",
15913
- "scope": "default",
15914
- "line": {
15915
- "start": 267,
15916
- "end": 267
15917
- }
15918
- },
15919
- "group": [
15920
- "charts"
15921
- ],
15922
- "access": "public",
15923
- "file": {
15924
- "path": "classic/scss/dataviz/_variables.scss",
15925
- "name": "_variables.scss"
15926
- },
15927
- "resolvedValue": "var(--kendo-color-surface-alt)",
15928
- "resolvedType": "String"
15929
- },
15930
- {
15931
- "description": "The text color of the Chart.\n",
15932
- "commentRange": {
15933
- "start": 268,
15934
- "end": 269
15935
- },
15936
- "context": {
15937
- "type": "variable",
15938
- "name": "kendo-chart-text",
15939
- "value": "k-color(on-app-surface)",
15940
- "scope": "default",
15941
- "line": {
15942
- "start": 270,
15943
- "end": 270
15944
- }
15945
- },
15946
- "group": [
15947
- "charts"
15948
- ],
15949
- "access": "public",
15950
- "file": {
15951
- "path": "classic/scss/dataviz/_variables.scss",
15952
- "name": "_variables.scss"
15953
- },
15954
- "resolvedValue": "var(--kendo-color-on-app-surface)",
15955
- "resolvedType": "String"
15956
- },
15957
15903
  {
15958
15904
  "description": "The border color of the Chart.\n",
15959
15905
  "commentRange": {
15960
- "start": 271,
15961
- "end": 272
15906
+ "start": 264,
15907
+ "end": 265
15962
15908
  },
15963
15909
  "context": {
15964
15910
  "type": "variable",
@@ -15966,8 +15912,8 @@
15966
15912
  "value": "k-color(border)",
15967
15913
  "scope": "default",
15968
15914
  "line": {
15969
- "start": 273,
15970
- "end": 273
15915
+ "start": 266,
15916
+ "end": 266
15971
15917
  }
15972
15918
  },
15973
15919
  "group": [
@@ -15984,8 +15930,8 @@
15984
15930
  {
15985
15931
  "description": "The background color of the Chart.\n",
15986
15932
  "commentRange": {
15987
- "start": 275,
15988
- "end": 276
15933
+ "start": 268,
15934
+ "end": 269
15989
15935
  },
15990
15936
  "context": {
15991
15937
  "type": "variable",
@@ -15993,8 +15939,8 @@
15993
15939
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
15994
15940
  "scope": "default",
15995
15941
  "line": {
15996
- "start": 277,
15997
- "end": 277
15942
+ "start": 270,
15943
+ "end": 270
15998
15944
  }
15999
15945
  },
16000
15946
  "group": [
@@ -16011,8 +15957,8 @@
16011
15957
  {
16012
15958
  "description": "The text color of the Chart.\n",
16013
15959
  "commentRange": {
16014
- "start": 278,
16015
- "end": 279
15960
+ "start": 271,
15961
+ "end": 272
16016
15962
  },
16017
15963
  "context": {
16018
15964
  "type": "variable",
@@ -16020,8 +15966,8 @@
16020
15966
  "value": "$kendo-chart-text",
16021
15967
  "scope": "default",
16022
15968
  "line": {
16023
- "start": 280,
16024
- "end": 280
15969
+ "start": 273,
15970
+ "end": 273
16025
15971
  }
16026
15972
  },
16027
15973
  "group": [
@@ -16038,8 +15984,8 @@
16038
15984
  {
16039
15985
  "description": "The background color of the Chart.\n",
16040
15986
  "commentRange": {
16041
- "start": 281,
16042
- "end": 282
15987
+ "start": 274,
15988
+ "end": 275
16043
15989
  },
16044
15990
  "context": {
16045
15991
  "type": "variable",
@@ -16047,8 +15993,8 @@
16047
15993
  "value": "k-color(base)",
16048
15994
  "scope": "default",
16049
15995
  "line": {
16050
- "start": 283,
16051
- "end": 283
15996
+ "start": 276,
15997
+ "end": 276
16052
15998
  }
16053
15999
  },
16054
16000
  "group": [
@@ -16065,8 +16011,8 @@
16065
16011
  {
16066
16012
  "description": "The border color of the Chart.\n",
16067
16013
  "commentRange": {
16068
- "start": 284,
16069
- "end": 285
16014
+ "start": 277,
16015
+ "end": 278
16070
16016
  },
16071
16017
  "context": {
16072
16018
  "type": "variable",
@@ -16074,8 +16020,8 @@
16074
16020
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
16075
16021
  "scope": "default",
16076
16022
  "line": {
16077
- "start": 286,
16078
- "end": 286
16023
+ "start": 279,
16024
+ "end": 279
16079
16025
  }
16080
16026
  },
16081
16027
  "group": [
@@ -16092,8 +16038,8 @@
16092
16038
  {
16093
16039
  "description": "The background color of the Chart.\n",
16094
16040
  "commentRange": {
16095
- "start": 288,
16096
- "end": 289
16041
+ "start": 281,
16042
+ "end": 282
16097
16043
  },
16098
16044
  "context": {
16099
16045
  "type": "variable",
@@ -16101,8 +16047,8 @@
16101
16047
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
16102
16048
  "scope": "default",
16103
16049
  "line": {
16104
- "start": 290,
16105
- "end": 290
16050
+ "start": 283,
16051
+ "end": 283
16106
16052
  }
16107
16053
  },
16108
16054
  "group": [
@@ -16119,8 +16065,8 @@
16119
16065
  {
16120
16066
  "description": "The border color of the Chart.\n",
16121
16067
  "commentRange": {
16122
- "start": 291,
16123
- "end": 292
16068
+ "start": 284,
16069
+ "end": 285
16124
16070
  },
16125
16071
  "context": {
16126
16072
  "type": "variable",
@@ -16128,8 +16074,8 @@
16128
16074
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
16129
16075
  "scope": "default",
16130
16076
  "line": {
16131
- "start": 293,
16132
- "end": 293
16077
+ "start": 286,
16078
+ "end": 286
16133
16079
  }
16134
16080
  },
16135
16081
  "group": [
@@ -16146,8 +16092,8 @@
16146
16092
  {
16147
16093
  "description": "The notes lines of the Chart.\n",
16148
16094
  "commentRange": {
16149
- "start": 294,
16150
- "end": 295
16095
+ "start": 287,
16096
+ "end": 288
16151
16097
  },
16152
16098
  "context": {
16153
16099
  "type": "variable",
@@ -16155,8 +16101,8 @@
16155
16101
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
16156
16102
  "scope": "default",
16157
16103
  "line": {
16158
- "start": 296,
16159
- "end": 296
16104
+ "start": 289,
16105
+ "end": 289
16160
16106
  }
16161
16107
  },
16162
16108
  "group": [
@@ -16173,8 +16119,8 @@
16173
16119
  {
16174
16120
  "description": "The background color of the Chart error bars.\n",
16175
16121
  "commentRange": {
16176
- "start": 298,
16177
- "end": 299
16122
+ "start": 291,
16123
+ "end": 292
16178
16124
  },
16179
16125
  "context": {
16180
16126
  "type": "variable",
@@ -16182,8 +16128,8 @@
16182
16128
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
16183
16129
  "scope": "default",
16184
16130
  "line": {
16185
- "start": 300,
16186
- "end": 300
16131
+ "start": 293,
16132
+ "end": 293
16187
16133
  }
16188
16134
  },
16189
16135
  "group": [
@@ -16200,8 +16146,8 @@
16200
16146
  {
16201
16147
  "description": "The size of the Chart handle.\n",
16202
16148
  "commentRange": {
16203
- "start": 302,
16204
- "end": 303
16149
+ "start": 295,
16150
+ "end": 296
16205
16151
  },
16206
16152
  "context": {
16207
16153
  "type": "variable",
@@ -16209,8 +16155,8 @@
16209
16155
  "value": "22px",
16210
16156
  "scope": "default",
16211
16157
  "line": {
16212
- "start": 304,
16213
- "end": 304
16158
+ "start": 297,
16159
+ "end": 297
16214
16160
  }
16215
16161
  },
16216
16162
  "group": [
@@ -16227,8 +16173,8 @@
16227
16173
  {
16228
16174
  "description": "The text color of the Chart.\n",
16229
16175
  "commentRange": {
16230
- "start": 305,
16231
- "end": 306
16176
+ "start": 298,
16177
+ "end": 299
16232
16178
  },
16233
16179
  "context": {
16234
16180
  "type": "variable",
@@ -16236,8 +16182,8 @@
16236
16182
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
16237
16183
  "scope": "default",
16238
16184
  "line": {
16239
- "start": 307,
16240
- "end": 307
16185
+ "start": 300,
16186
+ "end": 300
16241
16187
  }
16242
16188
  },
16243
16189
  "group": [
@@ -16254,8 +16200,8 @@
16254
16200
  {
16255
16201
  "description": "The shadow of the Chart.\n",
16256
16202
  "commentRange": {
16257
- "start": 308,
16258
- "end": 309
16203
+ "start": 301,
16204
+ "end": 302
16259
16205
  },
16260
16206
  "context": {
16261
16207
  "type": "variable",
@@ -16263,8 +16209,8 @@
16263
16209
  "value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
16264
16210
  "scope": "default",
16265
16211
  "line": {
16266
- "start": 310,
16267
- "end": 310
16212
+ "start": 303,
16213
+ "end": 303
16268
16214
  }
16269
16215
  },
16270
16216
  "group": [
@@ -16281,8 +16227,8 @@
16281
16227
  {
16282
16228
  "description": "The height of the Dataviz title.\n",
16283
16229
  "commentRange": {
16284
- "start": 312,
16285
- "end": 313
16230
+ "start": 305,
16231
+ "end": 306
16286
16232
  },
16287
16233
  "context": {
16288
16234
  "type": "variable",
@@ -16290,8 +16236,8 @@
16290
16236
  "value": "0px",
16291
16237
  "scope": "default",
16292
16238
  "line": {
16293
- "start": 314,
16294
- "end": 314
16239
+ "start": 307,
16240
+ "end": 307
16295
16241
  }
16296
16242
  },
16297
16243
  "group": [
@@ -16308,8 +16254,8 @@
16308
16254
  {
16309
16255
  "description": "The font family of the TreeMap.\n",
16310
16256
  "commentRange": {
16311
- "start": 317,
16312
- "end": 318
16257
+ "start": 310,
16258
+ "end": 311
16313
16259
  },
16314
16260
  "context": {
16315
16261
  "type": "variable",
@@ -16317,8 +16263,8 @@
16317
16263
  "value": "var(--kendo-font-family)",
16318
16264
  "scope": "default",
16319
16265
  "line": {
16320
- "start": 319,
16321
- "end": 319
16266
+ "start": 312,
16267
+ "end": 312
16322
16268
  }
16323
16269
  },
16324
16270
  "group": [
@@ -16335,8 +16281,8 @@
16335
16281
  {
16336
16282
  "description": "The font size of the TreeMap.\n",
16337
16283
  "commentRange": {
16338
- "start": 320,
16339
- "end": 321
16284
+ "start": 313,
16285
+ "end": 314
16340
16286
  },
16341
16287
  "context": {
16342
16288
  "type": "variable",
@@ -16344,8 +16290,8 @@
16344
16290
  "value": "var(--kendo-font-size)",
16345
16291
  "scope": "default",
16346
16292
  "line": {
16347
- "start": 322,
16348
- "end": 322
16293
+ "start": 315,
16294
+ "end": 315
16349
16295
  }
16350
16296
  },
16351
16297
  "group": [
@@ -16362,8 +16308,8 @@
16362
16308
  {
16363
16309
  "description": "The height of the TreeMap.\n",
16364
16310
  "commentRange": {
16365
- "start": 323,
16366
- "end": 324
16311
+ "start": 316,
16312
+ "end": 317
16367
16313
  },
16368
16314
  "context": {
16369
16315
  "type": "variable",
@@ -16371,8 +16317,8 @@
16371
16317
  "value": "var(--kendo-line-height)",
16372
16318
  "scope": "default",
16373
16319
  "line": {
16374
- "start": 325,
16375
- "end": 325
16320
+ "start": 318,
16321
+ "end": 318
16376
16322
  }
16377
16323
  },
16378
16324
  "group": [
@@ -16389,8 +16335,8 @@
16389
16335
  {
16390
16336
  "description": "The horizontal padding of the TreeMap.\n",
16391
16337
  "commentRange": {
16392
- "start": 327,
16393
- "end": 328
16338
+ "start": 320,
16339
+ "end": 321
16394
16340
  },
16395
16341
  "context": {
16396
16342
  "type": "variable",
@@ -16398,8 +16344,8 @@
16398
16344
  "value": "k-spacing(1)",
16399
16345
  "scope": "default",
16400
16346
  "line": {
16401
- "start": 329,
16402
- "end": 329
16347
+ "start": 322,
16348
+ "end": 322
16403
16349
  }
16404
16350
  },
16405
16351
  "group": [
@@ -16416,8 +16362,8 @@
16416
16362
  {
16417
16363
  "description": "The vertical padding of the TreeMap.\n",
16418
16364
  "commentRange": {
16419
- "start": 330,
16420
- "end": 331
16365
+ "start": 323,
16366
+ "end": 324
16421
16367
  },
16422
16368
  "context": {
16423
16369
  "type": "variable",
@@ -16425,8 +16371,8 @@
16425
16371
  "value": "k-spacing(0.5)",
16426
16372
  "scope": "default",
16427
16373
  "line": {
16428
- "start": 332,
16429
- "end": 332
16374
+ "start": 325,
16375
+ "end": 325
16430
16376
  }
16431
16377
  },
16432
16378
  "group": [
@@ -16443,8 +16389,8 @@
16443
16389
  {
16444
16390
  "description": "The border radius of the TreeMap.\n",
16445
16391
  "commentRange": {
16446
- "start": 333,
16447
- "end": 334
16392
+ "start": 326,
16393
+ "end": 327
16448
16394
  },
16449
16395
  "context": {
16450
16396
  "type": "variable",
@@ -16452,8 +16398,8 @@
16452
16398
  "value": "null",
16453
16399
  "scope": "default",
16454
16400
  "line": {
16455
- "start": 335,
16456
- "end": 335
16401
+ "start": 328,
16402
+ "end": 328
16457
16403
  }
16458
16404
  },
16459
16405
  "group": [
@@ -16470,8 +16416,8 @@
16470
16416
  {
16471
16417
  "description": "The text color of the TreeMap.\n",
16472
16418
  "commentRange": {
16473
- "start": 337,
16474
- "end": 338
16419
+ "start": 330,
16420
+ "end": 331
16475
16421
  },
16476
16422
  "context": {
16477
16423
  "type": "variable",
@@ -16479,8 +16425,8 @@
16479
16425
  "value": "k-color(on-app-surface)",
16480
16426
  "scope": "default",
16481
16427
  "line": {
16482
- "start": 339,
16483
- "end": 339
16428
+ "start": 332,
16429
+ "end": 332
16484
16430
  }
16485
16431
  },
16486
16432
  "group": [
@@ -16497,8 +16443,8 @@
16497
16443
  {
16498
16444
  "description": "The background color of the TreeMap.\n",
16499
16445
  "commentRange": {
16500
- "start": 340,
16501
- "end": 341
16446
+ "start": 333,
16447
+ "end": 334
16502
16448
  },
16503
16449
  "context": {
16504
16450
  "type": "variable",
@@ -16506,8 +16452,8 @@
16506
16452
  "value": "k-color(surface-alt)",
16507
16453
  "scope": "default",
16508
16454
  "line": {
16509
- "start": 342,
16510
- "end": 342
16455
+ "start": 335,
16456
+ "end": 335
16511
16457
  }
16512
16458
  },
16513
16459
  "group": [
@@ -16524,8 +16470,8 @@
16524
16470
  {
16525
16471
  "description": "The border color of the TreeMap.\n",
16526
16472
  "commentRange": {
16527
- "start": 343,
16528
- "end": 344
16473
+ "start": 336,
16474
+ "end": 337
16529
16475
  },
16530
16476
  "context": {
16531
16477
  "type": "variable",
@@ -16533,8 +16479,8 @@
16533
16479
  "value": "k-color(border)",
16534
16480
  "scope": "default",
16535
16481
  "line": {
16536
- "start": 345,
16537
- "end": 345
16482
+ "start": 338,
16483
+ "end": 338
16538
16484
  }
16539
16485
  },
16540
16486
  "group": [
@@ -16551,8 +16497,8 @@
16551
16497
  {
16552
16498
  "description": "The text color of the Dataviz title.\n",
16553
16499
  "commentRange": {
16554
- "start": 347,
16555
- "end": 348
16500
+ "start": 340,
16501
+ "end": 341
16556
16502
  },
16557
16503
  "context": {
16558
16504
  "type": "variable",
@@ -16560,8 +16506,8 @@
16560
16506
  "value": "k-color(on-app-surface)",
16561
16507
  "scope": "default",
16562
16508
  "line": {
16563
- "start": 349,
16564
- "end": 349
16509
+ "start": 342,
16510
+ "end": 342
16565
16511
  }
16566
16512
  },
16567
16513
  "group": [
@@ -16578,8 +16524,8 @@
16578
16524
  {
16579
16525
  "description": "The background color of the Dataviz title.\n",
16580
16526
  "commentRange": {
16581
- "start": 350,
16582
- "end": 351
16527
+ "start": 343,
16528
+ "end": 344
16583
16529
  },
16584
16530
  "context": {
16585
16531
  "type": "variable",
@@ -16587,8 +16533,8 @@
16587
16533
  "value": "k-color(surface)",
16588
16534
  "scope": "default",
16589
16535
  "line": {
16590
- "start": 352,
16591
- "end": 352
16536
+ "start": 345,
16537
+ "end": 345
16592
16538
  }
16593
16539
  },
16594
16540
  "group": [
@@ -16605,8 +16551,8 @@
16605
16551
  {
16606
16552
  "description": "The border color of the Dataviz title.\n",
16607
16553
  "commentRange": {
16608
- "start": 353,
16609
- "end": 354
16554
+ "start": 346,
16555
+ "end": 347
16610
16556
  },
16611
16557
  "context": {
16612
16558
  "type": "variable",
@@ -16614,8 +16560,8 @@
16614
16560
  "value": "k-color(border)",
16615
16561
  "scope": "default",
16616
16562
  "line": {
16617
- "start": 355,
16618
- "end": 355
16563
+ "start": 348,
16564
+ "end": 348
16619
16565
  }
16620
16566
  },
16621
16567
  "group": [
@@ -16632,8 +16578,8 @@
16632
16578
  {
16633
16579
  "description": "The background color of the Dataviz overlay.\n",
16634
16580
  "commentRange": {
16635
- "start": 358,
16636
- "end": 359
16581
+ "start": 351,
16582
+ "end": 352
16637
16583
  },
16638
16584
  "context": {
16639
16585
  "type": "variable",
@@ -16641,8 +16587,8 @@
16641
16587
  "value": "k-color(surface)",
16642
16588
  "scope": "default",
16643
16589
  "line": {
16644
- "start": 360,
16645
- "end": 360
16590
+ "start": 353,
16591
+ "end": 353
16646
16592
  }
16647
16593
  },
16648
16594
  "group": [
@@ -16659,8 +16605,8 @@
16659
16605
  {
16660
16606
  "description": "The font size of the Chart.\n",
16661
16607
  "commentRange": {
16662
- "start": 363,
16663
- "end": 364
16608
+ "start": 356,
16609
+ "end": 357
16664
16610
  },
16665
16611
  "context": {
16666
16612
  "type": "variable",
@@ -16668,8 +16614,8 @@
16668
16614
  "value": "var(--kendo-font-size-lg)",
16669
16615
  "scope": "default",
16670
16616
  "line": {
16671
- "start": 365,
16672
- "end": 365
16617
+ "start": 358,
16618
+ "end": 358
16673
16619
  }
16674
16620
  },
16675
16621
  "group": [
@@ -16686,8 +16632,8 @@
16686
16632
  {
16687
16633
  "description": "The font weight of the Chart.\n",
16688
16634
  "commentRange": {
16689
- "start": 366,
16690
- "end": 367
16635
+ "start": 359,
16636
+ "end": 360
16691
16637
  },
16692
16638
  "context": {
16693
16639
  "type": "variable",
@@ -16695,8 +16641,8 @@
16695
16641
  "value": "var(--kendo-font-weight)",
16696
16642
  "scope": "default",
16697
16643
  "line": {
16698
- "start": 368,
16699
- "end": 368
16644
+ "start": 361,
16645
+ "end": 361
16700
16646
  }
16701
16647
  },
16702
16648
  "group": [
@@ -16713,8 +16659,8 @@
16713
16659
  {
16714
16660
  "description": "The vertical padding of the Chart.\n",
16715
16661
  "commentRange": {
16716
- "start": 369,
16717
- "end": 370
16662
+ "start": 362,
16663
+ "end": 363
16718
16664
  },
16719
16665
  "context": {
16720
16666
  "type": "variable",
@@ -16722,8 +16668,8 @@
16722
16668
  "value": "7rem",
16723
16669
  "scope": "default",
16724
16670
  "line": {
16725
- "start": 371,
16726
- "end": 371
16671
+ "start": 364,
16672
+ "end": 364
16727
16673
  }
16728
16674
  },
16729
16675
  "group": [
@@ -16740,8 +16686,8 @@
16740
16686
  {
16741
16687
  "description": "The background color of the Gauge.\n",
16742
16688
  "commentRange": {
16743
- "start": 374,
16744
- "end": 375
16689
+ "start": 367,
16690
+ "end": 368
16745
16691
  },
16746
16692
  "context": {
16747
16693
  "type": "variable",
@@ -16749,8 +16695,8 @@
16749
16695
  "value": "k-color(primary)",
16750
16696
  "scope": "default",
16751
16697
  "line": {
16752
- "start": 376,
16753
- "end": 376
16698
+ "start": 369,
16699
+ "end": 369
16754
16700
  }
16755
16701
  },
16756
16702
  "group": [
@@ -16767,8 +16713,8 @@
16767
16713
  {
16768
16714
  "description": "The background color of the Gauge track.\n",
16769
16715
  "commentRange": {
16770
- "start": 377,
16771
- "end": 378
16716
+ "start": 370,
16717
+ "end": 371
16772
16718
  },
16773
16719
  "context": {
16774
16720
  "type": "variable",
@@ -16776,8 +16722,8 @@
16776
16722
  "value": "k-color(base-emphasis)",
16777
16723
  "scope": "default",
16778
16724
  "line": {
16779
- "start": 379,
16780
- "end": 379
16725
+ "start": 372,
16726
+ "end": 372
16781
16727
  }
16782
16728
  },
16783
16729
  "group": [
@@ -117594,15 +117540,15 @@
117594
117540
  "resolvedType": "List"
117595
117541
  },
117596
117542
  {
117597
- "description": "The text color of the chart tooltip.\n",
117543
+ "description": "The background color of the Chart.\n",
117598
117544
  "commentRange": {
117599
117545
  "start": 258,
117600
117546
  "end": 259
117601
117547
  },
117602
117548
  "context": {
117603
117549
  "type": "variable",
117604
- "name": "kendo-chart-tooltip-color",
117605
- "value": "k-color(app-surface)",
117550
+ "name": "kendo-chart-bg",
117551
+ "value": "k-color(surface-alt)",
117606
117552
  "scope": "default",
117607
117553
  "line": {
117608
117554
  "start": 260,
@@ -117617,18 +117563,18 @@
117617
117563
  "path": "classic/scss/dataviz/_variables.scss",
117618
117564
  "name": "_variables.scss"
117619
117565
  },
117620
- "resolvedValue": "var(--kendo-color-app-surface)",
117566
+ "resolvedValue": "var(--kendo-color-surface-alt)",
117621
117567
  "resolvedType": "String"
117622
117568
  },
117623
117569
  {
117624
- "description": "The inverse text color of the chart tooltip.\n",
117570
+ "description": "The text color of the Chart.\n",
117625
117571
  "commentRange": {
117626
117572
  "start": 261,
117627
117573
  "end": 262
117628
117574
  },
117629
117575
  "context": {
117630
117576
  "type": "variable",
117631
- "name": "kendo-chart-tooltip-color-inverse",
117577
+ "name": "kendo-chart-text",
117632
117578
  "value": "k-color(on-app-surface)",
117633
117579
  "scope": "default",
117634
117580
  "line": {
@@ -117647,65 +117593,11 @@
117647
117593
  "resolvedValue": "var(--kendo-color-on-app-surface)",
117648
117594
  "resolvedType": "String"
117649
117595
  },
117650
- {
117651
- "description": "The background color of the Chart.\n",
117652
- "commentRange": {
117653
- "start": 265,
117654
- "end": 266
117655
- },
117656
- "context": {
117657
- "type": "variable",
117658
- "name": "kendo-chart-bg",
117659
- "value": "k-color(surface-alt)",
117660
- "scope": "default",
117661
- "line": {
117662
- "start": 267,
117663
- "end": 267
117664
- }
117665
- },
117666
- "group": [
117667
- "charts"
117668
- ],
117669
- "access": "public",
117670
- "file": {
117671
- "path": "classic/scss/dataviz/_variables.scss",
117672
- "name": "_variables.scss"
117673
- },
117674
- "resolvedValue": "var(--kendo-color-surface-alt)",
117675
- "resolvedType": "String"
117676
- },
117677
- {
117678
- "description": "The text color of the Chart.\n",
117679
- "commentRange": {
117680
- "start": 268,
117681
- "end": 269
117682
- },
117683
- "context": {
117684
- "type": "variable",
117685
- "name": "kendo-chart-text",
117686
- "value": "k-color(on-app-surface)",
117687
- "scope": "default",
117688
- "line": {
117689
- "start": 270,
117690
- "end": 270
117691
- }
117692
- },
117693
- "group": [
117694
- "charts"
117695
- ],
117696
- "access": "public",
117697
- "file": {
117698
- "path": "classic/scss/dataviz/_variables.scss",
117699
- "name": "_variables.scss"
117700
- },
117701
- "resolvedValue": "var(--kendo-color-on-app-surface)",
117702
- "resolvedType": "String"
117703
- },
117704
117596
  {
117705
117597
  "description": "The border color of the Chart.\n",
117706
117598
  "commentRange": {
117707
- "start": 271,
117708
- "end": 272
117599
+ "start": 264,
117600
+ "end": 265
117709
117601
  },
117710
117602
  "context": {
117711
117603
  "type": "variable",
@@ -117713,8 +117605,8 @@
117713
117605
  "value": "k-color(border)",
117714
117606
  "scope": "default",
117715
117607
  "line": {
117716
- "start": 273,
117717
- "end": 273
117608
+ "start": 266,
117609
+ "end": 266
117718
117610
  }
117719
117611
  },
117720
117612
  "group": [
@@ -117731,8 +117623,8 @@
117731
117623
  {
117732
117624
  "description": "The background color of the Chart.\n",
117733
117625
  "commentRange": {
117734
- "start": 275,
117735
- "end": 276
117626
+ "start": 268,
117627
+ "end": 269
117736
117628
  },
117737
117629
  "context": {
117738
117630
  "type": "variable",
@@ -117740,8 +117632,8 @@
117740
117632
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
117741
117633
  "scope": "default",
117742
117634
  "line": {
117743
- "start": 277,
117744
- "end": 277
117635
+ "start": 270,
117636
+ "end": 270
117745
117637
  }
117746
117638
  },
117747
117639
  "group": [
@@ -117758,8 +117650,8 @@
117758
117650
  {
117759
117651
  "description": "The text color of the Chart.\n",
117760
117652
  "commentRange": {
117761
- "start": 278,
117762
- "end": 279
117653
+ "start": 271,
117654
+ "end": 272
117763
117655
  },
117764
117656
  "context": {
117765
117657
  "type": "variable",
@@ -117767,8 +117659,8 @@
117767
117659
  "value": "$kendo-chart-text",
117768
117660
  "scope": "default",
117769
117661
  "line": {
117770
- "start": 280,
117771
- "end": 280
117662
+ "start": 273,
117663
+ "end": 273
117772
117664
  }
117773
117665
  },
117774
117666
  "group": [
@@ -117785,8 +117677,8 @@
117785
117677
  {
117786
117678
  "description": "The background color of the Chart.\n",
117787
117679
  "commentRange": {
117788
- "start": 281,
117789
- "end": 282
117680
+ "start": 274,
117681
+ "end": 275
117790
117682
  },
117791
117683
  "context": {
117792
117684
  "type": "variable",
@@ -117794,8 +117686,8 @@
117794
117686
  "value": "k-color(base)",
117795
117687
  "scope": "default",
117796
117688
  "line": {
117797
- "start": 283,
117798
- "end": 283
117689
+ "start": 276,
117690
+ "end": 276
117799
117691
  }
117800
117692
  },
117801
117693
  "group": [
@@ -117812,8 +117704,8 @@
117812
117704
  {
117813
117705
  "description": "The border color of the Chart.\n",
117814
117706
  "commentRange": {
117815
- "start": 284,
117816
- "end": 285
117707
+ "start": 277,
117708
+ "end": 278
117817
117709
  },
117818
117710
  "context": {
117819
117711
  "type": "variable",
@@ -117821,8 +117713,8 @@
117821
117713
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
117822
117714
  "scope": "default",
117823
117715
  "line": {
117824
- "start": 286,
117825
- "end": 286
117716
+ "start": 279,
117717
+ "end": 279
117826
117718
  }
117827
117719
  },
117828
117720
  "group": [
@@ -117839,8 +117731,8 @@
117839
117731
  {
117840
117732
  "description": "The background color of the Chart.\n",
117841
117733
  "commentRange": {
117842
- "start": 288,
117843
- "end": 289
117734
+ "start": 281,
117735
+ "end": 282
117844
117736
  },
117845
117737
  "context": {
117846
117738
  "type": "variable",
@@ -117848,8 +117740,8 @@
117848
117740
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
117849
117741
  "scope": "default",
117850
117742
  "line": {
117851
- "start": 290,
117852
- "end": 290
117743
+ "start": 283,
117744
+ "end": 283
117853
117745
  }
117854
117746
  },
117855
117747
  "group": [
@@ -117866,8 +117758,8 @@
117866
117758
  {
117867
117759
  "description": "The border color of the Chart.\n",
117868
117760
  "commentRange": {
117869
- "start": 291,
117870
- "end": 292
117761
+ "start": 284,
117762
+ "end": 285
117871
117763
  },
117872
117764
  "context": {
117873
117765
  "type": "variable",
@@ -117875,8 +117767,8 @@
117875
117767
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
117876
117768
  "scope": "default",
117877
117769
  "line": {
117878
- "start": 293,
117879
- "end": 293
117770
+ "start": 286,
117771
+ "end": 286
117880
117772
  }
117881
117773
  },
117882
117774
  "group": [
@@ -117893,8 +117785,8 @@
117893
117785
  {
117894
117786
  "description": "The notes lines of the Chart.\n",
117895
117787
  "commentRange": {
117896
- "start": 294,
117897
- "end": 295
117788
+ "start": 287,
117789
+ "end": 288
117898
117790
  },
117899
117791
  "context": {
117900
117792
  "type": "variable",
@@ -117902,8 +117794,8 @@
117902
117794
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
117903
117795
  "scope": "default",
117904
117796
  "line": {
117905
- "start": 296,
117906
- "end": 296
117797
+ "start": 289,
117798
+ "end": 289
117907
117799
  }
117908
117800
  },
117909
117801
  "group": [
@@ -117920,8 +117812,8 @@
117920
117812
  {
117921
117813
  "description": "The background color of the Chart error bars.\n",
117922
117814
  "commentRange": {
117923
- "start": 298,
117924
- "end": 299
117815
+ "start": 291,
117816
+ "end": 292
117925
117817
  },
117926
117818
  "context": {
117927
117819
  "type": "variable",
@@ -117929,8 +117821,8 @@
117929
117821
  "value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
117930
117822
  "scope": "default",
117931
117823
  "line": {
117932
- "start": 300,
117933
- "end": 300
117824
+ "start": 293,
117825
+ "end": 293
117934
117826
  }
117935
117827
  },
117936
117828
  "group": [
@@ -117947,8 +117839,8 @@
117947
117839
  {
117948
117840
  "description": "The size of the Chart handle.\n",
117949
117841
  "commentRange": {
117950
- "start": 302,
117951
- "end": 303
117842
+ "start": 295,
117843
+ "end": 296
117952
117844
  },
117953
117845
  "context": {
117954
117846
  "type": "variable",
@@ -117956,8 +117848,8 @@
117956
117848
  "value": "22px",
117957
117849
  "scope": "default",
117958
117850
  "line": {
117959
- "start": 304,
117960
- "end": 304
117851
+ "start": 297,
117852
+ "end": 297
117961
117853
  }
117962
117854
  },
117963
117855
  "group": [
@@ -117974,8 +117866,8 @@
117974
117866
  {
117975
117867
  "description": "The text color of the Chart.\n",
117976
117868
  "commentRange": {
117977
- "start": 305,
117978
- "end": 306
117869
+ "start": 298,
117870
+ "end": 299
117979
117871
  },
117980
117872
  "context": {
117981
117873
  "type": "variable",
@@ -117983,8 +117875,8 @@
117983
117875
  "value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
117984
117876
  "scope": "default",
117985
117877
  "line": {
117986
- "start": 307,
117987
- "end": 307
117878
+ "start": 300,
117879
+ "end": 300
117988
117880
  }
117989
117881
  },
117990
117882
  "group": [
@@ -118001,8 +117893,8 @@
118001
117893
  {
118002
117894
  "description": "The shadow of the Chart.\n",
118003
117895
  "commentRange": {
118004
- "start": 308,
118005
- "end": 309
117896
+ "start": 301,
117897
+ "end": 302
118006
117898
  },
118007
117899
  "context": {
118008
117900
  "type": "variable",
@@ -118010,8 +117902,8 @@
118010
117902
  "value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
118011
117903
  "scope": "default",
118012
117904
  "line": {
118013
- "start": 310,
118014
- "end": 310
117905
+ "start": 303,
117906
+ "end": 303
118015
117907
  }
118016
117908
  },
118017
117909
  "group": [
@@ -118028,8 +117920,8 @@
118028
117920
  {
118029
117921
  "description": "The height of the Dataviz title.\n",
118030
117922
  "commentRange": {
118031
- "start": 312,
118032
- "end": 313
117923
+ "start": 305,
117924
+ "end": 306
118033
117925
  },
118034
117926
  "context": {
118035
117927
  "type": "variable",
@@ -118037,8 +117929,8 @@
118037
117929
  "value": "0px",
118038
117930
  "scope": "default",
118039
117931
  "line": {
118040
- "start": 314,
118041
- "end": 314
117932
+ "start": 307,
117933
+ "end": 307
118042
117934
  }
118043
117935
  },
118044
117936
  "group": [
@@ -118055,8 +117947,8 @@
118055
117947
  {
118056
117948
  "description": "The font family of the TreeMap.\n",
118057
117949
  "commentRange": {
118058
- "start": 317,
118059
- "end": 318
117950
+ "start": 310,
117951
+ "end": 311
118060
117952
  },
118061
117953
  "context": {
118062
117954
  "type": "variable",
@@ -118064,8 +117956,8 @@
118064
117956
  "value": "var(--kendo-font-family)",
118065
117957
  "scope": "default",
118066
117958
  "line": {
118067
- "start": 319,
118068
- "end": 319
117959
+ "start": 312,
117960
+ "end": 312
118069
117961
  }
118070
117962
  },
118071
117963
  "group": [
@@ -118082,8 +117974,8 @@
118082
117974
  {
118083
117975
  "description": "The font size of the TreeMap.\n",
118084
117976
  "commentRange": {
118085
- "start": 320,
118086
- "end": 321
117977
+ "start": 313,
117978
+ "end": 314
118087
117979
  },
118088
117980
  "context": {
118089
117981
  "type": "variable",
@@ -118091,8 +117983,8 @@
118091
117983
  "value": "var(--kendo-font-size)",
118092
117984
  "scope": "default",
118093
117985
  "line": {
118094
- "start": 322,
118095
- "end": 322
117986
+ "start": 315,
117987
+ "end": 315
118096
117988
  }
118097
117989
  },
118098
117990
  "group": [
@@ -118109,8 +118001,8 @@
118109
118001
  {
118110
118002
  "description": "The height of the TreeMap.\n",
118111
118003
  "commentRange": {
118112
- "start": 323,
118113
- "end": 324
118004
+ "start": 316,
118005
+ "end": 317
118114
118006
  },
118115
118007
  "context": {
118116
118008
  "type": "variable",
@@ -118118,8 +118010,8 @@
118118
118010
  "value": "var(--kendo-line-height)",
118119
118011
  "scope": "default",
118120
118012
  "line": {
118121
- "start": 325,
118122
- "end": 325
118013
+ "start": 318,
118014
+ "end": 318
118123
118015
  }
118124
118016
  },
118125
118017
  "group": [
@@ -118136,8 +118028,8 @@
118136
118028
  {
118137
118029
  "description": "The horizontal padding of the TreeMap.\n",
118138
118030
  "commentRange": {
118139
- "start": 327,
118140
- "end": 328
118031
+ "start": 320,
118032
+ "end": 321
118141
118033
  },
118142
118034
  "context": {
118143
118035
  "type": "variable",
@@ -118145,8 +118037,8 @@
118145
118037
  "value": "k-spacing(1)",
118146
118038
  "scope": "default",
118147
118039
  "line": {
118148
- "start": 329,
118149
- "end": 329
118040
+ "start": 322,
118041
+ "end": 322
118150
118042
  }
118151
118043
  },
118152
118044
  "group": [
@@ -118163,8 +118055,8 @@
118163
118055
  {
118164
118056
  "description": "The vertical padding of the TreeMap.\n",
118165
118057
  "commentRange": {
118166
- "start": 330,
118167
- "end": 331
118058
+ "start": 323,
118059
+ "end": 324
118168
118060
  },
118169
118061
  "context": {
118170
118062
  "type": "variable",
@@ -118172,8 +118064,8 @@
118172
118064
  "value": "k-spacing(0.5)",
118173
118065
  "scope": "default",
118174
118066
  "line": {
118175
- "start": 332,
118176
- "end": 332
118067
+ "start": 325,
118068
+ "end": 325
118177
118069
  }
118178
118070
  },
118179
118071
  "group": [
@@ -118190,8 +118082,8 @@
118190
118082
  {
118191
118083
  "description": "The border radius of the TreeMap.\n",
118192
118084
  "commentRange": {
118193
- "start": 333,
118194
- "end": 334
118085
+ "start": 326,
118086
+ "end": 327
118195
118087
  },
118196
118088
  "context": {
118197
118089
  "type": "variable",
@@ -118199,8 +118091,8 @@
118199
118091
  "value": "null",
118200
118092
  "scope": "default",
118201
118093
  "line": {
118202
- "start": 335,
118203
- "end": 335
118094
+ "start": 328,
118095
+ "end": 328
118204
118096
  }
118205
118097
  },
118206
118098
  "group": [
@@ -118217,8 +118109,8 @@
118217
118109
  {
118218
118110
  "description": "The text color of the TreeMap.\n",
118219
118111
  "commentRange": {
118220
- "start": 337,
118221
- "end": 338
118112
+ "start": 330,
118113
+ "end": 331
118222
118114
  },
118223
118115
  "context": {
118224
118116
  "type": "variable",
@@ -118226,8 +118118,8 @@
118226
118118
  "value": "k-color(on-app-surface)",
118227
118119
  "scope": "default",
118228
118120
  "line": {
118229
- "start": 339,
118230
- "end": 339
118121
+ "start": 332,
118122
+ "end": 332
118231
118123
  }
118232
118124
  },
118233
118125
  "group": [
@@ -118244,8 +118136,8 @@
118244
118136
  {
118245
118137
  "description": "The background color of the TreeMap.\n",
118246
118138
  "commentRange": {
118247
- "start": 340,
118248
- "end": 341
118139
+ "start": 333,
118140
+ "end": 334
118249
118141
  },
118250
118142
  "context": {
118251
118143
  "type": "variable",
@@ -118253,8 +118145,8 @@
118253
118145
  "value": "k-color(surface-alt)",
118254
118146
  "scope": "default",
118255
118147
  "line": {
118256
- "start": 342,
118257
- "end": 342
118148
+ "start": 335,
118149
+ "end": 335
118258
118150
  }
118259
118151
  },
118260
118152
  "group": [
@@ -118271,8 +118163,8 @@
118271
118163
  {
118272
118164
  "description": "The border color of the TreeMap.\n",
118273
118165
  "commentRange": {
118274
- "start": 343,
118275
- "end": 344
118166
+ "start": 336,
118167
+ "end": 337
118276
118168
  },
118277
118169
  "context": {
118278
118170
  "type": "variable",
@@ -118280,8 +118172,8 @@
118280
118172
  "value": "k-color(border)",
118281
118173
  "scope": "default",
118282
118174
  "line": {
118283
- "start": 345,
118284
- "end": 345
118175
+ "start": 338,
118176
+ "end": 338
118285
118177
  }
118286
118178
  },
118287
118179
  "group": [
@@ -118298,8 +118190,8 @@
118298
118190
  {
118299
118191
  "description": "The text color of the Dataviz title.\n",
118300
118192
  "commentRange": {
118301
- "start": 347,
118302
- "end": 348
118193
+ "start": 340,
118194
+ "end": 341
118303
118195
  },
118304
118196
  "context": {
118305
118197
  "type": "variable",
@@ -118307,8 +118199,8 @@
118307
118199
  "value": "k-color(on-app-surface)",
118308
118200
  "scope": "default",
118309
118201
  "line": {
118310
- "start": 349,
118311
- "end": 349
118202
+ "start": 342,
118203
+ "end": 342
118312
118204
  }
118313
118205
  },
118314
118206
  "group": [
@@ -118325,8 +118217,8 @@
118325
118217
  {
118326
118218
  "description": "The background color of the Dataviz title.\n",
118327
118219
  "commentRange": {
118328
- "start": 350,
118329
- "end": 351
118220
+ "start": 343,
118221
+ "end": 344
118330
118222
  },
118331
118223
  "context": {
118332
118224
  "type": "variable",
@@ -118334,8 +118226,8 @@
118334
118226
  "value": "k-color(surface)",
118335
118227
  "scope": "default",
118336
118228
  "line": {
118337
- "start": 352,
118338
- "end": 352
118229
+ "start": 345,
118230
+ "end": 345
118339
118231
  }
118340
118232
  },
118341
118233
  "group": [
@@ -118352,8 +118244,8 @@
118352
118244
  {
118353
118245
  "description": "The border color of the Dataviz title.\n",
118354
118246
  "commentRange": {
118355
- "start": 353,
118356
- "end": 354
118247
+ "start": 346,
118248
+ "end": 347
118357
118249
  },
118358
118250
  "context": {
118359
118251
  "type": "variable",
@@ -118361,8 +118253,8 @@
118361
118253
  "value": "k-color(border)",
118362
118254
  "scope": "default",
118363
118255
  "line": {
118364
- "start": 355,
118365
- "end": 355
118256
+ "start": 348,
118257
+ "end": 348
118366
118258
  }
118367
118259
  },
118368
118260
  "group": [
@@ -118379,8 +118271,8 @@
118379
118271
  {
118380
118272
  "description": "The background color of the Dataviz overlay.\n",
118381
118273
  "commentRange": {
118382
- "start": 358,
118383
- "end": 359
118274
+ "start": 351,
118275
+ "end": 352
118384
118276
  },
118385
118277
  "context": {
118386
118278
  "type": "variable",
@@ -118388,8 +118280,8 @@
118388
118280
  "value": "k-color(surface)",
118389
118281
  "scope": "default",
118390
118282
  "line": {
118391
- "start": 360,
118392
- "end": 360
118283
+ "start": 353,
118284
+ "end": 353
118393
118285
  }
118394
118286
  },
118395
118287
  "group": [
@@ -118406,8 +118298,8 @@
118406
118298
  {
118407
118299
  "description": "The font size of the Chart.\n",
118408
118300
  "commentRange": {
118409
- "start": 363,
118410
- "end": 364
118301
+ "start": 356,
118302
+ "end": 357
118411
118303
  },
118412
118304
  "context": {
118413
118305
  "type": "variable",
@@ -118415,8 +118307,8 @@
118415
118307
  "value": "var(--kendo-font-size-lg)",
118416
118308
  "scope": "default",
118417
118309
  "line": {
118418
- "start": 365,
118419
- "end": 365
118310
+ "start": 358,
118311
+ "end": 358
118420
118312
  }
118421
118313
  },
118422
118314
  "group": [
@@ -118433,8 +118325,8 @@
118433
118325
  {
118434
118326
  "description": "The font weight of the Chart.\n",
118435
118327
  "commentRange": {
118436
- "start": 366,
118437
- "end": 367
118328
+ "start": 359,
118329
+ "end": 360
118438
118330
  },
118439
118331
  "context": {
118440
118332
  "type": "variable",
@@ -118442,8 +118334,8 @@
118442
118334
  "value": "var(--kendo-font-weight)",
118443
118335
  "scope": "default",
118444
118336
  "line": {
118445
- "start": 368,
118446
- "end": 368
118337
+ "start": 361,
118338
+ "end": 361
118447
118339
  }
118448
118340
  },
118449
118341
  "group": [
@@ -118460,8 +118352,8 @@
118460
118352
  {
118461
118353
  "description": "The vertical padding of the Chart.\n",
118462
118354
  "commentRange": {
118463
- "start": 369,
118464
- "end": 370
118355
+ "start": 362,
118356
+ "end": 363
118465
118357
  },
118466
118358
  "context": {
118467
118359
  "type": "variable",
@@ -118469,8 +118361,8 @@
118469
118361
  "value": "7rem",
118470
118362
  "scope": "default",
118471
118363
  "line": {
118472
- "start": 371,
118473
- "end": 371
118364
+ "start": 364,
118365
+ "end": 364
118474
118366
  }
118475
118367
  },
118476
118368
  "group": [
@@ -118487,8 +118379,8 @@
118487
118379
  {
118488
118380
  "description": "The background color of the Gauge.\n",
118489
118381
  "commentRange": {
118490
- "start": 374,
118491
- "end": 375
118382
+ "start": 367,
118383
+ "end": 368
118492
118384
  },
118493
118385
  "context": {
118494
118386
  "type": "variable",
@@ -118496,8 +118388,8 @@
118496
118388
  "value": "k-color(primary)",
118497
118389
  "scope": "default",
118498
118390
  "line": {
118499
- "start": 376,
118500
- "end": 376
118391
+ "start": 369,
118392
+ "end": 369
118501
118393
  }
118502
118394
  },
118503
118395
  "group": [
@@ -118514,8 +118406,8 @@
118514
118406
  {
118515
118407
  "description": "The background color of the Gauge track.\n",
118516
118408
  "commentRange": {
118517
- "start": 377,
118518
- "end": 378
118409
+ "start": 370,
118410
+ "end": 371
118519
118411
  },
118520
118412
  "context": {
118521
118413
  "type": "variable",
@@ -118523,8 +118415,8 @@
118523
118415
  "value": "k-color(base-emphasis)",
118524
118416
  "scope": "default",
118525
118417
  "line": {
118526
- "start": 379,
118527
- "end": 379
118418
+ "start": 372,
118419
+ "end": 372
118528
118420
  }
118529
118421
  },
118530
118422
  "group": [