@progress/kendo-theme-material 9.1.0-dev.1 → 9.1.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +189 -96
  3. package/dist/material-aqua-dark.css +1 -1
  4. package/dist/material-arctic.css +1 -1
  5. package/dist/material-burnt-teal.css +1 -1
  6. package/dist/material-dataviz-v4.css +1 -1
  7. package/dist/material-eggplant.css +1 -1
  8. package/dist/material-lime-dark.css +1 -1
  9. package/dist/material-lime.css +1 -1
  10. package/dist/material-main-dark.css +1 -1
  11. package/dist/material-main.css +1 -1
  12. package/dist/material-nova.css +1 -1
  13. package/dist/material-pacific-dark.css +1 -1
  14. package/dist/material-pacific.css +1 -1
  15. package/dist/material-sky-dark.css +1 -1
  16. package/dist/material-sky.css +1 -1
  17. package/dist/material-smoke.css +1 -1
  18. package/dist/meta/sassdoc-data.json +27960 -25746
  19. package/dist/meta/sassdoc-raw-data.json +1168 -143
  20. package/dist/meta/variables.json +42 -22
  21. package/lib/swatches/material-aqua-dark.json +1 -1
  22. package/lib/swatches/material-arctic.json +1 -1
  23. package/lib/swatches/material-burnt-teal.json +1 -1
  24. package/lib/swatches/material-dataviz-v4.json +1 -1
  25. package/lib/swatches/material-eggplant.json +1 -1
  26. package/lib/swatches/material-lime-dark.json +1 -1
  27. package/lib/swatches/material-lime.json +1 -1
  28. package/lib/swatches/material-main-dark.json +1 -1
  29. package/lib/swatches/material-main.json +1 -1
  30. package/lib/swatches/material-nova.json +1 -1
  31. package/lib/swatches/material-pacific-dark.json +1 -1
  32. package/lib/swatches/material-pacific.json +1 -1
  33. package/lib/swatches/material-sky-dark.json +1 -1
  34. package/lib/swatches/material-sky.json +1 -1
  35. package/lib/swatches/material-smoke.json +1 -1
  36. package/package.json +6 -6
  37. package/scss/menu/_variables.scss +138 -42
@@ -32231,19 +32231,1044 @@
32231
32231
  }
32232
32232
  },
32233
32233
  {
32234
- "description": "Horizontal padding of the menu popup.\n",
32234
+ "description": "The width of the border around the Menu.\n",
32235
+ "commentRange": {
32236
+ "start": 3,
32237
+ "end": 4
32238
+ },
32239
+ "context": {
32240
+ "type": "variable",
32241
+ "name": "kendo-menu-border-width",
32242
+ "value": "0px",
32243
+ "scope": "default",
32244
+ "line": {
32245
+ "start": 5,
32246
+ "end": 5
32247
+ }
32248
+ },
32249
+ "group": [
32250
+ "menu"
32251
+ ],
32252
+ "access": "public",
32253
+ "file": {
32254
+ "path": "menu/_variables.scss",
32255
+ "name": "_variables.scss"
32256
+ }
32257
+ },
32258
+ {
32259
+ "description": "The font family of the Menu.\n",
32260
+ "commentRange": {
32261
+ "start": 6,
32262
+ "end": 7
32263
+ },
32264
+ "context": {
32265
+ "type": "variable",
32266
+ "name": "kendo-menu-font-family",
32267
+ "value": "var( --kendo-font-family, inherit )",
32268
+ "scope": "default",
32269
+ "line": {
32270
+ "start": 8,
32271
+ "end": 8
32272
+ }
32273
+ },
32274
+ "group": [
32275
+ "menu"
32276
+ ],
32277
+ "access": "public",
32278
+ "file": {
32279
+ "path": "menu/_variables.scss",
32280
+ "name": "_variables.scss"
32281
+ }
32282
+ },
32283
+ {
32284
+ "description": "The font size of the Menu.\n",
32285
+ "commentRange": {
32286
+ "start": 9,
32287
+ "end": 10
32288
+ },
32289
+ "context": {
32290
+ "type": "variable",
32291
+ "name": "kendo-menu-font-size",
32292
+ "value": "var( --kendo-font-size, inherit )",
32293
+ "scope": "default",
32294
+ "line": {
32295
+ "start": 11,
32296
+ "end": 11
32297
+ }
32298
+ },
32299
+ "group": [
32300
+ "menu"
32301
+ ],
32302
+ "access": "public",
32303
+ "file": {
32304
+ "path": "menu/_variables.scss",
32305
+ "name": "_variables.scss"
32306
+ }
32307
+ },
32308
+ {
32309
+ "description": "The line height of the Menu used along with $kendo-font-size.\n",
32310
+ "commentRange": {
32311
+ "start": 12,
32312
+ "end": 13
32313
+ },
32314
+ "context": {
32315
+ "type": "variable",
32316
+ "name": "kendo-menu-line-height",
32317
+ "value": "var( --kendo-line-height, normal )",
32318
+ "scope": "default",
32319
+ "line": {
32320
+ "start": 14,
32321
+ "end": 14
32322
+ }
32323
+ },
32324
+ "group": [
32325
+ "menu"
32326
+ ],
32327
+ "access": "public",
32328
+ "file": {
32329
+ "path": "menu/_variables.scss",
32330
+ "name": "_variables.scss"
32331
+ }
32332
+ },
32333
+ {
32334
+ "description": "The background color of the Menu.\n",
32335
+ "commentRange": {
32336
+ "start": 16,
32337
+ "end": 17
32338
+ },
32339
+ "context": {
32340
+ "type": "variable",
32341
+ "name": "kendo-menu-bg",
32342
+ "value": "transparent",
32343
+ "scope": "default",
32344
+ "line": {
32345
+ "start": 18,
32346
+ "end": 18
32347
+ }
32348
+ },
32349
+ "group": [
32350
+ "menu"
32351
+ ],
32352
+ "access": "public",
32353
+ "file": {
32354
+ "path": "menu/_variables.scss",
32355
+ "name": "_variables.scss"
32356
+ }
32357
+ },
32358
+ {
32359
+ "description": "The text color of the Menu.\n",
32360
+ "commentRange": {
32361
+ "start": 19,
32362
+ "end": 20
32363
+ },
32364
+ "context": {
32365
+ "type": "variable",
32366
+ "name": "kendo-menu-text",
32367
+ "value": "$kendo-component-text",
32368
+ "scope": "default",
32369
+ "line": {
32370
+ "start": 21,
32371
+ "end": 21
32372
+ }
32373
+ },
32374
+ "group": [
32375
+ "menu"
32376
+ ],
32377
+ "access": "public",
32378
+ "file": {
32379
+ "path": "menu/_variables.scss",
32380
+ "name": "_variables.scss"
32381
+ }
32382
+ },
32383
+ {
32384
+ "description": "The border color of the Menu.\n",
32385
+ "commentRange": {
32386
+ "start": 22,
32387
+ "end": 23
32388
+ },
32389
+ "context": {
32390
+ "type": "variable",
32391
+ "name": "kendo-menu-border",
32392
+ "value": "null",
32393
+ "scope": "default",
32394
+ "line": {
32395
+ "start": 24,
32396
+ "end": 24
32397
+ }
32398
+ },
32399
+ "group": [
32400
+ "menu"
32401
+ ],
32402
+ "access": "public",
32403
+ "file": {
32404
+ "path": "menu/_variables.scss",
32405
+ "name": "_variables.scss"
32406
+ }
32407
+ },
32408
+ {
32409
+ "description": "The background gradient of the Menu.\n",
32410
+ "commentRange": {
32411
+ "start": 25,
32412
+ "end": 26
32413
+ },
32414
+ "context": {
32415
+ "type": "variable",
32416
+ "name": "kendo-menu-gradient",
32417
+ "value": "null",
32418
+ "scope": "default",
32419
+ "line": {
32420
+ "start": 27,
32421
+ "end": 27
32422
+ }
32423
+ },
32424
+ "group": [
32425
+ "menu"
32426
+ ],
32427
+ "access": "public",
32428
+ "file": {
32429
+ "path": "menu/_variables.scss",
32430
+ "name": "_variables.scss"
32431
+ }
32432
+ },
32433
+ {
32434
+ "description": "The horizontal padding of the Menu item.\n",
32435
+ "commentRange": {
32436
+ "start": 31,
32437
+ "end": 32
32438
+ },
32439
+ "context": {
32440
+ "type": "variable",
32441
+ "name": "kendo-menu-item-padding-x",
32442
+ "value": "k-spacing(4)",
32443
+ "scope": "default",
32444
+ "line": {
32445
+ "start": 33,
32446
+ "end": 33
32447
+ }
32448
+ },
32449
+ "group": [
32450
+ "menu"
32451
+ ],
32452
+ "access": "public",
32453
+ "file": {
32454
+ "path": "menu/_variables.scss",
32455
+ "name": "_variables.scss"
32456
+ }
32457
+ },
32458
+ {
32459
+ "description": "The vertical padding of the Menu item.\n",
32460
+ "commentRange": {
32461
+ "start": 34,
32462
+ "end": 35
32463
+ },
32464
+ "context": {
32465
+ "type": "variable",
32466
+ "name": "kendo-menu-item-padding-y",
32467
+ "value": "k-spacing(1)",
32468
+ "scope": "default",
32469
+ "line": {
32470
+ "start": 36,
32471
+ "end": 36
32472
+ }
32473
+ },
32474
+ "group": [
32475
+ "menu"
32476
+ ],
32477
+ "access": "public",
32478
+ "file": {
32479
+ "path": "menu/_variables.scss",
32480
+ "name": "_variables.scss"
32481
+ }
32482
+ },
32483
+ {
32484
+ "description": "The spacing between the Menu items.\n",
32485
+ "commentRange": {
32486
+ "start": 37,
32487
+ "end": 38
32488
+ },
32489
+ "context": {
32490
+ "type": "variable",
32491
+ "name": "kendo-menu-item-spacing",
32492
+ "value": "k-spacing(0.5)",
32493
+ "scope": "default",
32494
+ "line": {
32495
+ "start": 39,
32496
+ "end": 39
32497
+ }
32498
+ },
32499
+ "group": [
32500
+ "menu"
32501
+ ],
32502
+ "access": "public",
32503
+ "file": {
32504
+ "path": "menu/_variables.scss",
32505
+ "name": "_variables.scss"
32506
+ }
32507
+ },
32508
+ {
32509
+ "description": "The spacing between the Menu item text and icons.\n",
32510
+ "commentRange": {
32511
+ "start": 40,
32512
+ "end": 41
32513
+ },
32514
+ "context": {
32515
+ "type": "variable",
32516
+ "name": "kendo-menu-item-icon-spacing",
32517
+ "value": "$kendo-icon-spacing",
32518
+ "scope": "default",
32519
+ "line": {
32520
+ "start": 42,
32521
+ "end": 42
32522
+ }
32523
+ },
32524
+ "group": [
32525
+ "menu"
32526
+ ],
32527
+ "access": "public",
32528
+ "file": {
32529
+ "path": "menu/_variables.scss",
32530
+ "name": "_variables.scss"
32531
+ }
32532
+ },
32533
+ {
32534
+ "description": "The font weight of the selected Menu item.\n",
32535
+ "commentRange": {
32536
+ "start": 44,
32537
+ "end": 45
32538
+ },
32539
+ "context": {
32540
+ "type": "variable",
32541
+ "name": "kendo-menu-item-selected-font-weight",
32542
+ "value": "var( --kendo-font-weight-bold, normal )",
32543
+ "scope": "default",
32544
+ "line": {
32545
+ "start": 46,
32546
+ "end": 46
32547
+ }
32548
+ },
32549
+ "group": [
32550
+ "menu"
32551
+ ],
32552
+ "access": "public",
32553
+ "file": {
32554
+ "path": "menu/_variables.scss",
32555
+ "name": "_variables.scss"
32556
+ }
32557
+ },
32558
+ {
32559
+ "description": "The background color of the Menu item.\n",
32560
+ "commentRange": {
32561
+ "start": 48,
32562
+ "end": 49
32563
+ },
32564
+ "context": {
32565
+ "type": "variable",
32566
+ "name": "kendo-menu-item-bg",
32567
+ "value": "rgba( $kendo-menu-text, 0 )",
32568
+ "scope": "default",
32569
+ "line": {
32570
+ "start": 50,
32571
+ "end": 50
32572
+ }
32573
+ },
32574
+ "group": [
32575
+ "menu"
32576
+ ],
32577
+ "access": "public",
32578
+ "file": {
32579
+ "path": "menu/_variables.scss",
32580
+ "name": "_variables.scss"
32581
+ }
32582
+ },
32583
+ {
32584
+ "description": "The text color of the Menu item.\n",
32235
32585
  "commentRange": {
32236
32586
  "start": 51,
32237
32587
  "end": 52
32238
32588
  },
32589
+ "context": {
32590
+ "type": "variable",
32591
+ "name": "kendo-menu-item-text",
32592
+ "value": "null",
32593
+ "scope": "default",
32594
+ "line": {
32595
+ "start": 53,
32596
+ "end": 53
32597
+ }
32598
+ },
32599
+ "group": [
32600
+ "menu"
32601
+ ],
32602
+ "access": "public",
32603
+ "file": {
32604
+ "path": "menu/_variables.scss",
32605
+ "name": "_variables.scss"
32606
+ }
32607
+ },
32608
+ {
32609
+ "description": "The border color of the Menu item.\n",
32610
+ "commentRange": {
32611
+ "start": 54,
32612
+ "end": 55
32613
+ },
32614
+ "context": {
32615
+ "type": "variable",
32616
+ "name": "kendo-menu-item-border",
32617
+ "value": "null",
32618
+ "scope": "default",
32619
+ "line": {
32620
+ "start": 56,
32621
+ "end": 56
32622
+ }
32623
+ },
32624
+ "group": [
32625
+ "menu"
32626
+ ],
32627
+ "access": "public",
32628
+ "file": {
32629
+ "path": "menu/_variables.scss",
32630
+ "name": "_variables.scss"
32631
+ }
32632
+ },
32633
+ {
32634
+ "description": "The background gradient of the Menu item.\n",
32635
+ "commentRange": {
32636
+ "start": 57,
32637
+ "end": 58
32638
+ },
32639
+ "context": {
32640
+ "type": "variable",
32641
+ "name": "kendo-menu-item-gradient",
32642
+ "value": "null",
32643
+ "scope": "default",
32644
+ "line": {
32645
+ "start": 59,
32646
+ "end": 59
32647
+ }
32648
+ },
32649
+ "group": [
32650
+ "menu"
32651
+ ],
32652
+ "access": "public",
32653
+ "file": {
32654
+ "path": "menu/_variables.scss",
32655
+ "name": "_variables.scss"
32656
+ }
32657
+ },
32658
+ {
32659
+ "description": "The background color of hovered Menu item.\n",
32660
+ "commentRange": {
32661
+ "start": 61,
32662
+ "end": 62
32663
+ },
32664
+ "context": {
32665
+ "type": "variable",
32666
+ "name": "kendo-menu-item-hover-bg",
32667
+ "value": "if($kendo-enable-color-system, k-color( base-hover ), rgba( $kendo-menu-text, $kendo-flat-button-hover-opacity * k-color-alpha( $kendo-menu-text ) ))",
32668
+ "scope": "default",
32669
+ "line": {
32670
+ "start": 63,
32671
+ "end": 63
32672
+ }
32673
+ },
32674
+ "group": [
32675
+ "menu"
32676
+ ],
32677
+ "access": "public",
32678
+ "file": {
32679
+ "path": "menu/_variables.scss",
32680
+ "name": "_variables.scss"
32681
+ }
32682
+ },
32683
+ {
32684
+ "description": "The text color of hovered Menu item.\n",
32685
+ "commentRange": {
32686
+ "start": 64,
32687
+ "end": 65
32688
+ },
32689
+ "context": {
32690
+ "type": "variable",
32691
+ "name": "kendo-menu-item-hover-text",
32692
+ "value": "null",
32693
+ "scope": "default",
32694
+ "line": {
32695
+ "start": 66,
32696
+ "end": 66
32697
+ }
32698
+ },
32699
+ "group": [
32700
+ "menu"
32701
+ ],
32702
+ "access": "public",
32703
+ "file": {
32704
+ "path": "menu/_variables.scss",
32705
+ "name": "_variables.scss"
32706
+ }
32707
+ },
32708
+ {
32709
+ "description": "The border color of hovered Menu item.\n",
32710
+ "commentRange": {
32711
+ "start": 67,
32712
+ "end": 68
32713
+ },
32714
+ "context": {
32715
+ "type": "variable",
32716
+ "name": "kendo-menu-item-hover-border",
32717
+ "value": "null",
32718
+ "scope": "default",
32719
+ "line": {
32720
+ "start": 69,
32721
+ "end": 69
32722
+ }
32723
+ },
32724
+ "group": [
32725
+ "menu"
32726
+ ],
32727
+ "access": "public",
32728
+ "file": {
32729
+ "path": "menu/_variables.scss",
32730
+ "name": "_variables.scss"
32731
+ }
32732
+ },
32733
+ {
32734
+ "description": "The background gradient of hovered Menu item.\n",
32735
+ "commentRange": {
32736
+ "start": 70,
32737
+ "end": 71
32738
+ },
32739
+ "context": {
32740
+ "type": "variable",
32741
+ "name": "kendo-menu-item-hover-gradient",
32742
+ "value": "null",
32743
+ "scope": "default",
32744
+ "line": {
32745
+ "start": 72,
32746
+ "end": 72
32747
+ }
32748
+ },
32749
+ "group": [
32750
+ "menu"
32751
+ ],
32752
+ "access": "public",
32753
+ "file": {
32754
+ "path": "menu/_variables.scss",
32755
+ "name": "_variables.scss"
32756
+ }
32757
+ },
32758
+ {
32759
+ "description": "The background color of active Menu item.\n",
32760
+ "commentRange": {
32761
+ "start": 74,
32762
+ "end": 75
32763
+ },
32764
+ "context": {
32765
+ "type": "variable",
32766
+ "name": "kendo-menu-item-active-bg",
32767
+ "value": "if($kendo-enable-color-system, k-color( base-active ), rgba( $kendo-menu-text, $kendo-flat-button-active-opacity * k-color-alpha( $kendo-menu-text ) ))",
32768
+ "scope": "default",
32769
+ "line": {
32770
+ "start": 76,
32771
+ "end": 76
32772
+ }
32773
+ },
32774
+ "group": [
32775
+ "menu"
32776
+ ],
32777
+ "access": "public",
32778
+ "file": {
32779
+ "path": "menu/_variables.scss",
32780
+ "name": "_variables.scss"
32781
+ }
32782
+ },
32783
+ {
32784
+ "description": "The text color of active Menu item.\n",
32785
+ "commentRange": {
32786
+ "start": 77,
32787
+ "end": 78
32788
+ },
32789
+ "context": {
32790
+ "type": "variable",
32791
+ "name": "kendo-menu-item-active-text",
32792
+ "value": "null",
32793
+ "scope": "default",
32794
+ "line": {
32795
+ "start": 79,
32796
+ "end": 79
32797
+ }
32798
+ },
32799
+ "group": [
32800
+ "menu"
32801
+ ],
32802
+ "access": "public",
32803
+ "file": {
32804
+ "path": "menu/_variables.scss",
32805
+ "name": "_variables.scss"
32806
+ }
32807
+ },
32808
+ {
32809
+ "description": "The border color of active Menu item.\n",
32810
+ "commentRange": {
32811
+ "start": 80,
32812
+ "end": 81
32813
+ },
32814
+ "context": {
32815
+ "type": "variable",
32816
+ "name": "kendo-menu-item-active-border",
32817
+ "value": "null",
32818
+ "scope": "default",
32819
+ "line": {
32820
+ "start": 82,
32821
+ "end": 82
32822
+ }
32823
+ },
32824
+ "group": [
32825
+ "menu"
32826
+ ],
32827
+ "access": "public",
32828
+ "file": {
32829
+ "path": "menu/_variables.scss",
32830
+ "name": "_variables.scss"
32831
+ }
32832
+ },
32833
+ {
32834
+ "description": "The background gradient of active Menu item.\n",
32835
+ "commentRange": {
32836
+ "start": 83,
32837
+ "end": 84
32838
+ },
32839
+ "context": {
32840
+ "type": "variable",
32841
+ "name": "kendo-menu-item-active-gradient",
32842
+ "value": "null",
32843
+ "scope": "default",
32844
+ "line": {
32845
+ "start": 85,
32846
+ "end": 85
32847
+ }
32848
+ },
32849
+ "group": [
32850
+ "menu"
32851
+ ],
32852
+ "access": "public",
32853
+ "file": {
32854
+ "path": "menu/_variables.scss",
32855
+ "name": "_variables.scss"
32856
+ }
32857
+ },
32858
+ {
32859
+ "description": "The base shadow of focused Menu item.\n",
32860
+ "commentRange": {
32861
+ "start": 87,
32862
+ "end": 88
32863
+ },
32864
+ "context": {
32865
+ "type": "variable",
32866
+ "name": "kendo-menu-item-focus-shadow",
32867
+ "value": "null",
32868
+ "scope": "default",
32869
+ "line": {
32870
+ "start": 89,
32871
+ "end": 89
32872
+ }
32873
+ },
32874
+ "group": [
32875
+ "menu"
32876
+ ],
32877
+ "access": "public",
32878
+ "file": {
32879
+ "path": "menu/_variables.scss",
32880
+ "name": "_variables.scss"
32881
+ }
32882
+ },
32883
+ {
32884
+ "description": "The background color of selected Menu item.\n",
32885
+ "commentRange": {
32886
+ "start": 91,
32887
+ "end": 92
32888
+ },
32889
+ "context": {
32890
+ "type": "variable",
32891
+ "name": "kendo-menu-item-selected-bg",
32892
+ "value": "null",
32893
+ "scope": "default",
32894
+ "line": {
32895
+ "start": 93,
32896
+ "end": 93
32897
+ }
32898
+ },
32899
+ "group": [
32900
+ "menu"
32901
+ ],
32902
+ "access": "public",
32903
+ "file": {
32904
+ "path": "menu/_variables.scss",
32905
+ "name": "_variables.scss"
32906
+ }
32907
+ },
32908
+ {
32909
+ "description": "The text color of selected Menu item.\n",
32910
+ "commentRange": {
32911
+ "start": 94,
32912
+ "end": 95
32913
+ },
32914
+ "context": {
32915
+ "type": "variable",
32916
+ "name": "kendo-menu-item-selected-text",
32917
+ "value": "null",
32918
+ "scope": "default",
32919
+ "line": {
32920
+ "start": 96,
32921
+ "end": 96
32922
+ }
32923
+ },
32924
+ "group": [
32925
+ "menu"
32926
+ ],
32927
+ "access": "public",
32928
+ "file": {
32929
+ "path": "menu/_variables.scss",
32930
+ "name": "_variables.scss"
32931
+ }
32932
+ },
32933
+ {
32934
+ "description": "The border color of selected Menu item.\n",
32935
+ "commentRange": {
32936
+ "start": 97,
32937
+ "end": 98
32938
+ },
32939
+ "context": {
32940
+ "type": "variable",
32941
+ "name": "kendo-menu-item-selected-border",
32942
+ "value": "null",
32943
+ "scope": "default",
32944
+ "line": {
32945
+ "start": 99,
32946
+ "end": 99
32947
+ }
32948
+ },
32949
+ "group": [
32950
+ "menu"
32951
+ ],
32952
+ "access": "public",
32953
+ "file": {
32954
+ "path": "menu/_variables.scss",
32955
+ "name": "_variables.scss"
32956
+ }
32957
+ },
32958
+ {
32959
+ "description": "The background gradient of selected Menu item.\n",
32960
+ "commentRange": {
32961
+ "start": 100,
32962
+ "end": 101
32963
+ },
32964
+ "context": {
32965
+ "type": "variable",
32966
+ "name": "kendo-menu-item-selected-gradient",
32967
+ "value": "null",
32968
+ "scope": "default",
32969
+ "line": {
32970
+ "start": 102,
32971
+ "end": 102
32972
+ }
32973
+ },
32974
+ "group": [
32975
+ "menu"
32976
+ ],
32977
+ "access": "public",
32978
+ "file": {
32979
+ "path": "menu/_variables.scss",
32980
+ "name": "_variables.scss"
32981
+ }
32982
+ },
32983
+ {
32984
+ "description": "The background color of the Menu scroll buttons.\n",
32985
+ "commentRange": {
32986
+ "start": 104,
32987
+ "end": 105
32988
+ },
32989
+ "context": {
32990
+ "type": "variable",
32991
+ "name": "kendo-menu-scroll-button-bg",
32992
+ "value": "$kendo-component-bg",
32993
+ "scope": "default",
32994
+ "line": {
32995
+ "start": 106,
32996
+ "end": 106
32997
+ }
32998
+ },
32999
+ "group": [
33000
+ "menu"
33001
+ ],
33002
+ "access": "public",
33003
+ "file": {
33004
+ "path": "menu/_variables.scss",
33005
+ "name": "_variables.scss"
33006
+ }
33007
+ },
33008
+ {
33009
+ "description": "The text color of the Menu scroll buttons.\n",
33010
+ "commentRange": {
33011
+ "start": 107,
33012
+ "end": 108
33013
+ },
33014
+ "context": {
33015
+ "type": "variable",
33016
+ "name": "kendo-menu-scroll-button-text",
33017
+ "value": "$kendo-subtle-text",
33018
+ "scope": "default",
33019
+ "line": {
33020
+ "start": 109,
33021
+ "end": 109
33022
+ }
33023
+ },
33024
+ "group": [
33025
+ "menu"
33026
+ ],
33027
+ "access": "public",
33028
+ "file": {
33029
+ "path": "menu/_variables.scss",
33030
+ "name": "_variables.scss"
33031
+ }
33032
+ },
33033
+ {
33034
+ "description": "The border color of the Menu scroll buttons.\n",
33035
+ "commentRange": {
33036
+ "start": 110,
33037
+ "end": 111
33038
+ },
33039
+ "context": {
33040
+ "type": "variable",
33041
+ "name": "kendo-menu-scroll-button-border",
33042
+ "value": "transparent",
33043
+ "scope": "default",
33044
+ "line": {
33045
+ "start": 112,
33046
+ "end": 112
33047
+ }
33048
+ },
33049
+ "group": [
33050
+ "menu"
33051
+ ],
33052
+ "access": "public",
33053
+ "file": {
33054
+ "path": "menu/_variables.scss",
33055
+ "name": "_variables.scss"
33056
+ }
33057
+ },
33058
+ {
33059
+ "description": "The background gradient of the Menu scroll buttons.\n",
33060
+ "commentRange": {
33061
+ "start": 113,
33062
+ "end": 114
33063
+ },
33064
+ "context": {
33065
+ "type": "variable",
33066
+ "name": "kendo-menu-scroll-button-gradient",
33067
+ "value": "null",
33068
+ "scope": "default",
33069
+ "line": {
33070
+ "start": 115,
33071
+ "end": 115
33072
+ }
33073
+ },
33074
+ "group": [
33075
+ "menu"
33076
+ ],
33077
+ "access": "public",
33078
+ "file": {
33079
+ "path": "menu/_variables.scss",
33080
+ "name": "_variables.scss"
33081
+ }
33082
+ },
33083
+ {
33084
+ "description": "The background color of hovered Menu scroll buttons.\n",
33085
+ "commentRange": {
33086
+ "start": 117,
33087
+ "end": 118
33088
+ },
33089
+ "context": {
33090
+ "type": "variable",
33091
+ "name": "kendo-menu-scroll-button-hover-bg",
33092
+ "value": "null",
33093
+ "scope": "default",
33094
+ "line": {
33095
+ "start": 119,
33096
+ "end": 119
33097
+ }
33098
+ },
33099
+ "group": [
33100
+ "menu"
33101
+ ],
33102
+ "access": "public",
33103
+ "file": {
33104
+ "path": "menu/_variables.scss",
33105
+ "name": "_variables.scss"
33106
+ }
33107
+ },
33108
+ {
33109
+ "description": "The text color of hovered Menu scroll buttons.\n",
33110
+ "commentRange": {
33111
+ "start": 120,
33112
+ "end": 121
33113
+ },
33114
+ "context": {
33115
+ "type": "variable",
33116
+ "name": "kendo-menu-scroll-button-hover-text",
33117
+ "value": "$kendo-menu-text",
33118
+ "scope": "default",
33119
+ "line": {
33120
+ "start": 122,
33121
+ "end": 122
33122
+ }
33123
+ },
33124
+ "group": [
33125
+ "menu"
33126
+ ],
33127
+ "access": "public",
33128
+ "file": {
33129
+ "path": "menu/_variables.scss",
33130
+ "name": "_variables.scss"
33131
+ }
33132
+ },
33133
+ {
33134
+ "description": "The border color of hovered Menu scroll buttons.\n",
33135
+ "commentRange": {
33136
+ "start": 123,
33137
+ "end": 124
33138
+ },
33139
+ "context": {
33140
+ "type": "variable",
33141
+ "name": "kendo-menu-scroll-button-hover-border",
33142
+ "value": "null",
33143
+ "scope": "default",
33144
+ "line": {
33145
+ "start": 125,
33146
+ "end": 125
33147
+ }
33148
+ },
33149
+ "group": [
33150
+ "menu"
33151
+ ],
33152
+ "access": "public",
33153
+ "file": {
33154
+ "path": "menu/_variables.scss",
33155
+ "name": "_variables.scss"
33156
+ }
33157
+ },
33158
+ {
33159
+ "description": "The background gradient of hovered Menu scroll buttons.\n",
33160
+ "commentRange": {
33161
+ "start": 126,
33162
+ "end": 127
33163
+ },
33164
+ "context": {
33165
+ "type": "variable",
33166
+ "name": "kendo-menu-scroll-button-hover-gradient",
33167
+ "value": "null",
33168
+ "scope": "default",
33169
+ "line": {
33170
+ "start": 128,
33171
+ "end": 128
33172
+ }
33173
+ },
33174
+ "group": [
33175
+ "menu"
33176
+ ],
33177
+ "access": "public",
33178
+ "file": {
33179
+ "path": "menu/_variables.scss",
33180
+ "name": "_variables.scss"
33181
+ }
33182
+ },
33183
+ {
33184
+ "description": "The inline margin of the horizontal Menu separator.\n",
33185
+ "commentRange": {
33186
+ "start": 134,
33187
+ "end": 135
33188
+ },
33189
+ "context": {
33190
+ "type": "variable",
33191
+ "name": "kendo-menu-separator-margin-inline",
33192
+ "value": "k-spacing(1)",
33193
+ "scope": "private",
33194
+ "line": {
33195
+ "start": 136,
33196
+ "end": 136
33197
+ }
33198
+ },
33199
+ "group": [
33200
+ "menu"
33201
+ ],
33202
+ "access": "public",
33203
+ "file": {
33204
+ "path": "menu/_variables.scss",
33205
+ "name": "_variables.scss"
33206
+ }
33207
+ },
33208
+ {
33209
+ "description": "The block margin of the horizontal Menu separator.\n",
33210
+ "commentRange": {
33211
+ "start": 137,
33212
+ "end": 138
33213
+ },
33214
+ "context": {
33215
+ "type": "variable",
33216
+ "name": "kendo-menu-separator-margin-block",
33217
+ "value": "k-spacing(1)",
33218
+ "scope": "private",
33219
+ "line": {
33220
+ "start": 139,
33221
+ "end": 139
33222
+ }
33223
+ },
33224
+ "group": [
33225
+ "menu"
33226
+ ],
33227
+ "access": "public",
33228
+ "file": {
33229
+ "path": "menu/_variables.scss",
33230
+ "name": "_variables.scss"
33231
+ }
33232
+ },
33233
+ {
33234
+ "description": "The border color of Menu separator.\n",
33235
+ "commentRange": {
33236
+ "start": 140,
33237
+ "end": 141
33238
+ },
33239
+ "context": {
33240
+ "type": "variable",
33241
+ "name": "kendo-menu-separator-border",
33242
+ "value": "if($kendo-enable-color-system, k-color(border), $kendo-component-border)",
33243
+ "scope": "default",
33244
+ "line": {
33245
+ "start": 142,
33246
+ "end": 142
33247
+ }
33248
+ },
33249
+ "group": [
33250
+ "menu"
33251
+ ],
33252
+ "access": "public",
33253
+ "file": {
33254
+ "path": "menu/_variables.scss",
33255
+ "name": "_variables.scss"
33256
+ }
33257
+ },
33258
+ {
33259
+ "description": "The horizontal padding of the Menu popup.\n",
33260
+ "commentRange": {
33261
+ "start": 147,
33262
+ "end": 148
33263
+ },
32239
33264
  "context": {
32240
33265
  "type": "variable",
32241
33266
  "name": "kendo-menu-popup-padding-x",
32242
33267
  "value": "null",
32243
33268
  "scope": "default",
32244
33269
  "line": {
32245
- "start": 53,
32246
- "end": 53
33270
+ "start": 149,
33271
+ "end": 149
32247
33272
  }
32248
33273
  },
32249
33274
  "group": [
@@ -32256,10 +33281,10 @@
32256
33281
  }
32257
33282
  },
32258
33283
  {
32259
- "description": "Vertical padding of the menu popup.\n",
33284
+ "description": "The vertical padding of the Menu popup.\n",
32260
33285
  "commentRange": {
32261
- "start": 55,
32262
- "end": 56
33286
+ "start": 151,
33287
+ "end": 152
32263
33288
  },
32264
33289
  "context": {
32265
33290
  "type": "variable",
@@ -32267,8 +33292,8 @@
32267
33292
  "value": "null",
32268
33293
  "scope": "default",
32269
33294
  "line": {
32270
- "start": 57,
32271
- "end": 57
33295
+ "start": 153,
33296
+ "end": 153
32272
33297
  }
32273
33298
  },
32274
33299
  "group": [
@@ -32281,10 +33306,10 @@
32281
33306
  }
32282
33307
  },
32283
33308
  {
32284
- "description": "Width of the border around the menu popup.\n",
33309
+ "description": "The width of the border around the Menu popup.\n",
32285
33310
  "commentRange": {
32286
- "start": 59,
32287
- "end": 60
33311
+ "start": 155,
33312
+ "end": 156
32288
33313
  },
32289
33314
  "context": {
32290
33315
  "type": "variable",
@@ -32292,8 +33317,8 @@
32292
33317
  "value": "$kendo-popup-border-width",
32293
33318
  "scope": "default",
32294
33319
  "line": {
32295
- "start": 61,
32296
- "end": 61
33320
+ "start": 157,
33321
+ "end": 157
32297
33322
  }
32298
33323
  },
32299
33324
  "group": [
@@ -32306,19 +33331,19 @@
32306
33331
  }
32307
33332
  },
32308
33333
  {
32309
- "description": "Font sizes of the menu popup.\n",
33334
+ "description": "The font sizes of the Menu popup.\n",
32310
33335
  "commentRange": {
32311
- "start": 63,
32312
- "end": 64
33336
+ "start": 159,
33337
+ "end": 160
32313
33338
  },
32314
33339
  "context": {
32315
33340
  "type": "variable",
32316
33341
  "name": "kendo-menu-popup-font-size",
32317
- "value": "var( --kendo-font-size-lg, inherit )",
33342
+ "value": "var( --kendo-font-size, inherit )",
32318
33343
  "scope": "default",
32319
33344
  "line": {
32320
- "start": 65,
32321
- "end": 65
33345
+ "start": 161,
33346
+ "end": 161
32322
33347
  }
32323
33348
  },
32324
33349
  "group": [
@@ -32331,10 +33356,10 @@
32331
33356
  }
32332
33357
  },
32333
33358
  {
32334
- "description": "Line heights used along with $kendo-font-size.\n",
33359
+ "description": "The line heights used along with $kendo-font-size.\n",
32335
33360
  "commentRange": {
32336
- "start": 70,
32337
- "end": 71
33361
+ "start": 166,
33362
+ "end": 167
32338
33363
  },
32339
33364
  "context": {
32340
33365
  "type": "variable",
@@ -32342,8 +33367,8 @@
32342
33367
  "value": "1.25",
32343
33368
  "scope": "default",
32344
33369
  "line": {
32345
- "start": 72,
32346
- "end": 72
33370
+ "start": 168,
33371
+ "end": 168
32347
33372
  }
32348
33373
  },
32349
33374
  "group": [
@@ -32356,10 +33381,10 @@
32356
33381
  }
32357
33382
  },
32358
33383
  {
32359
- "description": "The background of the menu popup.\n",
33384
+ "description": "The background color of the Menu popup.\n",
32360
33385
  "commentRange": {
32361
- "start": 77,
32362
- "end": 78
33386
+ "start": 173,
33387
+ "end": 174
32363
33388
  },
32364
33389
  "context": {
32365
33390
  "type": "variable",
@@ -32367,8 +33392,8 @@
32367
33392
  "value": "$kendo-popup-bg",
32368
33393
  "scope": "default",
32369
33394
  "line": {
32370
- "start": 79,
32371
- "end": 79
33395
+ "start": 175,
33396
+ "end": 175
32372
33397
  }
32373
33398
  },
32374
33399
  "group": [
@@ -32381,10 +33406,10 @@
32381
33406
  }
32382
33407
  },
32383
33408
  {
32384
- "description": "The text color of the menu popup.\n",
33409
+ "description": "The text color of the Menu popup.\n",
32385
33410
  "commentRange": {
32386
- "start": 80,
32387
- "end": 81
33411
+ "start": 176,
33412
+ "end": 177
32388
33413
  },
32389
33414
  "context": {
32390
33415
  "type": "variable",
@@ -32392,8 +33417,8 @@
32392
33417
  "value": "$kendo-popup-text",
32393
33418
  "scope": "default",
32394
33419
  "line": {
32395
- "start": 82,
32396
- "end": 82
33420
+ "start": 178,
33421
+ "end": 178
32397
33422
  }
32398
33423
  },
32399
33424
  "group": [
@@ -32406,10 +33431,10 @@
32406
33431
  }
32407
33432
  },
32408
33433
  {
32409
- "description": "The border color of the menu popup.\n",
33434
+ "description": "The border color of the Menu popup.\n",
32410
33435
  "commentRange": {
32411
- "start": 83,
32412
- "end": 84
33436
+ "start": 179,
33437
+ "end": 180
32413
33438
  },
32414
33439
  "context": {
32415
33440
  "type": "variable",
@@ -32417,8 +33442,8 @@
32417
33442
  "value": "$kendo-popup-border",
32418
33443
  "scope": "default",
32419
33444
  "line": {
32420
- "start": 85,
32421
- "end": 85
33445
+ "start": 181,
33446
+ "end": 181
32422
33447
  }
32423
33448
  },
32424
33449
  "group": [
@@ -32431,10 +33456,10 @@
32431
33456
  }
32432
33457
  },
32433
33458
  {
32434
- "description": "The background gradient of the menu popup.\n",
33459
+ "description": "The background gradient of the Menu popup.\n",
32435
33460
  "commentRange": {
32436
- "start": 86,
32437
- "end": 87
33461
+ "start": 182,
33462
+ "end": 183
32438
33463
  },
32439
33464
  "context": {
32440
33465
  "type": "variable",
@@ -32442,8 +33467,8 @@
32442
33467
  "value": "null",
32443
33468
  "scope": "default",
32444
33469
  "line": {
32445
- "start": 88,
32446
- "end": 88
33470
+ "start": 184,
33471
+ "end": 184
32447
33472
  }
32448
33473
  },
32449
33474
  "group": [
@@ -32456,10 +33481,10 @@
32456
33481
  }
32457
33482
  },
32458
33483
  {
32459
- "description": "Horizontal padding of the menu item in popup.\n",
33484
+ "description": "The horizontal padding of the Menu item in popup.\n",
32460
33485
  "commentRange": {
32461
- "start": 93,
32462
- "end": 94
33486
+ "start": 189,
33487
+ "end": 190
32463
33488
  },
32464
33489
  "context": {
32465
33490
  "type": "variable",
@@ -32467,8 +33492,8 @@
32467
33492
  "value": "k-spacing(4)",
32468
33493
  "scope": "default",
32469
33494
  "line": {
32470
- "start": 95,
32471
- "end": 95
33495
+ "start": 191,
33496
+ "end": 191
32472
33497
  }
32473
33498
  },
32474
33499
  "group": [
@@ -32481,10 +33506,10 @@
32481
33506
  }
32482
33507
  },
32483
33508
  {
32484
- "description": "Vertical padding of the menu item in popup.\n",
33509
+ "description": "The vertical padding of the Menu item in popup.\n",
32485
33510
  "commentRange": {
32486
- "start": 100,
32487
- "end": 101
33511
+ "start": 196,
33512
+ "end": 197
32488
33513
  },
32489
33514
  "context": {
32490
33515
  "type": "variable",
@@ -32492,8 +33517,8 @@
32492
33517
  "value": "k-spacing(2)",
32493
33518
  "scope": "default",
32494
33519
  "line": {
32495
- "start": 102,
32496
- "end": 102
33520
+ "start": 198,
33521
+ "end": 198
32497
33522
  }
32498
33523
  },
32499
33524
  "group": [
@@ -32506,10 +33531,10 @@
32506
33531
  }
32507
33532
  },
32508
33533
  {
32509
- "description": "The end padding of the menu item in popup.\n",
33534
+ "description": "The end padding of the Menu item in popup.\n",
32510
33535
  "commentRange": {
32511
- "start": 107,
32512
- "end": 108
33536
+ "start": 203,
33537
+ "end": 204
32513
33538
  },
32514
33539
  "context": {
32515
33540
  "type": "variable",
@@ -32517,8 +33542,8 @@
32517
33542
  "value": "calc( #{$kendo-menu-popup-item-padding-x} * 2 + #{$kendo-icon-size} )",
32518
33543
  "scope": "default",
32519
33544
  "line": {
32520
- "start": 109,
32521
- "end": 109
33545
+ "start": 205,
33546
+ "end": 205
32522
33547
  }
32523
33548
  },
32524
33549
  "group": [
@@ -32531,10 +33556,10 @@
32531
33556
  }
32532
33557
  },
32533
33558
  {
32534
- "description": "The start margin of the menu item expand icon.\n",
33559
+ "description": "The start margin of the Menu item expand icon.\n",
32535
33560
  "commentRange": {
32536
- "start": 114,
32537
- "end": 115
33561
+ "start": 210,
33562
+ "end": 211
32538
33563
  },
32539
33564
  "context": {
32540
33565
  "type": "variable",
@@ -32542,8 +33567,8 @@
32542
33567
  "value": "$kendo-menu-popup-sm-item-padding-x",
32543
33568
  "scope": "default",
32544
33569
  "line": {
32545
- "start": 116,
32546
- "end": 116
33570
+ "start": 212,
33571
+ "end": 212
32547
33572
  }
32548
33573
  },
32549
33574
  "group": [
@@ -32556,10 +33581,10 @@
32556
33581
  }
32557
33582
  },
32558
33583
  {
32559
- "description": "The end margin of the menu item expand icon.\n",
33584
+ "description": "The end margin of the Menu item expand icon.\n",
32560
33585
  "commentRange": {
32561
- "start": 120,
32562
- "end": 121
33586
+ "start": 216,
33587
+ "end": 217
32563
33588
  },
32564
33589
  "context": {
32565
33590
  "type": "variable",
@@ -32567,8 +33592,8 @@
32567
33592
  "value": "calc( -1 * (#{$kendo-menu-popup-sm-item-padding-end} - #{k-math-div( $kendo-menu-popup-sm-item-padding-x, 2 )}) )",
32568
33593
  "scope": "default",
32569
33594
  "line": {
32570
- "start": 122,
32571
- "end": 122
33595
+ "start": 218,
33596
+ "end": 218
32572
33597
  }
32573
33598
  },
32574
33599
  "group": [
@@ -32581,10 +33606,10 @@
32581
33606
  }
32582
33607
  },
32583
33608
  {
32584
- "description": "The spacing between the menu items in popup.\n",
33609
+ "description": "The spacing between the Menu items in popup.\n",
32585
33610
  "commentRange": {
32586
- "start": 126,
32587
- "end": 127
33611
+ "start": 222,
33612
+ "end": 223
32588
33613
  },
32589
33614
  "context": {
32590
33615
  "type": "variable",
@@ -32592,8 +33617,8 @@
32592
33617
  "value": "k-spacing(0)",
32593
33618
  "scope": "default",
32594
33619
  "line": {
32595
- "start": 128,
32596
- "end": 128
33620
+ "start": 224,
33621
+ "end": 224
32597
33622
  }
32598
33623
  },
32599
33624
  "group": [
@@ -32606,10 +33631,10 @@
32606
33631
  }
32607
33632
  },
32608
33633
  {
32609
- "description": "The background of the menu item in popup.\n",
33634
+ "description": "The background color of the Menu item in popup.\n",
32610
33635
  "commentRange": {
32611
- "start": 130,
32612
- "end": 131
33636
+ "start": 226,
33637
+ "end": 227
32613
33638
  },
32614
33639
  "context": {
32615
33640
  "type": "variable",
@@ -32617,8 +33642,8 @@
32617
33642
  "value": "null",
32618
33643
  "scope": "default",
32619
33644
  "line": {
32620
- "start": 132,
32621
- "end": 132
33645
+ "start": 228,
33646
+ "end": 228
32622
33647
  }
32623
33648
  },
32624
33649
  "group": [
@@ -32631,10 +33656,10 @@
32631
33656
  }
32632
33657
  },
32633
33658
  {
32634
- "description": "The text color of the menu item in popup.\n",
33659
+ "description": "The text color of the Menu item in popup.\n",
32635
33660
  "commentRange": {
32636
- "start": 133,
32637
- "end": 134
33661
+ "start": 229,
33662
+ "end": 230
32638
33663
  },
32639
33664
  "context": {
32640
33665
  "type": "variable",
@@ -32642,8 +33667,8 @@
32642
33667
  "value": "null",
32643
33668
  "scope": "default",
32644
33669
  "line": {
32645
- "start": 135,
32646
- "end": 135
33670
+ "start": 231,
33671
+ "end": 231
32647
33672
  }
32648
33673
  },
32649
33674
  "group": [
@@ -32656,10 +33681,10 @@
32656
33681
  }
32657
33682
  },
32658
33683
  {
32659
- "description": "The border color of the menu item in popup.\n",
33684
+ "description": "The border color of the Menu item in popup.\n",
32660
33685
  "commentRange": {
32661
- "start": 136,
32662
- "end": 137
33686
+ "start": 232,
33687
+ "end": 233
32663
33688
  },
32664
33689
  "context": {
32665
33690
  "type": "variable",
@@ -32667,8 +33692,8 @@
32667
33692
  "value": "null",
32668
33693
  "scope": "default",
32669
33694
  "line": {
32670
- "start": 138,
32671
- "end": 138
33695
+ "start": 234,
33696
+ "end": 234
32672
33697
  }
32673
33698
  },
32674
33699
  "group": [
@@ -32681,10 +33706,10 @@
32681
33706
  }
32682
33707
  },
32683
33708
  {
32684
- "description": "The background gradient of the menu item in popup.\n",
33709
+ "description": "The background gradient of the Menu item in popup.\n",
32685
33710
  "commentRange": {
32686
- "start": 139,
32687
- "end": 140
33711
+ "start": 235,
33712
+ "end": 236
32688
33713
  },
32689
33714
  "context": {
32690
33715
  "type": "variable",
@@ -32692,8 +33717,8 @@
32692
33717
  "value": "null",
32693
33718
  "scope": "default",
32694
33719
  "line": {
32695
- "start": 141,
32696
- "end": 141
33720
+ "start": 237,
33721
+ "end": 237
32697
33722
  }
32698
33723
  },
32699
33724
  "group": [
@@ -32706,10 +33731,10 @@
32706
33731
  }
32707
33732
  },
32708
33733
  {
32709
- "description": "The background of hovered menu item in popup.\n",
33734
+ "description": "The background color of hovered Menu item in popup.\n",
32710
33735
  "commentRange": {
32711
- "start": 143,
32712
- "end": 144
33736
+ "start": 239,
33737
+ "end": 240
32713
33738
  },
32714
33739
  "context": {
32715
33740
  "type": "variable",
@@ -32717,8 +33742,8 @@
32717
33742
  "value": "$kendo-list-item-hover-bg",
32718
33743
  "scope": "default",
32719
33744
  "line": {
32720
- "start": 145,
32721
- "end": 145
33745
+ "start": 241,
33746
+ "end": 241
32722
33747
  }
32723
33748
  },
32724
33749
  "group": [
@@ -32731,10 +33756,10 @@
32731
33756
  }
32732
33757
  },
32733
33758
  {
32734
- "description": "The text color of hovered menu item in popup.\n",
33759
+ "description": "The text color of hovered Menu item in popup.\n",
32735
33760
  "commentRange": {
32736
- "start": 146,
32737
- "end": 147
33761
+ "start": 242,
33762
+ "end": 243
32738
33763
  },
32739
33764
  "context": {
32740
33765
  "type": "variable",
@@ -32742,8 +33767,8 @@
32742
33767
  "value": "$kendo-list-item-hover-text",
32743
33768
  "scope": "default",
32744
33769
  "line": {
32745
- "start": 148,
32746
- "end": 148
33770
+ "start": 244,
33771
+ "end": 244
32747
33772
  }
32748
33773
  },
32749
33774
  "group": [
@@ -32756,10 +33781,10 @@
32756
33781
  }
32757
33782
  },
32758
33783
  {
32759
- "description": "The border color of hovered menu item in popup.\n",
33784
+ "description": "The border color of hovered Menu item in popup.\n",
32760
33785
  "commentRange": {
32761
- "start": 149,
32762
- "end": 150
33786
+ "start": 245,
33787
+ "end": 246
32763
33788
  },
32764
33789
  "context": {
32765
33790
  "type": "variable",
@@ -32767,8 +33792,8 @@
32767
33792
  "value": "null",
32768
33793
  "scope": "default",
32769
33794
  "line": {
32770
- "start": 151,
32771
- "end": 151
33795
+ "start": 247,
33796
+ "end": 247
32772
33797
  }
32773
33798
  },
32774
33799
  "group": [
@@ -32781,10 +33806,10 @@
32781
33806
  }
32782
33807
  },
32783
33808
  {
32784
- "description": "The background gradient of hovered menu item in popup.\n",
33809
+ "description": "The background gradient of hovered Menu item in popup.\n",
32785
33810
  "commentRange": {
32786
- "start": 152,
32787
- "end": 153
33811
+ "start": 248,
33812
+ "end": 249
32788
33813
  },
32789
33814
  "context": {
32790
33815
  "type": "variable",
@@ -32792,8 +33817,8 @@
32792
33817
  "value": "null",
32793
33818
  "scope": "default",
32794
33819
  "line": {
32795
- "start": 154,
32796
- "end": 154
33820
+ "start": 250,
33821
+ "end": 250
32797
33822
  }
32798
33823
  },
32799
33824
  "group": [
@@ -32806,19 +33831,19 @@
32806
33831
  }
32807
33832
  },
32808
33833
  {
32809
- "description": "The background of expanded menu item in popup.\n",
33834
+ "description": "The background color of active Menu item in popup.\n",
32810
33835
  "commentRange": {
32811
- "start": 156,
32812
- "end": 157
33836
+ "start": 252,
33837
+ "end": 253
32813
33838
  },
32814
33839
  "context": {
32815
33840
  "type": "variable",
32816
- "name": "kendo-menu-popup-item-expanded-bg",
33841
+ "name": "kendo-menu-popup-item-active-bg",
32817
33842
  "value": "$kendo-list-item-selected-bg",
32818
33843
  "scope": "default",
32819
33844
  "line": {
32820
- "start": 158,
32821
- "end": 158
33845
+ "start": 254,
33846
+ "end": 254
32822
33847
  }
32823
33848
  },
32824
33849
  "group": [
@@ -32831,19 +33856,19 @@
32831
33856
  }
32832
33857
  },
32833
33858
  {
32834
- "description": "The text color of expanded menu item in popup.\n",
33859
+ "description": "The text color of active Menu item in popup.\n",
32835
33860
  "commentRange": {
32836
- "start": 159,
32837
- "end": 160
33861
+ "start": 255,
33862
+ "end": 256
32838
33863
  },
32839
33864
  "context": {
32840
33865
  "type": "variable",
32841
- "name": "kendo-menu-popup-item-expanded-text",
33866
+ "name": "kendo-menu-popup-item-active-text",
32842
33867
  "value": "$kendo-list-item-selected-text",
32843
33868
  "scope": "default",
32844
33869
  "line": {
32845
- "start": 161,
32846
- "end": 161
33870
+ "start": 257,
33871
+ "end": 257
32847
33872
  }
32848
33873
  },
32849
33874
  "group": [
@@ -32856,19 +33881,19 @@
32856
33881
  }
32857
33882
  },
32858
33883
  {
32859
- "description": "The border color of expanded menu item in popup.\n",
33884
+ "description": "The border color of active Menu item in popup.\n",
32860
33885
  "commentRange": {
32861
- "start": 162,
32862
- "end": 163
33886
+ "start": 258,
33887
+ "end": 259
32863
33888
  },
32864
33889
  "context": {
32865
33890
  "type": "variable",
32866
- "name": "kendo-menu-popup-item-expanded-border",
33891
+ "name": "kendo-menu-popup-item-active-border",
32867
33892
  "value": "null",
32868
33893
  "scope": "default",
32869
33894
  "line": {
32870
- "start": 164,
32871
- "end": 164
33895
+ "start": 260,
33896
+ "end": 260
32872
33897
  }
32873
33898
  },
32874
33899
  "group": [
@@ -32881,19 +33906,19 @@
32881
33906
  }
32882
33907
  },
32883
33908
  {
32884
- "description": "The background gradient of expanded menu item in popup.\n",
33909
+ "description": "The background gradient of active Menu item in popup.\n",
32885
33910
  "commentRange": {
32886
- "start": 165,
32887
- "end": 166
33911
+ "start": 261,
33912
+ "end": 262
32888
33913
  },
32889
33914
  "context": {
32890
33915
  "type": "variable",
32891
- "name": "kendo-menu-popup-item-expanded-gradient",
33916
+ "name": "kendo-menu-popup-item-active-gradient",
32892
33917
  "value": "null",
32893
33918
  "scope": "default",
32894
33919
  "line": {
32895
- "start": 167,
32896
- "end": 167
33920
+ "start": 263,
33921
+ "end": 263
32897
33922
  }
32898
33923
  },
32899
33924
  "group": [
@@ -32906,10 +33931,10 @@
32906
33931
  }
32907
33932
  },
32908
33933
  {
32909
- "description": "The base shadow of focused menu item in popup.\n",
33934
+ "description": "The base shadow of focused Menu item in popup.\n",
32910
33935
  "commentRange": {
32911
- "start": 169,
32912
- "end": 170
33936
+ "start": 265,
33937
+ "end": 266
32913
33938
  },
32914
33939
  "context": {
32915
33940
  "type": "variable",
@@ -32917,8 +33942,8 @@
32917
33942
  "value": "null",
32918
33943
  "scope": "default",
32919
33944
  "line": {
32920
- "start": 171,
32921
- "end": 171
33945
+ "start": 267,
33946
+ "end": 267
32922
33947
  }
32923
33948
  },
32924
33949
  "group": [