@progress/kendo-theme-fluent 9.1.0-dev.0 → 9.1.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48894,7 +48894,7 @@
48894
48894
  "resolvedType": "String"
48895
48895
  },
48896
48896
  {
48897
- "description": "Width of the menu border.\n",
48897
+ "description": "The width of the border around the Menu.\n",
48898
48898
  "commentRange": {
48899
48899
  "start": 6,
48900
48900
  "end": 7
@@ -48923,8 +48923,8 @@
48923
48923
  {
48924
48924
  "description": "",
48925
48925
  "commentRange": {
48926
- "start": 10,
48927
- "end": 10
48926
+ "start": 11,
48927
+ "end": 11
48928
48928
  },
48929
48929
  "context": {
48930
48930
  "type": "variable",
@@ -48932,8 +48932,8 @@
48932
48932
  "value": "var( --kendo-font-family, inherit )",
48933
48933
  "scope": "default",
48934
48934
  "line": {
48935
- "start": 11,
48936
- "end": 11
48935
+ "start": 12,
48936
+ "end": 12
48937
48937
  }
48938
48938
  },
48939
48939
  "group": [
@@ -48950,8 +48950,8 @@
48950
48950
  {
48951
48951
  "description": "",
48952
48952
  "commentRange": {
48953
- "start": 13,
48954
- "end": 13
48953
+ "start": 14,
48954
+ "end": 14
48955
48955
  },
48956
48956
  "context": {
48957
48957
  "type": "variable",
@@ -48959,8 +48959,8 @@
48959
48959
  "value": "var( --kendo-font-size, inherit )",
48960
48960
  "scope": "default",
48961
48961
  "line": {
48962
- "start": 14,
48963
- "end": 14
48962
+ "start": 15,
48963
+ "end": 15
48964
48964
  }
48965
48965
  },
48966
48966
  "group": [
@@ -48975,10 +48975,10 @@
48975
48975
  "resolvedType": "String"
48976
48976
  },
48977
48977
  {
48978
- "description": "Line heights used along with $kendo-font-size.\n",
48978
+ "description": "The line heights of the Menu used along with $kendo-font-size.\n",
48979
48979
  "commentRange": {
48980
- "start": 15,
48981
- "end": 16
48980
+ "start": 16,
48981
+ "end": 17
48982
48982
  },
48983
48983
  "context": {
48984
48984
  "type": "variable",
@@ -48986,8 +48986,8 @@
48986
48986
  "value": "var( --kendo-line-height, normal )",
48987
48987
  "scope": "default",
48988
48988
  "line": {
48989
- "start": 17,
48990
- "end": 17
48989
+ "start": 18,
48990
+ "end": 18
48991
48991
  }
48992
48992
  },
48993
48993
  "group": [
@@ -49002,19 +49002,19 @@
49002
49002
  "resolvedType": "String"
49003
49003
  },
49004
49004
  {
49005
- "description": "Padding of menu root items.\n",
49005
+ "description": "The background color of the Menu.\n",
49006
49006
  "commentRange": {
49007
- "start": 19,
49008
- "end": 20
49007
+ "start": 20,
49008
+ "end": 21
49009
49009
  },
49010
49010
  "context": {
49011
49011
  "type": "variable",
49012
- "name": "kendo-menu-item-padding-x",
49013
- "value": "k-spacing(2)",
49012
+ "name": "kendo-menu-bg",
49013
+ "value": "transparent",
49014
49014
  "scope": "default",
49015
49015
  "line": {
49016
- "start": 21,
49017
- "end": 21
49016
+ "start": 22,
49017
+ "end": 22
49018
49018
  }
49019
49019
  },
49020
49020
  "group": [
@@ -49025,23 +49025,23 @@
49025
49025
  "path": "fluent/scss/menu/_variables.scss",
49026
49026
  "name": "_variables.scss"
49027
49027
  },
49028
- "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
49029
- "resolvedType": "String"
49028
+ "resolvedValue": "transparent",
49029
+ "resolvedType": "Color"
49030
49030
  },
49031
49031
  {
49032
- "description": "Spacing between menu root items.\n",
49032
+ "description": "The text color of the Menu.\n",
49033
49033
  "commentRange": {
49034
- "start": 24,
49035
- "end": 25
49034
+ "start": 23,
49035
+ "end": 24
49036
49036
  },
49037
49037
  "context": {
49038
49038
  "type": "variable",
49039
- "name": "kendo-menu-item-spacing",
49040
- "value": "k-spacing(0)",
49039
+ "name": "kendo-menu-text",
49040
+ "value": "var( --kendo-body-text, inherit )",
49041
49041
  "scope": "default",
49042
49042
  "line": {
49043
- "start": 26,
49044
- "end": 26
49043
+ "start": 25,
49044
+ "end": 25
49045
49045
  }
49046
49046
  },
49047
49047
  "group": [
@@ -49052,23 +49052,23 @@
49052
49052
  "path": "fluent/scss/menu/_variables.scss",
49053
49053
  "name": "_variables.scss"
49054
49054
  },
49055
- "resolvedValue": "var(--kendo-spacing-0, 0px)",
49055
+ "resolvedValue": "var(--kendo-body-text, inherit)",
49056
49056
  "resolvedType": "String"
49057
49057
  },
49058
49058
  {
49059
- "description": "Spacing between menu root items text and icons.\n",
49059
+ "description": "The border color of the Menu.\n",
49060
49060
  "commentRange": {
49061
- "start": 27,
49062
- "end": 28
49061
+ "start": 26,
49062
+ "end": 27
49063
49063
  },
49064
49064
  "context": {
49065
49065
  "type": "variable",
49066
- "name": "kendo-menu-item-icon-spacing",
49067
- "value": "var( --kendo-icon-spacing, .5rem )",
49066
+ "name": "kendo-menu-border",
49067
+ "value": "initial",
49068
49068
  "scope": "default",
49069
49069
  "line": {
49070
- "start": 29,
49071
- "end": 29
49070
+ "start": 28,
49071
+ "end": 28
49072
49072
  }
49073
49073
  },
49074
49074
  "group": [
@@ -49079,23 +49079,23 @@
49079
49079
  "path": "fluent/scss/menu/_variables.scss",
49080
49080
  "name": "_variables.scss"
49081
49081
  },
49082
- "resolvedValue": "var(--kendo-icon-spacing, 0.5rem)",
49082
+ "resolvedValue": "initial",
49083
49083
  "resolvedType": "String"
49084
49084
  },
49085
49085
  {
49086
- "description": "Spacing between menu separator and items.\n",
49086
+ "description": "The shadow of the Menu.\n",
49087
49087
  "commentRange": {
49088
- "start": 30,
49089
- "end": 31
49088
+ "start": 29,
49089
+ "end": 30
49090
49090
  },
49091
49091
  "context": {
49092
49092
  "type": "variable",
49093
- "name": "kendo-menu-separator-margin",
49094
- "value": "k-spacing(1)",
49093
+ "name": "kendo-menu-shadow",
49094
+ "value": "none",
49095
49095
  "scope": "default",
49096
49096
  "line": {
49097
- "start": 32,
49098
- "end": 32
49097
+ "start": 31,
49098
+ "end": 31
49099
49099
  }
49100
49100
  },
49101
49101
  "group": [
@@ -49106,23 +49106,23 @@
49106
49106
  "path": "fluent/scss/menu/_variables.scss",
49107
49107
  "name": "_variables.scss"
49108
49108
  },
49109
- "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
49109
+ "resolvedValue": "none",
49110
49110
  "resolvedType": "String"
49111
49111
  },
49112
49112
  {
49113
- "description": "Separator width\n",
49113
+ "description": "The horizontal padding of Menu item.\n",
49114
49114
  "commentRange": {
49115
- "start": 34,
49116
- "end": 35
49115
+ "start": 36,
49116
+ "end": 37
49117
49117
  },
49118
49118
  "context": {
49119
49119
  "type": "variable",
49120
- "name": "kendo-menu-separator-width",
49121
- "value": "1px",
49120
+ "name": "kendo-menu-item-padding-x",
49121
+ "value": "k-spacing(2)",
49122
49122
  "scope": "default",
49123
49123
  "line": {
49124
- "start": 36,
49125
- "end": 36
49124
+ "start": 38,
49125
+ "end": 38
49126
49126
  }
49127
49127
  },
49128
49128
  "group": [
@@ -49133,23 +49133,23 @@
49133
49133
  "path": "fluent/scss/menu/_variables.scss",
49134
49134
  "name": "_variables.scss"
49135
49135
  },
49136
- "resolvedValue": "1px",
49137
- "resolvedType": "Number"
49136
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
49137
+ "resolvedType": "String"
49138
49138
  },
49139
49139
  {
49140
- "description": "The base outline of focused menu item.\n",
49140
+ "description": "The vertical padding of the Menu item.\n",
49141
49141
  "commentRange": {
49142
- "start": 38,
49143
- "end": 39
49142
+ "start": 39,
49143
+ "end": 40
49144
49144
  },
49145
49145
  "context": {
49146
49146
  "type": "variable",
49147
- "name": "kendo-menu-item-focus-outline-offset",
49148
- "value": "calc( #{k-spacing(0.5)} * -1 )",
49147
+ "name": "kendo-menu-item-padding-y",
49148
+ "value": "k-spacing(3)",
49149
49149
  "scope": "default",
49150
49150
  "line": {
49151
- "start": 40,
49152
- "end": 40
49151
+ "start": 41,
49152
+ "end": 41
49153
49153
  }
49154
49154
  },
49155
49155
  "group": [
@@ -49160,23 +49160,23 @@
49160
49160
  "path": "fluent/scss/menu/_variables.scss",
49161
49161
  "name": "_variables.scss"
49162
49162
  },
49163
- "resolvedValue": "calc(var(--kendo-spacing-0\\.5, 0.125rem) * -1)",
49164
- "resolvedType": "Calculation"
49163
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
49164
+ "resolvedType": "String"
49165
49165
  },
49166
49166
  {
49167
- "description": "The text color of the menu.\n",
49167
+ "description": "The spacing between the Menu items.\n",
49168
49168
  "commentRange": {
49169
- "start": 44,
49170
- "end": 45
49169
+ "start": 43,
49170
+ "end": 44
49171
49171
  },
49172
49172
  "context": {
49173
49173
  "type": "variable",
49174
- "name": "kendo-menu-text",
49175
- "value": "var( --kendo-body-text, inherit )",
49174
+ "name": "kendo-menu-item-spacing",
49175
+ "value": "k-spacing(0)",
49176
49176
  "scope": "default",
49177
49177
  "line": {
49178
- "start": 46,
49179
- "end": 46
49178
+ "start": 45,
49179
+ "end": 45
49180
49180
  }
49181
49181
  },
49182
49182
  "group": [
@@ -49187,23 +49187,23 @@
49187
49187
  "path": "fluent/scss/menu/_variables.scss",
49188
49188
  "name": "_variables.scss"
49189
49189
  },
49190
- "resolvedValue": "var(--kendo-body-text, inherit)",
49190
+ "resolvedValue": "var(--kendo-spacing-0, 0px)",
49191
49191
  "resolvedType": "String"
49192
49192
  },
49193
49193
  {
49194
- "description": "The background color of the menu.\n",
49194
+ "description": "The spacing between the Menu item text and icons.\n",
49195
49195
  "commentRange": {
49196
- "start": 47,
49197
- "end": 48
49196
+ "start": 46,
49197
+ "end": 47
49198
49198
  },
49199
49199
  "context": {
49200
49200
  "type": "variable",
49201
- "name": "kendo-menu-bg",
49202
- "value": "transparent",
49201
+ "name": "kendo-menu-item-icon-spacing",
49202
+ "value": "var( --kendo-icon-spacing, .5rem )",
49203
49203
  "scope": "default",
49204
49204
  "line": {
49205
- "start": 49,
49206
- "end": 49
49205
+ "start": 48,
49206
+ "end": 48
49207
49207
  }
49208
49208
  },
49209
49209
  "group": [
@@ -49214,19 +49214,19 @@
49214
49214
  "path": "fluent/scss/menu/_variables.scss",
49215
49215
  "name": "_variables.scss"
49216
49216
  },
49217
- "resolvedValue": "transparent",
49218
- "resolvedType": "Color"
49217
+ "resolvedValue": "var(--kendo-icon-spacing, 0.5rem)",
49218
+ "resolvedType": "String"
49219
49219
  },
49220
49220
  {
49221
- "description": "The border color of the menu.\n",
49221
+ "description": "The font weight of the selected Menu item.\n",
49222
49222
  "commentRange": {
49223
49223
  "start": 50,
49224
49224
  "end": 51
49225
49225
  },
49226
49226
  "context": {
49227
49227
  "type": "variable",
49228
- "name": "kendo-menu-border",
49229
- "value": "initial",
49228
+ "name": "kendo-menu-item-selected-font-weight",
49229
+ "value": "var( --kendo-font-weight-bold, normal )",
49230
49230
  "scope": "default",
49231
49231
  "line": {
49232
49232
  "start": 52,
@@ -49241,23 +49241,23 @@
49241
49241
  "path": "fluent/scss/menu/_variables.scss",
49242
49242
  "name": "_variables.scss"
49243
49243
  },
49244
- "resolvedValue": "initial",
49244
+ "resolvedValue": "var(--kendo-font-weight-bold, normal)",
49245
49245
  "resolvedType": "String"
49246
49246
  },
49247
49247
  {
49248
- "description": "The shadow of the menu.\n",
49248
+ "description": "The text color of Menu item.\n",
49249
49249
  "commentRange": {
49250
- "start": 53,
49251
- "end": 54
49250
+ "start": 54,
49251
+ "end": 55
49252
49252
  },
49253
49253
  "context": {
49254
49254
  "type": "variable",
49255
- "name": "kendo-menu-shadow",
49256
- "value": "none",
49255
+ "name": "kendo-menu-item-text",
49256
+ "value": "$kendo-menu-text",
49257
49257
  "scope": "default",
49258
49258
  "line": {
49259
- "start": 55,
49260
- "end": 55
49259
+ "start": 56,
49260
+ "end": 56
49261
49261
  }
49262
49262
  },
49263
49263
  "group": [
@@ -49268,19 +49268,19 @@
49268
49268
  "path": "fluent/scss/menu/_variables.scss",
49269
49269
  "name": "_variables.scss"
49270
49270
  },
49271
- "resolvedValue": "none",
49271
+ "resolvedValue": "var(--kendo-body-text, inherit)",
49272
49272
  "resolvedType": "String"
49273
49273
  },
49274
49274
  {
49275
- "description": "The text color of menu items.\n",
49275
+ "description": "The background color of Menu item.\n",
49276
49276
  "commentRange": {
49277
49277
  "start": 57,
49278
49278
  "end": 58
49279
49279
  },
49280
49280
  "context": {
49281
49281
  "type": "variable",
49282
- "name": "kendo-menu-item-text",
49283
- "value": "$kendo-menu-text",
49282
+ "name": "kendo-menu-item-bg",
49283
+ "value": "transparent",
49284
49284
  "scope": "default",
49285
49285
  "line": {
49286
49286
  "start": 59,
@@ -49295,23 +49295,23 @@
49295
49295
  "path": "fluent/scss/menu/_variables.scss",
49296
49296
  "name": "_variables.scss"
49297
49297
  },
49298
- "resolvedValue": "var(--kendo-body-text, inherit)",
49299
- "resolvedType": "String"
49298
+ "resolvedValue": "transparent",
49299
+ "resolvedType": "Color"
49300
49300
  },
49301
49301
  {
49302
- "description": "The background color of menu items.\n",
49302
+ "description": "The text color of hovered Menu item.\n",
49303
49303
  "commentRange": {
49304
- "start": 60,
49305
- "end": 61
49304
+ "start": 61,
49305
+ "end": 62
49306
49306
  },
49307
49307
  "context": {
49308
49308
  "type": "variable",
49309
- "name": "kendo-menu-item-bg",
49310
- "value": "transparent",
49309
+ "name": "kendo-menu-item-hover-text",
49310
+ "value": "var( --kendo-hover-text, inherit )",
49311
49311
  "scope": "default",
49312
49312
  "line": {
49313
- "start": 62,
49314
- "end": 62
49313
+ "start": 63,
49314
+ "end": 63
49315
49315
  }
49316
49316
  },
49317
49317
  "group": [
@@ -49322,19 +49322,19 @@
49322
49322
  "path": "fluent/scss/menu/_variables.scss",
49323
49323
  "name": "_variables.scss"
49324
49324
  },
49325
- "resolvedValue": "transparent",
49326
- "resolvedType": "Color"
49325
+ "resolvedValue": "var(--kendo-hover-text, inherit)",
49326
+ "resolvedType": "String"
49327
49327
  },
49328
49328
  {
49329
- "description": "The text color of hover menu items.\n",
49329
+ "description": "The background color of hovered Menu item.\n",
49330
49330
  "commentRange": {
49331
49331
  "start": 64,
49332
49332
  "end": 65
49333
49333
  },
49334
49334
  "context": {
49335
49335
  "type": "variable",
49336
- "name": "kendo-menu-item-hover-text",
49337
- "value": "var( --kendo-hover-text, inherit )",
49336
+ "name": "kendo-menu-item-hover-bg",
49337
+ "value": "var( --kendo-hover-bg, initial )",
49338
49338
  "scope": "default",
49339
49339
  "line": {
49340
49340
  "start": 66,
@@ -49349,23 +49349,23 @@
49349
49349
  "path": "fluent/scss/menu/_variables.scss",
49350
49350
  "name": "_variables.scss"
49351
49351
  },
49352
- "resolvedValue": "var(--kendo-hover-text, inherit)",
49352
+ "resolvedValue": "var(--kendo-hover-bg, initial)",
49353
49353
  "resolvedType": "String"
49354
49354
  },
49355
49355
  {
49356
- "description": "The background color of hover menu items.\n",
49356
+ "description": "The text color of active Menu item.\n",
49357
49357
  "commentRange": {
49358
- "start": 67,
49359
- "end": 68
49358
+ "start": 68,
49359
+ "end": 69
49360
49360
  },
49361
49361
  "context": {
49362
49362
  "type": "variable",
49363
- "name": "kendo-menu-item-hover-bg",
49364
- "value": "var( --kendo-hover-bg, initial )",
49363
+ "name": "kendo-menu-item-active-text",
49364
+ "value": "$kendo-menu-item-hover-text",
49365
49365
  "scope": "default",
49366
49366
  "line": {
49367
- "start": 69,
49368
- "end": 69
49367
+ "start": 70,
49368
+ "end": 70
49369
49369
  }
49370
49370
  },
49371
49371
  "group": [
@@ -49376,19 +49376,19 @@
49376
49376
  "path": "fluent/scss/menu/_variables.scss",
49377
49377
  "name": "_variables.scss"
49378
49378
  },
49379
- "resolvedValue": "var(--kendo-hover-bg, initial)",
49379
+ "resolvedValue": "var(--kendo-hover-text, inherit)",
49380
49380
  "resolvedType": "String"
49381
49381
  },
49382
49382
  {
49383
- "description": "The text color of focused menu items.\n",
49383
+ "description": "The background color of active Menu item.\n",
49384
49384
  "commentRange": {
49385
49385
  "start": 71,
49386
49386
  "end": 72
49387
49387
  },
49388
49388
  "context": {
49389
49389
  "type": "variable",
49390
- "name": "kendo-menu-item-focus-text",
49391
- "value": "$kendo-menu-item-text",
49390
+ "name": "kendo-menu-item-active-bg",
49391
+ "value": "var( --kendo-selected-bg, initial )",
49392
49392
  "scope": "default",
49393
49393
  "line": {
49394
49394
  "start": 73,
@@ -49403,14 +49403,41 @@
49403
49403
  "path": "fluent/scss/menu/_variables.scss",
49404
49404
  "name": "_variables.scss"
49405
49405
  },
49406
+ "resolvedValue": "var(--kendo-selected-bg, initial)",
49407
+ "resolvedType": "String"
49408
+ },
49409
+ {
49410
+ "description": "The text color of focused Menu item.\n",
49411
+ "commentRange": {
49412
+ "start": 75,
49413
+ "end": 76
49414
+ },
49415
+ "context": {
49416
+ "type": "variable",
49417
+ "name": "kendo-menu-item-focus-text",
49418
+ "value": "$kendo-menu-item-text",
49419
+ "scope": "default",
49420
+ "line": {
49421
+ "start": 77,
49422
+ "end": 77
49423
+ }
49424
+ },
49425
+ "group": [
49426
+ "menu"
49427
+ ],
49428
+ "access": "public",
49429
+ "file": {
49430
+ "path": "fluent/scss/menu/_variables.scss",
49431
+ "name": "_variables.scss"
49432
+ },
49406
49433
  "resolvedValue": "var(--kendo-body-text, inherit)",
49407
49434
  "resolvedType": "String"
49408
49435
  },
49409
49436
  {
49410
- "description": "The background color of focused menu items.\n",
49437
+ "description": "The background color of focused Menu item.\n",
49411
49438
  "commentRange": {
49412
- "start": 74,
49413
- "end": 75
49439
+ "start": 78,
49440
+ "end": 79
49414
49441
  },
49415
49442
  "context": {
49416
49443
  "type": "variable",
@@ -49418,8 +49445,8 @@
49418
49445
  "value": "$kendo-menu-item-bg",
49419
49446
  "scope": "default",
49420
49447
  "line": {
49421
- "start": 76,
49422
- "end": 76
49448
+ "start": 80,
49449
+ "end": 80
49423
49450
  }
49424
49451
  },
49425
49452
  "group": [
@@ -49434,10 +49461,10 @@
49434
49461
  "resolvedType": "Color"
49435
49462
  },
49436
49463
  {
49437
- "description": "The outline of focused menu items.\n",
49464
+ "description": "The outline of focused Menu item.\n",
49438
49465
  "commentRange": {
49439
- "start": 77,
49440
- "end": 78
49466
+ "start": 82,
49467
+ "end": 83
49441
49468
  },
49442
49469
  "context": {
49443
49470
  "type": "variable",
@@ -49445,8 +49472,8 @@
49445
49472
  "value": "var( --kendo-focus-outline, none )",
49446
49473
  "scope": "default",
49447
49474
  "line": {
49448
- "start": 79,
49449
- "end": 79
49475
+ "start": 84,
49476
+ "end": 84
49450
49477
  }
49451
49478
  },
49452
49479
  "group": [
@@ -49461,19 +49488,19 @@
49461
49488
  "resolvedType": "String"
49462
49489
  },
49463
49490
  {
49464
- "description": "The text color of expanded menu items.\n",
49491
+ "description": "The text color of disabled Menu item.\n",
49465
49492
  "commentRange": {
49466
- "start": 81,
49467
- "end": 82
49493
+ "start": 89,
49494
+ "end": 90
49468
49495
  },
49469
49496
  "context": {
49470
49497
  "type": "variable",
49471
- "name": "kendo-menu-item-expanded-text",
49472
- "value": "$kendo-menu-item-hover-text",
49498
+ "name": "kendo-menu-item-disabled-text",
49499
+ "value": "var( --kendo-disabled-text, initial )",
49473
49500
  "scope": "default",
49474
49501
  "line": {
49475
- "start": 83,
49476
- "end": 83
49502
+ "start": 91,
49503
+ "end": 91
49477
49504
  }
49478
49505
  },
49479
49506
  "group": [
@@ -49484,23 +49511,23 @@
49484
49511
  "path": "fluent/scss/menu/_variables.scss",
49485
49512
  "name": "_variables.scss"
49486
49513
  },
49487
- "resolvedValue": "var(--kendo-hover-text, inherit)",
49514
+ "resolvedValue": "var(--kendo-disabled-text, initial)",
49488
49515
  "resolvedType": "String"
49489
49516
  },
49490
49517
  {
49491
- "description": "The background color of expanded menu items.\n",
49518
+ "description": "The background color of disabled Menu item.\n",
49492
49519
  "commentRange": {
49493
- "start": 84,
49494
- "end": 85
49520
+ "start": 92,
49521
+ "end": 93
49495
49522
  },
49496
49523
  "context": {
49497
49524
  "type": "variable",
49498
- "name": "kendo-menu-item-expanded-bg",
49499
- "value": "var( --kendo-selected-bg, initial )",
49525
+ "name": "kendo-menu-item-disabled-bg",
49526
+ "value": "$kendo-menu-item-bg",
49500
49527
  "scope": "default",
49501
49528
  "line": {
49502
- "start": 86,
49503
- "end": 86
49529
+ "start": 94,
49530
+ "end": 94
49504
49531
  }
49505
49532
  },
49506
49533
  "group": [
@@ -49511,23 +49538,23 @@
49511
49538
  "path": "fluent/scss/menu/_variables.scss",
49512
49539
  "name": "_variables.scss"
49513
49540
  },
49514
- "resolvedValue": "var(--kendo-selected-bg, initial)",
49515
- "resolvedType": "String"
49541
+ "resolvedValue": "transparent",
49542
+ "resolvedType": "Color"
49516
49543
  },
49517
49544
  {
49518
- "description": "The text color of disabled menu items.\n",
49545
+ "description": "The text color of selected Menu item.\n",
49519
49546
  "commentRange": {
49520
- "start": 88,
49521
- "end": 89
49547
+ "start": 96,
49548
+ "end": 97
49522
49549
  },
49523
49550
  "context": {
49524
49551
  "type": "variable",
49525
- "name": "kendo-menu-item-disabled-text",
49526
- "value": "var( --kendo-disabled-text, initial )",
49552
+ "name": "kendo-menu-item-selected-text",
49553
+ "value": "null",
49527
49554
  "scope": "default",
49528
49555
  "line": {
49529
- "start": 90,
49530
- "end": 90
49556
+ "start": 98,
49557
+ "end": 98
49531
49558
  }
49532
49559
  },
49533
49560
  "group": [
@@ -49538,23 +49565,104 @@
49538
49565
  "path": "fluent/scss/menu/_variables.scss",
49539
49566
  "name": "_variables.scss"
49540
49567
  },
49541
- "resolvedValue": "var(--kendo-disabled-text, initial)",
49568
+ "resolvedValue": "null",
49569
+ "resolvedType": "Null"
49570
+ },
49571
+ {
49572
+ "description": "The background color of selected Menu item.\n",
49573
+ "commentRange": {
49574
+ "start": 99,
49575
+ "end": 100
49576
+ },
49577
+ "context": {
49578
+ "type": "variable",
49579
+ "name": "kendo-menu-item-selected-bg",
49580
+ "value": "null",
49581
+ "scope": "default",
49582
+ "line": {
49583
+ "start": 101,
49584
+ "end": 101
49585
+ }
49586
+ },
49587
+ "group": [
49588
+ "menu"
49589
+ ],
49590
+ "access": "public",
49591
+ "file": {
49592
+ "path": "fluent/scss/menu/_variables.scss",
49593
+ "name": "_variables.scss"
49594
+ },
49595
+ "resolvedValue": "null",
49596
+ "resolvedType": "Null"
49597
+ },
49598
+ {
49599
+ "description": "The inline margin of the horizontal Menu separator.\n",
49600
+ "commentRange": {
49601
+ "start": 106,
49602
+ "end": 107
49603
+ },
49604
+ "context": {
49605
+ "type": "variable",
49606
+ "name": "kendo-menu-separator-margin-inline",
49607
+ "value": "k-spacing(1)",
49608
+ "scope": "private",
49609
+ "line": {
49610
+ "start": 108,
49611
+ "end": 108
49612
+ }
49613
+ },
49614
+ "group": [
49615
+ "menu"
49616
+ ],
49617
+ "access": "public",
49618
+ "file": {
49619
+ "path": "fluent/scss/menu/_variables.scss",
49620
+ "name": "_variables.scss"
49621
+ },
49622
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
49542
49623
  "resolvedType": "String"
49543
49624
  },
49544
49625
  {
49545
- "description": "The background color of disabled menu items.\n",
49626
+ "description": "The block margin of the horizontal Menu separator.\n",
49546
49627
  "commentRange": {
49547
- "start": 91,
49548
- "end": 92
49628
+ "start": 109,
49629
+ "end": 110
49549
49630
  },
49550
49631
  "context": {
49551
49632
  "type": "variable",
49552
- "name": "kendo-menu-item-disabled-bg",
49553
- "value": "$kendo-menu-item-bg",
49633
+ "name": "kendo-menu-separator-margin-block",
49634
+ "value": "k-spacing(3)",
49635
+ "scope": "private",
49636
+ "line": {
49637
+ "start": 111,
49638
+ "end": 111
49639
+ }
49640
+ },
49641
+ "group": [
49642
+ "menu"
49643
+ ],
49644
+ "access": "public",
49645
+ "file": {
49646
+ "path": "fluent/scss/menu/_variables.scss",
49647
+ "name": "_variables.scss"
49648
+ },
49649
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
49650
+ "resolvedType": "String"
49651
+ },
49652
+ {
49653
+ "description": "The width of the Menu separator.\n",
49654
+ "commentRange": {
49655
+ "start": 112,
49656
+ "end": 113
49657
+ },
49658
+ "context": {
49659
+ "type": "variable",
49660
+ "name": "kendo-menu-separator-width",
49661
+ "value": "1px",
49554
49662
  "scope": "default",
49555
49663
  "line": {
49556
- "start": 93,
49557
- "end": 93
49664
+ "start": 114,
49665
+ "end": 114
49558
49666
  }
49559
49667
  },
49560
49668
  "group": [
@@ -49565,14 +49673,41 @@
49565
49673
  "path": "fluent/scss/menu/_variables.scss",
49566
49674
  "name": "_variables.scss"
49567
49675
  },
49568
- "resolvedValue": "transparent",
49569
- "resolvedType": "Color"
49676
+ "resolvedValue": "1px",
49677
+ "resolvedType": "Number"
49570
49678
  },
49571
49679
  {
49572
- "description": "Horizontal padding of the menu popup.\n",
49680
+ "description": "The border color of Menu separator.\n",
49573
49681
  "commentRange": {
49574
- "start": 95,
49575
- "end": 96
49682
+ "start": 115,
49683
+ "end": 116
49684
+ },
49685
+ "context": {
49686
+ "type": "variable",
49687
+ "name": "kendo-menu-separator-border",
49688
+ "value": "color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)",
49689
+ "scope": "default",
49690
+ "line": {
49691
+ "start": 117,
49692
+ "end": 117
49693
+ }
49694
+ },
49695
+ "group": [
49696
+ "menu"
49697
+ ],
49698
+ "access": "public",
49699
+ "file": {
49700
+ "path": "fluent/scss/menu/_variables.scss",
49701
+ "name": "_variables.scss"
49702
+ },
49703
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)",
49704
+ "resolvedType": "String"
49705
+ },
49706
+ {
49707
+ "description": "The horizontal padding of the Menu popup.\n",
49708
+ "commentRange": {
49709
+ "start": 122,
49710
+ "end": 123
49576
49711
  },
49577
49712
  "context": {
49578
49713
  "type": "variable",
@@ -49580,8 +49715,8 @@
49580
49715
  "value": "$kendo-popup-padding-x",
49581
49716
  "scope": "default",
49582
49717
  "line": {
49583
- "start": 97,
49584
- "end": 97
49718
+ "start": 124,
49719
+ "end": 124
49585
49720
  }
49586
49721
  },
49587
49722
  "group": [
@@ -49596,10 +49731,10 @@
49596
49731
  "resolvedType": "String"
49597
49732
  },
49598
49733
  {
49599
- "description": "Vertical padding of the menu popup.\n",
49734
+ "description": "The vertical padding of the Menu popup.\n",
49600
49735
  "commentRange": {
49601
- "start": 98,
49602
- "end": 99
49736
+ "start": 125,
49737
+ "end": 126
49603
49738
  },
49604
49739
  "context": {
49605
49740
  "type": "variable",
@@ -49607,8 +49742,8 @@
49607
49742
  "value": "$kendo-popup-padding-y",
49608
49743
  "scope": "default",
49609
49744
  "line": {
49610
- "start": 100,
49611
- "end": 100
49745
+ "start": 127,
49746
+ "end": 127
49612
49747
  }
49613
49748
  },
49614
49749
  "group": [
@@ -49623,10 +49758,10 @@
49623
49758
  "resolvedType": "String"
49624
49759
  },
49625
49760
  {
49626
- "description": "Width of the border around the menu popup.\n",
49761
+ "description": "The width of the border around the Menu popup.\n",
49627
49762
  "commentRange": {
49628
- "start": 102,
49629
- "end": 103
49763
+ "start": 129,
49764
+ "end": 130
49630
49765
  },
49631
49766
  "context": {
49632
49767
  "type": "variable",
@@ -49634,8 +49769,8 @@
49634
49769
  "value": "$kendo-popup-border-width",
49635
49770
  "scope": "default",
49636
49771
  "line": {
49637
- "start": 104,
49638
- "end": 104
49772
+ "start": 131,
49773
+ "end": 131
49639
49774
  }
49640
49775
  },
49641
49776
  "group": [
@@ -49650,10 +49785,10 @@
49650
49785
  "resolvedType": "Number"
49651
49786
  },
49652
49787
  {
49653
- "description": "Font sizes of the menu popup.\n",
49788
+ "description": "The font sizes of the Menu popup.\n",
49654
49789
  "commentRange": {
49655
- "start": 106,
49656
- "end": 107
49790
+ "start": 133,
49791
+ "end": 134
49657
49792
  },
49658
49793
  "context": {
49659
49794
  "type": "variable",
@@ -49661,8 +49796,8 @@
49661
49796
  "value": "var( --kendo-font-size, inherit )",
49662
49797
  "scope": "default",
49663
49798
  "line": {
49664
- "start": 108,
49665
- "end": 108
49799
+ "start": 135,
49800
+ "end": 135
49666
49801
  }
49667
49802
  },
49668
49803
  "group": [
@@ -49677,10 +49812,10 @@
49677
49812
  "resolvedType": "String"
49678
49813
  },
49679
49814
  {
49680
- "description": "Line heights used along with $kendo-font-size.\n",
49815
+ "description": "The line heights used along with $kendo-font-size.\n",
49681
49816
  "commentRange": {
49682
- "start": 113,
49683
- "end": 114
49817
+ "start": 140,
49818
+ "end": 141
49684
49819
  },
49685
49820
  "context": {
49686
49821
  "type": "variable",
@@ -49688,8 +49823,8 @@
49688
49823
  "value": "var( --kendo-line-height, 30px )",
49689
49824
  "scope": "default",
49690
49825
  "line": {
49691
- "start": 115,
49692
- "end": 115
49826
+ "start": 142,
49827
+ "end": 142
49693
49828
  }
49694
49829
  },
49695
49830
  "group": [
@@ -49704,10 +49839,10 @@
49704
49839
  "resolvedType": "String"
49705
49840
  },
49706
49841
  {
49707
- "description": "The background of the menu popup.\n",
49842
+ "description": "The background color of the Menu popup.\n",
49708
49843
  "commentRange": {
49709
- "start": 120,
49710
- "end": 121
49844
+ "start": 147,
49845
+ "end": 148
49711
49846
  },
49712
49847
  "context": {
49713
49848
  "type": "variable",
@@ -49715,8 +49850,8 @@
49715
49850
  "value": "var( --kendo-component-bg, initial )",
49716
49851
  "scope": "default",
49717
49852
  "line": {
49718
- "start": 122,
49719
- "end": 122
49853
+ "start": 149,
49854
+ "end": 149
49720
49855
  }
49721
49856
  },
49722
49857
  "group": [
@@ -49731,10 +49866,10 @@
49731
49866
  "resolvedType": "String"
49732
49867
  },
49733
49868
  {
49734
- "description": "The border color of the menu popup.\n",
49869
+ "description": "The border color of the Menu popup.\n",
49735
49870
  "commentRange": {
49736
- "start": 123,
49737
- "end": 124
49871
+ "start": 150,
49872
+ "end": 151
49738
49873
  },
49739
49874
  "context": {
49740
49875
  "type": "variable",
@@ -49742,8 +49877,8 @@
49742
49877
  "value": "initial",
49743
49878
  "scope": "default",
49744
49879
  "line": {
49745
- "start": 125,
49746
- "end": 125
49880
+ "start": 152,
49881
+ "end": 152
49747
49882
  }
49748
49883
  },
49749
49884
  "group": [
@@ -49758,10 +49893,10 @@
49758
49893
  "resolvedType": "String"
49759
49894
  },
49760
49895
  {
49761
- "description": "The shadow of the menu popup.\n",
49896
+ "description": "The shadow of the Menu popup.\n",
49762
49897
  "commentRange": {
49763
- "start": 126,
49764
- "end": 127
49898
+ "start": 153,
49899
+ "end": 154
49765
49900
  },
49766
49901
  "context": {
49767
49902
  "type": "variable",
@@ -49769,8 +49904,8 @@
49769
49904
  "value": "var( --kendo-box-shadow-depth-6, none )",
49770
49905
  "scope": "default",
49771
49906
  "line": {
49772
- "start": 128,
49773
- "end": 128
49907
+ "start": 155,
49908
+ "end": 155
49774
49909
  }
49775
49910
  },
49776
49911
  "group": [
@@ -49785,10 +49920,10 @@
49785
49920
  "resolvedType": "String"
49786
49921
  },
49787
49922
  {
49788
- "description": "Horizontal padding of the menu item in popup.\n",
49923
+ "description": "The horizontal padding of the Menu item in popup.\n",
49789
49924
  "commentRange": {
49790
- "start": 130,
49791
- "end": 131
49925
+ "start": 157,
49926
+ "end": 158
49792
49927
  },
49793
49928
  "context": {
49794
49929
  "type": "variable",
@@ -49796,8 +49931,8 @@
49796
49931
  "value": "k-spacing(2)",
49797
49932
  "scope": "default",
49798
49933
  "line": {
49799
- "start": 132,
49800
- "end": 132
49934
+ "start": 159,
49935
+ "end": 159
49801
49936
  }
49802
49937
  },
49803
49938
  "group": [
@@ -49812,10 +49947,10 @@
49812
49947
  "resolvedType": "String"
49813
49948
  },
49814
49949
  {
49815
- "description": "Vertical padding of the menu item in popup.\n",
49950
+ "description": "The vertical padding of the Menu item in popup.\n",
49816
49951
  "commentRange": {
49817
- "start": 136,
49818
- "end": 137
49952
+ "start": 163,
49953
+ "end": 164
49819
49954
  },
49820
49955
  "context": {
49821
49956
  "type": "variable",
@@ -49823,8 +49958,8 @@
49823
49958
  "value": "$kendo-list-sm-item-padding-y",
49824
49959
  "scope": "default",
49825
49960
  "line": {
49826
- "start": 138,
49827
- "end": 138
49961
+ "start": 165,
49962
+ "end": 165
49828
49963
  }
49829
49964
  },
49830
49965
  "group": [
@@ -49839,10 +49974,10 @@
49839
49974
  "resolvedType": "String"
49840
49975
  },
49841
49976
  {
49842
- "description": "The end padding of the menu item in popup.\n",
49977
+ "description": "The end padding of the Menu item in popup.\n",
49843
49978
  "commentRange": {
49844
- "start": 141,
49845
- "end": 142
49979
+ "start": 168,
49980
+ "end": 169
49846
49981
  },
49847
49982
  "context": {
49848
49983
  "type": "variable",
@@ -49850,8 +49985,8 @@
49850
49985
  "value": "calc( calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 ) + var( --kendo-icon-size, 1rem ) )",
49851
49986
  "scope": "default",
49852
49987
  "line": {
49853
- "start": 143,
49854
- "end": 143
49988
+ "start": 170,
49989
+ "end": 170
49855
49990
  }
49856
49991
  },
49857
49992
  "group": [
@@ -49866,10 +50001,10 @@
49866
50001
  "resolvedType": "Calculation"
49867
50002
  },
49868
50003
  {
49869
- "description": "The start margin of the menu item expand icon.\n",
50004
+ "description": "The start margin of the Menu item expand icon.\n",
49870
50005
  "commentRange": {
49871
- "start": 147,
49872
- "end": 148
50006
+ "start": 174,
50007
+ "end": 175
49873
50008
  },
49874
50009
  "context": {
49875
50010
  "type": "variable",
@@ -49877,8 +50012,8 @@
49877
50012
  "value": "k-spacing(0)",
49878
50013
  "scope": "default",
49879
50014
  "line": {
49880
- "start": 149,
49881
- "end": 149
50015
+ "start": 176,
50016
+ "end": 176
49882
50017
  }
49883
50018
  },
49884
50019
  "group": [
@@ -49893,10 +50028,10 @@
49893
50028
  "resolvedType": "String"
49894
50029
  },
49895
50030
  {
49896
- "description": "The end margin of the menu item expand icon.\n",
50031
+ "description": "The end margin of the Menu item expand icon.\n",
49897
50032
  "commentRange": {
49898
- "start": 152,
49899
- "end": 153
50033
+ "start": 179,
50034
+ "end": 180
49900
50035
  },
49901
50036
  "context": {
49902
50037
  "type": "variable",
@@ -49904,8 +50039,8 @@
49904
50039
  "value": "calc( -1 * (var( --kendo-icon-size, 1rem ) + #{$kendo-menu-popup-sm-item-padding-x}) )",
49905
50040
  "scope": "default",
49906
50041
  "line": {
49907
- "start": 154,
49908
- "end": 154
50042
+ "start": 181,
50043
+ "end": 181
49909
50044
  }
49910
50045
  },
49911
50046
  "group": [
@@ -49920,10 +50055,10 @@
49920
50055
  "resolvedType": "Calculation"
49921
50056
  },
49922
50057
  {
49923
- "description": "The base shadow of focused menu item in popup.\n",
50058
+ "description": "The base shadow of focused Menu item in popup.\n",
49924
50059
  "commentRange": {
49925
- "start": 158,
49926
- "end": 159
50060
+ "start": 185,
50061
+ "end": 186
49927
50062
  },
49928
50063
  "context": {
49929
50064
  "type": "variable",
@@ -49931,8 +50066,8 @@
49931
50066
  "value": "$kendo-menu-item-focus-outline-offset",
49932
50067
  "scope": "default",
49933
50068
  "line": {
49934
- "start": 160,
49935
- "end": 160
50069
+ "start": 187,
50070
+ "end": 187
49936
50071
  }
49937
50072
  },
49938
50073
  "group": [
@@ -49947,10 +50082,10 @@
49947
50082
  "resolvedType": "Calculation"
49948
50083
  },
49949
50084
  {
49950
- "description": "The spacing between the menu items in popup.\n",
50085
+ "description": "The spacing between the Menu items in popup.\n",
49951
50086
  "commentRange": {
49952
- "start": 164,
49953
- "end": 165
50087
+ "start": 191,
50088
+ "end": 192
49954
50089
  },
49955
50090
  "context": {
49956
50091
  "type": "variable",
@@ -49958,8 +50093,8 @@
49958
50093
  "value": "k-spacing(0)",
49959
50094
  "scope": "default",
49960
50095
  "line": {
49961
- "start": 166,
49962
- "end": 166
50096
+ "start": 193,
50097
+ "end": 193
49963
50098
  }
49964
50099
  },
49965
50100
  "group": [
@@ -49974,10 +50109,10 @@
49974
50109
  "resolvedType": "String"
49975
50110
  },
49976
50111
  {
49977
- "description": "Sizes map for the menu.\n",
50112
+ "description": "The sizes map for the Menu.\n",
49978
50113
  "commentRange": {
49979
- "start": 168,
49980
- "end": 169
50114
+ "start": 195,
50115
+ "end": 196
49981
50116
  },
49982
50117
  "context": {
49983
50118
  "type": "variable",
@@ -49985,8 +50120,8 @@
49985
50120
  "value": "(\n sm: (\n group-font-size: $kendo-menu-popup-sm-font-size,\n group-line-height: $kendo-menu-popup-sm-line-height,\n link-padding-x: $kendo-menu-popup-sm-item-padding-x,\n link-padding-y: $kendo-menu-popup-sm-item-padding-y,\n link-padding-inline-end: $kendo-menu-popup-sm-item-padding-end,\n arrow-margin-inline-start: $kendo-menu-popup-sm-item-icon-margin-start,\n arrow-margin-inline-end: $kendo-menu-popup-sm-item-icon-margin-end,\n ),\n md: (\n group-font-size: $kendo-menu-popup-md-font-size,\n group-line-height: $kendo-menu-popup-md-line-height,\n link-padding-x: $kendo-menu-popup-md-item-padding-x,\n link-padding-y: $kendo-menu-popup-md-item-padding-y,\n link-padding-inline-end: $kendo-menu-popup-md-item-padding-end,\n arrow-margin-inline-start: $kendo-menu-popup-item-icon-md-margin-start,\n arrow-margin-inline-end: $kendo-menu-popup-item-icon-md-margin-end,\n ),\n lg: (\n group-font-size: $kendo-menu-popup-lg-font-size,\n group-line-height: $kendo-menu-popup-lg-line-height,\n link-padding-x: $kendo-menu-popup-lg-item-padding-x,\n link-padding-y: $kendo-menu-popup-lg-item-padding-y,\n link-padding-inline-end: $kendo-menu-popup-lg-item-padding-end,\n arrow-margin-inline-start: $kendo-menu-popup-lg-item-icon-margin-start,\n arrow-margin-inline-end: $kendo-menu-popup-lg-item-icon-margin-end\n )\n)",
49986
50121
  "scope": "default",
49987
50122
  "line": {
49988
- "start": 170,
49989
- "end": 198
50123
+ "start": 197,
50124
+ "end": 225
49990
50125
  }
49991
50126
  },
49992
50127
  "group": [
@@ -50030,10 +50165,10 @@
50030
50165
  }
50031
50166
  },
50032
50167
  {
50033
- "description": "The text color of the menu item in popup.\n",
50168
+ "description": "The text color of the Menu item in popup.\n",
50034
50169
  "commentRange": {
50035
- "start": 200,
50036
- "end": 201
50170
+ "start": 227,
50171
+ "end": 228
50037
50172
  },
50038
50173
  "context": {
50039
50174
  "type": "variable",
@@ -50041,8 +50176,8 @@
50041
50176
  "value": "$kendo-list-item-text",
50042
50177
  "scope": "default",
50043
50178
  "line": {
50044
- "start": 202,
50045
- "end": 202
50179
+ "start": 229,
50180
+ "end": 229
50046
50181
  }
50047
50182
  },
50048
50183
  "group": [
@@ -50057,10 +50192,10 @@
50057
50192
  "resolvedType": "String"
50058
50193
  },
50059
50194
  {
50060
- "description": "The background of the menu item in popup.\n",
50195
+ "description": "The background color of the Menu item in popup.\n",
50061
50196
  "commentRange": {
50062
- "start": 203,
50063
- "end": 204
50197
+ "start": 230,
50198
+ "end": 231
50064
50199
  },
50065
50200
  "context": {
50066
50201
  "type": "variable",
@@ -50068,8 +50203,8 @@
50068
50203
  "value": "$kendo-list-item-bg",
50069
50204
  "scope": "default",
50070
50205
  "line": {
50071
- "start": 205,
50072
- "end": 205
50206
+ "start": 232,
50207
+ "end": 232
50073
50208
  }
50074
50209
  },
50075
50210
  "group": [
@@ -50084,10 +50219,10 @@
50084
50219
  "resolvedType": "String"
50085
50220
  },
50086
50221
  {
50087
- "description": "The text color of hovered menu item in popup.\n",
50222
+ "description": "The text color of hovered Menu item in popup.\n",
50088
50223
  "commentRange": {
50089
- "start": 207,
50090
- "end": 208
50224
+ "start": 234,
50225
+ "end": 235
50091
50226
  },
50092
50227
  "context": {
50093
50228
  "type": "variable",
@@ -50095,8 +50230,8 @@
50095
50230
  "value": "$kendo-list-item-hover-text",
50096
50231
  "scope": "default",
50097
50232
  "line": {
50098
- "start": 209,
50099
- "end": 209
50233
+ "start": 236,
50234
+ "end": 236
50100
50235
  }
50101
50236
  },
50102
50237
  "group": [
@@ -50111,10 +50246,10 @@
50111
50246
  "resolvedType": "String"
50112
50247
  },
50113
50248
  {
50114
- "description": "The background of hovered menu item in popup.\n",
50249
+ "description": "The background color of hovered Menu item in popup.\n",
50115
50250
  "commentRange": {
50116
- "start": 210,
50117
- "end": 211
50251
+ "start": 237,
50252
+ "end": 238
50118
50253
  },
50119
50254
  "context": {
50120
50255
  "type": "variable",
@@ -50122,8 +50257,8 @@
50122
50257
  "value": "$kendo-list-item-hover-bg",
50123
50258
  "scope": "default",
50124
50259
  "line": {
50125
- "start": 212,
50126
- "end": 212
50260
+ "start": 239,
50261
+ "end": 239
50127
50262
  }
50128
50263
  },
50129
50264
  "group": [
@@ -50138,10 +50273,10 @@
50138
50273
  "resolvedType": "String"
50139
50274
  },
50140
50275
  {
50141
- "description": "The text color of focused menu items.\n",
50276
+ "description": "The text color of focused Menu items.\n",
50142
50277
  "commentRange": {
50143
- "start": 214,
50144
- "end": 215
50278
+ "start": 241,
50279
+ "end": 242
50145
50280
  },
50146
50281
  "context": {
50147
50282
  "type": "variable",
@@ -50149,8 +50284,8 @@
50149
50284
  "value": "$kendo-menu-item-text",
50150
50285
  "scope": "default",
50151
50286
  "line": {
50152
- "start": 216,
50153
- "end": 216
50287
+ "start": 243,
50288
+ "end": 243
50154
50289
  }
50155
50290
  },
50156
50291
  "group": [
@@ -50165,10 +50300,10 @@
50165
50300
  "resolvedType": "String"
50166
50301
  },
50167
50302
  {
50168
- "description": "The background color of focused menu items.\n",
50303
+ "description": "The background color of focused Menu items.\n",
50169
50304
  "commentRange": {
50170
- "start": 217,
50171
- "end": 218
50305
+ "start": 244,
50306
+ "end": 245
50172
50307
  },
50173
50308
  "context": {
50174
50309
  "type": "variable",
@@ -50176,8 +50311,8 @@
50176
50311
  "value": "$kendo-menu-item-bg",
50177
50312
  "scope": "default",
50178
50313
  "line": {
50179
- "start": 219,
50180
- "end": 219
50314
+ "start": 246,
50315
+ "end": 246
50181
50316
  }
50182
50317
  },
50183
50318
  "group": [
@@ -50192,10 +50327,10 @@
50192
50327
  "resolvedType": "Color"
50193
50328
  },
50194
50329
  {
50195
- "description": "The outline of focused menu items.\n",
50330
+ "description": "The outline of focused Menu items.\n",
50196
50331
  "commentRange": {
50197
- "start": 220,
50198
- "end": 221
50332
+ "start": 247,
50333
+ "end": 248
50199
50334
  },
50200
50335
  "context": {
50201
50336
  "type": "variable",
@@ -50203,8 +50338,8 @@
50203
50338
  "value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
50204
50339
  "scope": "default",
50205
50340
  "line": {
50206
- "start": 222,
50207
- "end": 222
50341
+ "start": 249,
50342
+ "end": 249
50208
50343
  }
50209
50344
  },
50210
50345
  "group": [
@@ -50219,19 +50354,19 @@
50219
50354
  "resolvedType": "String"
50220
50355
  },
50221
50356
  {
50222
- "description": "The text color of expanded menu item in popup.\n",
50357
+ "description": "The text color of active Menu item in popup.\n",
50223
50358
  "commentRange": {
50224
- "start": 224,
50225
- "end": 225
50359
+ "start": 251,
50360
+ "end": 252
50226
50361
  },
50227
50362
  "context": {
50228
50363
  "type": "variable",
50229
- "name": "kendo-menu-popup-item-expanded-text",
50364
+ "name": "kendo-menu-popup-item-active-text",
50230
50365
  "value": "$kendo-list-item-selected-text",
50231
50366
  "scope": "default",
50232
50367
  "line": {
50233
- "start": 226,
50234
- "end": 226
50368
+ "start": 253,
50369
+ "end": 253
50235
50370
  }
50236
50371
  },
50237
50372
  "group": [
@@ -50246,19 +50381,19 @@
50246
50381
  "resolvedType": "String"
50247
50382
  },
50248
50383
  {
50249
- "description": "The background of expanded menu item in popup.\n",
50384
+ "description": "The background color of active Menu item in popup.\n",
50250
50385
  "commentRange": {
50251
- "start": 227,
50252
- "end": 228
50386
+ "start": 254,
50387
+ "end": 255
50253
50388
  },
50254
50389
  "context": {
50255
50390
  "type": "variable",
50256
- "name": "kendo-menu-popup-item-expanded-bg",
50391
+ "name": "kendo-menu-popup-item-active-bg",
50257
50392
  "value": "$kendo-list-item-selected-bg",
50258
50393
  "scope": "default",
50259
50394
  "line": {
50260
- "start": 229,
50261
- "end": 229
50395
+ "start": 256,
50396
+ "end": 256
50262
50397
  }
50263
50398
  },
50264
50399
  "group": [
@@ -50273,10 +50408,10 @@
50273
50408
  "resolvedType": "String"
50274
50409
  },
50275
50410
  {
50276
- "description": "The text color of disabled menu item in popup.\n",
50411
+ "description": "The text color of disabled Menu item in popup.\n",
50277
50412
  "commentRange": {
50278
- "start": 231,
50279
- "end": 232
50413
+ "start": 258,
50414
+ "end": 259
50280
50415
  },
50281
50416
  "context": {
50282
50417
  "type": "variable",
@@ -50284,8 +50419,8 @@
50284
50419
  "value": "$kendo-list-item-disabled-text",
50285
50420
  "scope": "default",
50286
50421
  "line": {
50287
- "start": 233,
50288
- "end": 233
50422
+ "start": 260,
50423
+ "end": 260
50289
50424
  }
50290
50425
  },
50291
50426
  "group": [
@@ -50300,10 +50435,10 @@
50300
50435
  "resolvedType": "String"
50301
50436
  },
50302
50437
  {
50303
- "description": "The background of disabled menu item in popup.\n",
50438
+ "description": "The background color of disabled Menu item in popup.\n",
50304
50439
  "commentRange": {
50305
- "start": 234,
50306
- "end": 235
50440
+ "start": 261,
50441
+ "end": 262
50307
50442
  },
50308
50443
  "context": {
50309
50444
  "type": "variable",
@@ -50311,8 +50446,8 @@
50311
50446
  "value": "$kendo-list-item-disabled-bg",
50312
50447
  "scope": "default",
50313
50448
  "line": {
50314
- "start": 236,
50315
- "end": 236
50449
+ "start": 263,
50450
+ "end": 263
50316
50451
  }
50317
50452
  },
50318
50453
  "group": [
@@ -50327,10 +50462,10 @@
50327
50462
  "resolvedType": "String"
50328
50463
  },
50329
50464
  {
50330
- "description": "The background color of scroll menu buttons.\n",
50465
+ "description": "The background color of Menu scroll buttons.\n",
50331
50466
  "commentRange": {
50332
- "start": 238,
50333
- "end": 239
50467
+ "start": 265,
50468
+ "end": 266
50334
50469
  },
50335
50470
  "context": {
50336
50471
  "type": "variable",
@@ -50338,8 +50473,8 @@
50338
50473
  "value": "var( --kendo-component-bg, $kendo-component-bg )",
50339
50474
  "scope": "default",
50340
50475
  "line": {
50341
- "start": 240,
50342
- "end": 240
50476
+ "start": 267,
50477
+ "end": 267
50343
50478
  }
50344
50479
  },
50345
50480
  "group": [
@@ -50354,10 +50489,10 @@
50354
50489
  "resolvedType": "String"
50355
50490
  },
50356
50491
  {
50357
- "description": "The border color of scroll menu buttons.\n",
50492
+ "description": "The border color of Menu scroll buttons.\n",
50358
50493
  "commentRange": {
50359
- "start": 241,
50360
- "end": 242
50494
+ "start": 268,
50495
+ "end": 269
50361
50496
  },
50362
50497
  "context": {
50363
50498
  "type": "variable",
@@ -50365,8 +50500,8 @@
50365
50500
  "value": "var( --kendo-component-border, $kendo-component-border )",
50366
50501
  "scope": "default",
50367
50502
  "line": {
50368
- "start": 243,
50369
- "end": 243
50503
+ "start": 270,
50504
+ "end": 270
50370
50505
  }
50371
50506
  },
50372
50507
  "group": [
@@ -50381,10 +50516,10 @@
50381
50516
  "resolvedType": "String"
50382
50517
  },
50383
50518
  {
50384
- "description": "The background color of hover scroll menu buttons.\n",
50519
+ "description": "The background color of hover Menu scroll buttons.\n",
50385
50520
  "commentRange": {
50386
- "start": 245,
50387
- "end": 246
50521
+ "start": 272,
50522
+ "end": 273
50388
50523
  },
50389
50524
  "context": {
50390
50525
  "type": "variable",
@@ -50392,8 +50527,8 @@
50392
50527
  "value": "null",
50393
50528
  "scope": "default",
50394
50529
  "line": {
50395
- "start": 247,
50396
- "end": 247
50530
+ "start": 274,
50531
+ "end": 274
50397
50532
  }
50398
50533
  },
50399
50534
  "group": [
@@ -50408,10 +50543,10 @@
50408
50543
  "resolvedType": "Null"
50409
50544
  },
50410
50545
  {
50411
- "description": "The border color of scroll hover menu buttons.\n",
50546
+ "description": "The border color of hover Menu scroll buttons.\n",
50412
50547
  "commentRange": {
50413
- "start": 248,
50414
- "end": 249
50548
+ "start": 275,
50549
+ "end": 276
50415
50550
  },
50416
50551
  "context": {
50417
50552
  "type": "variable",
@@ -50419,8 +50554,8 @@
50419
50554
  "value": "null",
50420
50555
  "scope": "default",
50421
50556
  "line": {
50422
- "start": 250,
50423
- "end": 250
50557
+ "start": 277,
50558
+ "end": 277
50424
50559
  }
50425
50560
  },
50426
50561
  "group": [
@@ -50435,10 +50570,10 @@
50435
50570
  "resolvedType": "Null"
50436
50571
  },
50437
50572
  {
50438
- "description": "The color of menu items icon.\n",
50573
+ "description": "The color of the Menu items icon.\n",
50439
50574
  "commentRange": {
50440
- "start": 252,
50441
- "end": 253
50575
+ "start": 279,
50576
+ "end": 280
50442
50577
  },
50443
50578
  "context": {
50444
50579
  "type": "variable",
@@ -50446,8 +50581,8 @@
50446
50581
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
50447
50582
  "scope": "default",
50448
50583
  "line": {
50449
- "start": 254,
50450
- "end": 254
50584
+ "start": 281,
50585
+ "end": 281
50451
50586
  }
50452
50587
  },
50453
50588
  "group": [
@@ -76162,7 +76297,7 @@
76162
76297
  "resolvedType": "String"
76163
76298
  },
76164
76299
  {
76165
- "description": "The background gradient of the selected TabStrip items.\n",
76300
+ "description": "The font weight of the selected TabStrip items.\n",
76166
76301
  "commentRange": {
76167
76302
  "start": 105,
76168
76303
  "end": 106
@@ -140966,7 +141101,7 @@
140966
141101
  "title": "Menu",
140967
141102
  "variables": [
140968
141103
  {
140969
- "description": "Width of the menu border.\n",
141104
+ "description": "The width of the border around the Menu.\n",
140970
141105
  "commentRange": {
140971
141106
  "start": 6,
140972
141107
  "end": 7
@@ -140995,8 +141130,8 @@
140995
141130
  {
140996
141131
  "description": "",
140997
141132
  "commentRange": {
140998
- "start": 10,
140999
- "end": 10
141133
+ "start": 11,
141134
+ "end": 11
141000
141135
  },
141001
141136
  "context": {
141002
141137
  "type": "variable",
@@ -141004,8 +141139,8 @@
141004
141139
  "value": "var( --kendo-font-family, inherit )",
141005
141140
  "scope": "default",
141006
141141
  "line": {
141007
- "start": 11,
141008
- "end": 11
141142
+ "start": 12,
141143
+ "end": 12
141009
141144
  }
141010
141145
  },
141011
141146
  "group": [
@@ -141022,8 +141157,8 @@
141022
141157
  {
141023
141158
  "description": "",
141024
141159
  "commentRange": {
141025
- "start": 13,
141026
- "end": 13
141160
+ "start": 14,
141161
+ "end": 14
141027
141162
  },
141028
141163
  "context": {
141029
141164
  "type": "variable",
@@ -141031,8 +141166,8 @@
141031
141166
  "value": "var( --kendo-font-size, inherit )",
141032
141167
  "scope": "default",
141033
141168
  "line": {
141034
- "start": 14,
141035
- "end": 14
141169
+ "start": 15,
141170
+ "end": 15
141036
141171
  }
141037
141172
  },
141038
141173
  "group": [
@@ -141047,10 +141182,10 @@
141047
141182
  "resolvedType": "String"
141048
141183
  },
141049
141184
  {
141050
- "description": "Line heights used along with $kendo-font-size.\n",
141185
+ "description": "The line heights of the Menu used along with $kendo-font-size.\n",
141051
141186
  "commentRange": {
141052
- "start": 15,
141053
- "end": 16
141187
+ "start": 16,
141188
+ "end": 17
141054
141189
  },
141055
141190
  "context": {
141056
141191
  "type": "variable",
@@ -141058,8 +141193,8 @@
141058
141193
  "value": "var( --kendo-line-height, normal )",
141059
141194
  "scope": "default",
141060
141195
  "line": {
141061
- "start": 17,
141062
- "end": 17
141196
+ "start": 18,
141197
+ "end": 18
141063
141198
  }
141064
141199
  },
141065
141200
  "group": [
@@ -141074,10 +141209,118 @@
141074
141209
  "resolvedType": "String"
141075
141210
  },
141076
141211
  {
141077
- "description": "Padding of menu root items.\n",
141212
+ "description": "The background color of the Menu.\n",
141078
141213
  "commentRange": {
141079
- "start": 19,
141080
- "end": 20
141214
+ "start": 20,
141215
+ "end": 21
141216
+ },
141217
+ "context": {
141218
+ "type": "variable",
141219
+ "name": "kendo-menu-bg",
141220
+ "value": "transparent",
141221
+ "scope": "default",
141222
+ "line": {
141223
+ "start": 22,
141224
+ "end": 22
141225
+ }
141226
+ },
141227
+ "group": [
141228
+ "menu"
141229
+ ],
141230
+ "access": "public",
141231
+ "file": {
141232
+ "path": "fluent/scss/menu/_variables.scss",
141233
+ "name": "_variables.scss"
141234
+ },
141235
+ "resolvedValue": "transparent",
141236
+ "resolvedType": "Color"
141237
+ },
141238
+ {
141239
+ "description": "The text color of the Menu.\n",
141240
+ "commentRange": {
141241
+ "start": 23,
141242
+ "end": 24
141243
+ },
141244
+ "context": {
141245
+ "type": "variable",
141246
+ "name": "kendo-menu-text",
141247
+ "value": "var( --kendo-body-text, inherit )",
141248
+ "scope": "default",
141249
+ "line": {
141250
+ "start": 25,
141251
+ "end": 25
141252
+ }
141253
+ },
141254
+ "group": [
141255
+ "menu"
141256
+ ],
141257
+ "access": "public",
141258
+ "file": {
141259
+ "path": "fluent/scss/menu/_variables.scss",
141260
+ "name": "_variables.scss"
141261
+ },
141262
+ "resolvedValue": "var(--kendo-body-text, inherit)",
141263
+ "resolvedType": "String"
141264
+ },
141265
+ {
141266
+ "description": "The border color of the Menu.\n",
141267
+ "commentRange": {
141268
+ "start": 26,
141269
+ "end": 27
141270
+ },
141271
+ "context": {
141272
+ "type": "variable",
141273
+ "name": "kendo-menu-border",
141274
+ "value": "initial",
141275
+ "scope": "default",
141276
+ "line": {
141277
+ "start": 28,
141278
+ "end": 28
141279
+ }
141280
+ },
141281
+ "group": [
141282
+ "menu"
141283
+ ],
141284
+ "access": "public",
141285
+ "file": {
141286
+ "path": "fluent/scss/menu/_variables.scss",
141287
+ "name": "_variables.scss"
141288
+ },
141289
+ "resolvedValue": "initial",
141290
+ "resolvedType": "String"
141291
+ },
141292
+ {
141293
+ "description": "The shadow of the Menu.\n",
141294
+ "commentRange": {
141295
+ "start": 29,
141296
+ "end": 30
141297
+ },
141298
+ "context": {
141299
+ "type": "variable",
141300
+ "name": "kendo-menu-shadow",
141301
+ "value": "none",
141302
+ "scope": "default",
141303
+ "line": {
141304
+ "start": 31,
141305
+ "end": 31
141306
+ }
141307
+ },
141308
+ "group": [
141309
+ "menu"
141310
+ ],
141311
+ "access": "public",
141312
+ "file": {
141313
+ "path": "fluent/scss/menu/_variables.scss",
141314
+ "name": "_variables.scss"
141315
+ },
141316
+ "resolvedValue": "none",
141317
+ "resolvedType": "String"
141318
+ },
141319
+ {
141320
+ "description": "The horizontal padding of Menu item.\n",
141321
+ "commentRange": {
141322
+ "start": 36,
141323
+ "end": 37
141081
141324
  },
141082
141325
  "context": {
141083
141326
  "type": "variable",
@@ -141085,8 +141328,8 @@
141085
141328
  "value": "k-spacing(2)",
141086
141329
  "scope": "default",
141087
141330
  "line": {
141088
- "start": 21,
141089
- "end": 21
141331
+ "start": 38,
141332
+ "end": 38
141090
141333
  }
141091
141334
  },
141092
141335
  "group": [
@@ -141101,10 +141344,37 @@
141101
141344
  "resolvedType": "String"
141102
141345
  },
141103
141346
  {
141104
- "description": "Spacing between menu root items.\n",
141347
+ "description": "The vertical padding of the Menu item.\n",
141105
141348
  "commentRange": {
141106
- "start": 24,
141107
- "end": 25
141349
+ "start": 39,
141350
+ "end": 40
141351
+ },
141352
+ "context": {
141353
+ "type": "variable",
141354
+ "name": "kendo-menu-item-padding-y",
141355
+ "value": "k-spacing(3)",
141356
+ "scope": "default",
141357
+ "line": {
141358
+ "start": 41,
141359
+ "end": 41
141360
+ }
141361
+ },
141362
+ "group": [
141363
+ "menu"
141364
+ ],
141365
+ "access": "public",
141366
+ "file": {
141367
+ "path": "fluent/scss/menu/_variables.scss",
141368
+ "name": "_variables.scss"
141369
+ },
141370
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
141371
+ "resolvedType": "String"
141372
+ },
141373
+ {
141374
+ "description": "The spacing between the Menu items.\n",
141375
+ "commentRange": {
141376
+ "start": 43,
141377
+ "end": 44
141108
141378
  },
141109
141379
  "context": {
141110
141380
  "type": "variable",
@@ -141112,8 +141382,8 @@
141112
141382
  "value": "k-spacing(0)",
141113
141383
  "scope": "default",
141114
141384
  "line": {
141115
- "start": 26,
141116
- "end": 26
141385
+ "start": 45,
141386
+ "end": 45
141117
141387
  }
141118
141388
  },
141119
141389
  "group": [
@@ -141128,10 +141398,10 @@
141128
141398
  "resolvedType": "String"
141129
141399
  },
141130
141400
  {
141131
- "description": "Spacing between menu root items text and icons.\n",
141401
+ "description": "The spacing between the Menu item text and icons.\n",
141132
141402
  "commentRange": {
141133
- "start": 27,
141134
- "end": 28
141403
+ "start": 46,
141404
+ "end": 47
141135
141405
  },
141136
141406
  "context": {
141137
141407
  "type": "variable",
@@ -141139,8 +141409,8 @@
141139
141409
  "value": "var( --kendo-icon-spacing, .5rem )",
141140
141410
  "scope": "default",
141141
141411
  "line": {
141142
- "start": 29,
141143
- "end": 29
141412
+ "start": 48,
141413
+ "end": 48
141144
141414
  }
141145
141415
  },
141146
141416
  "group": [
@@ -141155,19 +141425,19 @@
141155
141425
  "resolvedType": "String"
141156
141426
  },
141157
141427
  {
141158
- "description": "Spacing between menu separator and items.\n",
141428
+ "description": "The font weight of the selected Menu item.\n",
141159
141429
  "commentRange": {
141160
- "start": 30,
141161
- "end": 31
141430
+ "start": 50,
141431
+ "end": 51
141162
141432
  },
141163
141433
  "context": {
141164
141434
  "type": "variable",
141165
- "name": "kendo-menu-separator-margin",
141166
- "value": "k-spacing(1)",
141435
+ "name": "kendo-menu-item-selected-font-weight",
141436
+ "value": "var( --kendo-font-weight-bold, normal )",
141167
141437
  "scope": "default",
141168
141438
  "line": {
141169
- "start": 32,
141170
- "end": 32
141439
+ "start": 52,
141440
+ "end": 52
141171
141441
  }
141172
141442
  },
141173
141443
  "group": [
@@ -141178,23 +141448,23 @@
141178
141448
  "path": "fluent/scss/menu/_variables.scss",
141179
141449
  "name": "_variables.scss"
141180
141450
  },
141181
- "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
141451
+ "resolvedValue": "var(--kendo-font-weight-bold, normal)",
141182
141452
  "resolvedType": "String"
141183
141453
  },
141184
141454
  {
141185
- "description": "Separator width\n",
141455
+ "description": "The text color of Menu item.\n",
141186
141456
  "commentRange": {
141187
- "start": 34,
141188
- "end": 35
141457
+ "start": 54,
141458
+ "end": 55
141189
141459
  },
141190
141460
  "context": {
141191
141461
  "type": "variable",
141192
- "name": "kendo-menu-separator-width",
141193
- "value": "1px",
141462
+ "name": "kendo-menu-item-text",
141463
+ "value": "$kendo-menu-text",
141194
141464
  "scope": "default",
141195
141465
  "line": {
141196
- "start": 36,
141197
- "end": 36
141466
+ "start": 56,
141467
+ "end": 56
141198
141468
  }
141199
141469
  },
141200
141470
  "group": [
@@ -141205,23 +141475,23 @@
141205
141475
  "path": "fluent/scss/menu/_variables.scss",
141206
141476
  "name": "_variables.scss"
141207
141477
  },
141208
- "resolvedValue": "1px",
141209
- "resolvedType": "Number"
141478
+ "resolvedValue": "var(--kendo-body-text, inherit)",
141479
+ "resolvedType": "String"
141210
141480
  },
141211
141481
  {
141212
- "description": "The base outline of focused menu item.\n",
141482
+ "description": "The background color of Menu item.\n",
141213
141483
  "commentRange": {
141214
- "start": 38,
141215
- "end": 39
141484
+ "start": 57,
141485
+ "end": 58
141216
141486
  },
141217
141487
  "context": {
141218
141488
  "type": "variable",
141219
- "name": "kendo-menu-item-focus-outline-offset",
141220
- "value": "calc( #{k-spacing(0.5)} * -1 )",
141489
+ "name": "kendo-menu-item-bg",
141490
+ "value": "transparent",
141221
141491
  "scope": "default",
141222
141492
  "line": {
141223
- "start": 40,
141224
- "end": 40
141493
+ "start": 59,
141494
+ "end": 59
141225
141495
  }
141226
141496
  },
141227
141497
  "group": [
@@ -141232,23 +141502,23 @@
141232
141502
  "path": "fluent/scss/menu/_variables.scss",
141233
141503
  "name": "_variables.scss"
141234
141504
  },
141235
- "resolvedValue": "calc(var(--kendo-spacing-0\\.5, 0.125rem) * -1)",
141236
- "resolvedType": "Calculation"
141505
+ "resolvedValue": "transparent",
141506
+ "resolvedType": "Color"
141237
141507
  },
141238
141508
  {
141239
- "description": "The text color of the menu.\n",
141509
+ "description": "The text color of hovered Menu item.\n",
141240
141510
  "commentRange": {
141241
- "start": 44,
141242
- "end": 45
141511
+ "start": 61,
141512
+ "end": 62
141243
141513
  },
141244
141514
  "context": {
141245
141515
  "type": "variable",
141246
- "name": "kendo-menu-text",
141247
- "value": "var( --kendo-body-text, inherit )",
141516
+ "name": "kendo-menu-item-hover-text",
141517
+ "value": "var( --kendo-hover-text, inherit )",
141248
141518
  "scope": "default",
141249
141519
  "line": {
141250
- "start": 46,
141251
- "end": 46
141520
+ "start": 63,
141521
+ "end": 63
141252
141522
  }
141253
141523
  },
141254
141524
  "group": [
@@ -141259,23 +141529,23 @@
141259
141529
  "path": "fluent/scss/menu/_variables.scss",
141260
141530
  "name": "_variables.scss"
141261
141531
  },
141262
- "resolvedValue": "var(--kendo-body-text, inherit)",
141532
+ "resolvedValue": "var(--kendo-hover-text, inherit)",
141263
141533
  "resolvedType": "String"
141264
141534
  },
141265
141535
  {
141266
- "description": "The background color of the menu.\n",
141536
+ "description": "The background color of hovered Menu item.\n",
141267
141537
  "commentRange": {
141268
- "start": 47,
141269
- "end": 48
141538
+ "start": 64,
141539
+ "end": 65
141270
141540
  },
141271
141541
  "context": {
141272
141542
  "type": "variable",
141273
- "name": "kendo-menu-bg",
141274
- "value": "transparent",
141543
+ "name": "kendo-menu-item-hover-bg",
141544
+ "value": "var( --kendo-hover-bg, initial )",
141275
141545
  "scope": "default",
141276
141546
  "line": {
141277
- "start": 49,
141278
- "end": 49
141547
+ "start": 66,
141548
+ "end": 66
141279
141549
  }
141280
141550
  },
141281
141551
  "group": [
@@ -141286,23 +141556,23 @@
141286
141556
  "path": "fluent/scss/menu/_variables.scss",
141287
141557
  "name": "_variables.scss"
141288
141558
  },
141289
- "resolvedValue": "transparent",
141290
- "resolvedType": "Color"
141559
+ "resolvedValue": "var(--kendo-hover-bg, initial)",
141560
+ "resolvedType": "String"
141291
141561
  },
141292
141562
  {
141293
- "description": "The border color of the menu.\n",
141563
+ "description": "The text color of active Menu item.\n",
141294
141564
  "commentRange": {
141295
- "start": 50,
141296
- "end": 51
141565
+ "start": 68,
141566
+ "end": 69
141297
141567
  },
141298
141568
  "context": {
141299
141569
  "type": "variable",
141300
- "name": "kendo-menu-border",
141301
- "value": "initial",
141570
+ "name": "kendo-menu-item-active-text",
141571
+ "value": "$kendo-menu-item-hover-text",
141302
141572
  "scope": "default",
141303
141573
  "line": {
141304
- "start": 52,
141305
- "end": 52
141574
+ "start": 70,
141575
+ "end": 70
141306
141576
  }
141307
141577
  },
141308
141578
  "group": [
@@ -141313,23 +141583,23 @@
141313
141583
  "path": "fluent/scss/menu/_variables.scss",
141314
141584
  "name": "_variables.scss"
141315
141585
  },
141316
- "resolvedValue": "initial",
141586
+ "resolvedValue": "var(--kendo-hover-text, inherit)",
141317
141587
  "resolvedType": "String"
141318
141588
  },
141319
141589
  {
141320
- "description": "The shadow of the menu.\n",
141590
+ "description": "The background color of active Menu item.\n",
141321
141591
  "commentRange": {
141322
- "start": 53,
141323
- "end": 54
141592
+ "start": 71,
141593
+ "end": 72
141324
141594
  },
141325
141595
  "context": {
141326
141596
  "type": "variable",
141327
- "name": "kendo-menu-shadow",
141328
- "value": "none",
141597
+ "name": "kendo-menu-item-active-bg",
141598
+ "value": "var( --kendo-selected-bg, initial )",
141329
141599
  "scope": "default",
141330
141600
  "line": {
141331
- "start": 55,
141332
- "end": 55
141601
+ "start": 73,
141602
+ "end": 73
141333
141603
  }
141334
141604
  },
141335
141605
  "group": [
@@ -141340,23 +141610,23 @@
141340
141610
  "path": "fluent/scss/menu/_variables.scss",
141341
141611
  "name": "_variables.scss"
141342
141612
  },
141343
- "resolvedValue": "none",
141613
+ "resolvedValue": "var(--kendo-selected-bg, initial)",
141344
141614
  "resolvedType": "String"
141345
141615
  },
141346
141616
  {
141347
- "description": "The text color of menu items.\n",
141617
+ "description": "The text color of focused Menu item.\n",
141348
141618
  "commentRange": {
141349
- "start": 57,
141350
- "end": 58
141619
+ "start": 75,
141620
+ "end": 76
141351
141621
  },
141352
141622
  "context": {
141353
141623
  "type": "variable",
141354
- "name": "kendo-menu-item-text",
141355
- "value": "$kendo-menu-text",
141624
+ "name": "kendo-menu-item-focus-text",
141625
+ "value": "$kendo-menu-item-text",
141356
141626
  "scope": "default",
141357
141627
  "line": {
141358
- "start": 59,
141359
- "end": 59
141628
+ "start": 77,
141629
+ "end": 77
141360
141630
  }
141361
141631
  },
141362
141632
  "group": [
@@ -141371,19 +141641,19 @@
141371
141641
  "resolvedType": "String"
141372
141642
  },
141373
141643
  {
141374
- "description": "The background color of menu items.\n",
141644
+ "description": "The background color of focused Menu item.\n",
141375
141645
  "commentRange": {
141376
- "start": 60,
141377
- "end": 61
141646
+ "start": 78,
141647
+ "end": 79
141378
141648
  },
141379
141649
  "context": {
141380
141650
  "type": "variable",
141381
- "name": "kendo-menu-item-bg",
141382
- "value": "transparent",
141651
+ "name": "kendo-menu-item-focus-bg",
141652
+ "value": "$kendo-menu-item-bg",
141383
141653
  "scope": "default",
141384
141654
  "line": {
141385
- "start": 62,
141386
- "end": 62
141655
+ "start": 80,
141656
+ "end": 80
141387
141657
  }
141388
141658
  },
141389
141659
  "group": [
@@ -141398,19 +141668,19 @@
141398
141668
  "resolvedType": "Color"
141399
141669
  },
141400
141670
  {
141401
- "description": "The text color of hover menu items.\n",
141671
+ "description": "The outline of focused Menu item.\n",
141402
141672
  "commentRange": {
141403
- "start": 64,
141404
- "end": 65
141673
+ "start": 82,
141674
+ "end": 83
141405
141675
  },
141406
141676
  "context": {
141407
141677
  "type": "variable",
141408
- "name": "kendo-menu-item-hover-text",
141409
- "value": "var( --kendo-hover-text, inherit )",
141678
+ "name": "kendo-menu-item-focus-outline",
141679
+ "value": "var( --kendo-focus-outline, none )",
141410
141680
  "scope": "default",
141411
141681
  "line": {
141412
- "start": 66,
141413
- "end": 66
141682
+ "start": 84,
141683
+ "end": 84
141414
141684
  }
141415
141685
  },
141416
141686
  "group": [
@@ -141421,23 +141691,23 @@
141421
141691
  "path": "fluent/scss/menu/_variables.scss",
141422
141692
  "name": "_variables.scss"
141423
141693
  },
141424
- "resolvedValue": "var(--kendo-hover-text, inherit)",
141694
+ "resolvedValue": "var(--kendo-focus-outline, none)",
141425
141695
  "resolvedType": "String"
141426
141696
  },
141427
141697
  {
141428
- "description": "The background color of hover menu items.\n",
141698
+ "description": "The text color of disabled Menu item.\n",
141429
141699
  "commentRange": {
141430
- "start": 67,
141431
- "end": 68
141700
+ "start": 89,
141701
+ "end": 90
141432
141702
  },
141433
141703
  "context": {
141434
141704
  "type": "variable",
141435
- "name": "kendo-menu-item-hover-bg",
141436
- "value": "var( --kendo-hover-bg, initial )",
141705
+ "name": "kendo-menu-item-disabled-text",
141706
+ "value": "var( --kendo-disabled-text, initial )",
141437
141707
  "scope": "default",
141438
141708
  "line": {
141439
- "start": 69,
141440
- "end": 69
141709
+ "start": 91,
141710
+ "end": 91
141441
141711
  }
141442
141712
  },
141443
141713
  "group": [
@@ -141448,23 +141718,23 @@
141448
141718
  "path": "fluent/scss/menu/_variables.scss",
141449
141719
  "name": "_variables.scss"
141450
141720
  },
141451
- "resolvedValue": "var(--kendo-hover-bg, initial)",
141721
+ "resolvedValue": "var(--kendo-disabled-text, initial)",
141452
141722
  "resolvedType": "String"
141453
141723
  },
141454
141724
  {
141455
- "description": "The text color of focused menu items.\n",
141725
+ "description": "The background color of disabled Menu item.\n",
141456
141726
  "commentRange": {
141457
- "start": 71,
141458
- "end": 72
141727
+ "start": 92,
141728
+ "end": 93
141459
141729
  },
141460
141730
  "context": {
141461
141731
  "type": "variable",
141462
- "name": "kendo-menu-item-focus-text",
141463
- "value": "$kendo-menu-item-text",
141732
+ "name": "kendo-menu-item-disabled-bg",
141733
+ "value": "$kendo-menu-item-bg",
141464
141734
  "scope": "default",
141465
141735
  "line": {
141466
- "start": 73,
141467
- "end": 73
141736
+ "start": 94,
141737
+ "end": 94
141468
141738
  }
141469
141739
  },
141470
141740
  "group": [
@@ -141475,23 +141745,23 @@
141475
141745
  "path": "fluent/scss/menu/_variables.scss",
141476
141746
  "name": "_variables.scss"
141477
141747
  },
141478
- "resolvedValue": "var(--kendo-body-text, inherit)",
141479
- "resolvedType": "String"
141748
+ "resolvedValue": "transparent",
141749
+ "resolvedType": "Color"
141480
141750
  },
141481
141751
  {
141482
- "description": "The background color of focused menu items.\n",
141752
+ "description": "The text color of selected Menu item.\n",
141483
141753
  "commentRange": {
141484
- "start": 74,
141485
- "end": 75
141754
+ "start": 96,
141755
+ "end": 97
141486
141756
  },
141487
141757
  "context": {
141488
141758
  "type": "variable",
141489
- "name": "kendo-menu-item-focus-bg",
141490
- "value": "$kendo-menu-item-bg",
141759
+ "name": "kendo-menu-item-selected-text",
141760
+ "value": "null",
141491
141761
  "scope": "default",
141492
141762
  "line": {
141493
- "start": 76,
141494
- "end": 76
141763
+ "start": 98,
141764
+ "end": 98
141495
141765
  }
141496
141766
  },
141497
141767
  "group": [
@@ -141502,23 +141772,23 @@
141502
141772
  "path": "fluent/scss/menu/_variables.scss",
141503
141773
  "name": "_variables.scss"
141504
141774
  },
141505
- "resolvedValue": "transparent",
141506
- "resolvedType": "Color"
141775
+ "resolvedValue": "null",
141776
+ "resolvedType": "Null"
141507
141777
  },
141508
141778
  {
141509
- "description": "The outline of focused menu items.\n",
141779
+ "description": "The background color of selected Menu item.\n",
141510
141780
  "commentRange": {
141511
- "start": 77,
141512
- "end": 78
141781
+ "start": 99,
141782
+ "end": 100
141513
141783
  },
141514
141784
  "context": {
141515
141785
  "type": "variable",
141516
- "name": "kendo-menu-item-focus-outline",
141517
- "value": "var( --kendo-focus-outline, none )",
141786
+ "name": "kendo-menu-item-selected-bg",
141787
+ "value": "null",
141518
141788
  "scope": "default",
141519
141789
  "line": {
141520
- "start": 79,
141521
- "end": 79
141790
+ "start": 101,
141791
+ "end": 101
141522
141792
  }
141523
141793
  },
141524
141794
  "group": [
@@ -141529,23 +141799,23 @@
141529
141799
  "path": "fluent/scss/menu/_variables.scss",
141530
141800
  "name": "_variables.scss"
141531
141801
  },
141532
- "resolvedValue": "var(--kendo-focus-outline, none)",
141533
- "resolvedType": "String"
141802
+ "resolvedValue": "null",
141803
+ "resolvedType": "Null"
141534
141804
  },
141535
141805
  {
141536
- "description": "The text color of expanded menu items.\n",
141806
+ "description": "The inline margin of the horizontal Menu separator.\n",
141537
141807
  "commentRange": {
141538
- "start": 81,
141539
- "end": 82
141808
+ "start": 106,
141809
+ "end": 107
141540
141810
  },
141541
141811
  "context": {
141542
141812
  "type": "variable",
141543
- "name": "kendo-menu-item-expanded-text",
141544
- "value": "$kendo-menu-item-hover-text",
141545
- "scope": "default",
141813
+ "name": "kendo-menu-separator-margin-inline",
141814
+ "value": "k-spacing(1)",
141815
+ "scope": "private",
141546
141816
  "line": {
141547
- "start": 83,
141548
- "end": 83
141817
+ "start": 108,
141818
+ "end": 108
141549
141819
  }
141550
141820
  },
141551
141821
  "group": [
@@ -141556,23 +141826,23 @@
141556
141826
  "path": "fluent/scss/menu/_variables.scss",
141557
141827
  "name": "_variables.scss"
141558
141828
  },
141559
- "resolvedValue": "var(--kendo-hover-text, inherit)",
141829
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
141560
141830
  "resolvedType": "String"
141561
141831
  },
141562
141832
  {
141563
- "description": "The background color of expanded menu items.\n",
141833
+ "description": "The block margin of the horizontal Menu separator.\n",
141564
141834
  "commentRange": {
141565
- "start": 84,
141566
- "end": 85
141835
+ "start": 109,
141836
+ "end": 110
141567
141837
  },
141568
141838
  "context": {
141569
141839
  "type": "variable",
141570
- "name": "kendo-menu-item-expanded-bg",
141571
- "value": "var( --kendo-selected-bg, initial )",
141572
- "scope": "default",
141840
+ "name": "kendo-menu-separator-margin-block",
141841
+ "value": "k-spacing(3)",
141842
+ "scope": "private",
141573
141843
  "line": {
141574
- "start": 86,
141575
- "end": 86
141844
+ "start": 111,
141845
+ "end": 111
141576
141846
  }
141577
141847
  },
141578
141848
  "group": [
@@ -141583,23 +141853,23 @@
141583
141853
  "path": "fluent/scss/menu/_variables.scss",
141584
141854
  "name": "_variables.scss"
141585
141855
  },
141586
- "resolvedValue": "var(--kendo-selected-bg, initial)",
141856
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
141587
141857
  "resolvedType": "String"
141588
141858
  },
141589
141859
  {
141590
- "description": "The text color of disabled menu items.\n",
141860
+ "description": "The width of the Menu separator.\n",
141591
141861
  "commentRange": {
141592
- "start": 88,
141593
- "end": 89
141862
+ "start": 112,
141863
+ "end": 113
141594
141864
  },
141595
141865
  "context": {
141596
141866
  "type": "variable",
141597
- "name": "kendo-menu-item-disabled-text",
141598
- "value": "var( --kendo-disabled-text, initial )",
141867
+ "name": "kendo-menu-separator-width",
141868
+ "value": "1px",
141599
141869
  "scope": "default",
141600
141870
  "line": {
141601
- "start": 90,
141602
- "end": 90
141871
+ "start": 114,
141872
+ "end": 114
141603
141873
  }
141604
141874
  },
141605
141875
  "group": [
@@ -141610,23 +141880,23 @@
141610
141880
  "path": "fluent/scss/menu/_variables.scss",
141611
141881
  "name": "_variables.scss"
141612
141882
  },
141613
- "resolvedValue": "var(--kendo-disabled-text, initial)",
141614
- "resolvedType": "String"
141883
+ "resolvedValue": "1px",
141884
+ "resolvedType": "Number"
141615
141885
  },
141616
141886
  {
141617
- "description": "The background color of disabled menu items.\n",
141887
+ "description": "The border color of Menu separator.\n",
141618
141888
  "commentRange": {
141619
- "start": 91,
141620
- "end": 92
141889
+ "start": 115,
141890
+ "end": 116
141621
141891
  },
141622
141892
  "context": {
141623
141893
  "type": "variable",
141624
- "name": "kendo-menu-item-disabled-bg",
141625
- "value": "$kendo-menu-item-bg",
141894
+ "name": "kendo-menu-separator-border",
141895
+ "value": "color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)",
141626
141896
  "scope": "default",
141627
141897
  "line": {
141628
- "start": 93,
141629
- "end": 93
141898
+ "start": 117,
141899
+ "end": 117
141630
141900
  }
141631
141901
  },
141632
141902
  "group": [
@@ -141637,14 +141907,14 @@
141637
141907
  "path": "fluent/scss/menu/_variables.scss",
141638
141908
  "name": "_variables.scss"
141639
141909
  },
141640
- "resolvedValue": "transparent",
141641
- "resolvedType": "Color"
141910
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)",
141911
+ "resolvedType": "String"
141642
141912
  },
141643
141913
  {
141644
- "description": "Horizontal padding of the menu popup.\n",
141914
+ "description": "The horizontal padding of the Menu popup.\n",
141645
141915
  "commentRange": {
141646
- "start": 95,
141647
- "end": 96
141916
+ "start": 122,
141917
+ "end": 123
141648
141918
  },
141649
141919
  "context": {
141650
141920
  "type": "variable",
@@ -141652,8 +141922,8 @@
141652
141922
  "value": "$kendo-popup-padding-x",
141653
141923
  "scope": "default",
141654
141924
  "line": {
141655
- "start": 97,
141656
- "end": 97
141925
+ "start": 124,
141926
+ "end": 124
141657
141927
  }
141658
141928
  },
141659
141929
  "group": [
@@ -141668,10 +141938,10 @@
141668
141938
  "resolvedType": "String"
141669
141939
  },
141670
141940
  {
141671
- "description": "Vertical padding of the menu popup.\n",
141941
+ "description": "The vertical padding of the Menu popup.\n",
141672
141942
  "commentRange": {
141673
- "start": 98,
141674
- "end": 99
141943
+ "start": 125,
141944
+ "end": 126
141675
141945
  },
141676
141946
  "context": {
141677
141947
  "type": "variable",
@@ -141679,8 +141949,8 @@
141679
141949
  "value": "$kendo-popup-padding-y",
141680
141950
  "scope": "default",
141681
141951
  "line": {
141682
- "start": 100,
141683
- "end": 100
141952
+ "start": 127,
141953
+ "end": 127
141684
141954
  }
141685
141955
  },
141686
141956
  "group": [
@@ -141695,10 +141965,10 @@
141695
141965
  "resolvedType": "String"
141696
141966
  },
141697
141967
  {
141698
- "description": "Width of the border around the menu popup.\n",
141968
+ "description": "The width of the border around the Menu popup.\n",
141699
141969
  "commentRange": {
141700
- "start": 102,
141701
- "end": 103
141970
+ "start": 129,
141971
+ "end": 130
141702
141972
  },
141703
141973
  "context": {
141704
141974
  "type": "variable",
@@ -141706,8 +141976,8 @@
141706
141976
  "value": "$kendo-popup-border-width",
141707
141977
  "scope": "default",
141708
141978
  "line": {
141709
- "start": 104,
141710
- "end": 104
141979
+ "start": 131,
141980
+ "end": 131
141711
141981
  }
141712
141982
  },
141713
141983
  "group": [
@@ -141722,10 +141992,10 @@
141722
141992
  "resolvedType": "Number"
141723
141993
  },
141724
141994
  {
141725
- "description": "Font sizes of the menu popup.\n",
141995
+ "description": "The font sizes of the Menu popup.\n",
141726
141996
  "commentRange": {
141727
- "start": 106,
141728
- "end": 107
141997
+ "start": 133,
141998
+ "end": 134
141729
141999
  },
141730
142000
  "context": {
141731
142001
  "type": "variable",
@@ -141733,8 +142003,8 @@
141733
142003
  "value": "var( --kendo-font-size, inherit )",
141734
142004
  "scope": "default",
141735
142005
  "line": {
141736
- "start": 108,
141737
- "end": 108
142006
+ "start": 135,
142007
+ "end": 135
141738
142008
  }
141739
142009
  },
141740
142010
  "group": [
@@ -141749,10 +142019,10 @@
141749
142019
  "resolvedType": "String"
141750
142020
  },
141751
142021
  {
141752
- "description": "Line heights used along with $kendo-font-size.\n",
142022
+ "description": "The line heights used along with $kendo-font-size.\n",
141753
142023
  "commentRange": {
141754
- "start": 113,
141755
- "end": 114
142024
+ "start": 140,
142025
+ "end": 141
141756
142026
  },
141757
142027
  "context": {
141758
142028
  "type": "variable",
@@ -141760,8 +142030,8 @@
141760
142030
  "value": "var( --kendo-line-height, 30px )",
141761
142031
  "scope": "default",
141762
142032
  "line": {
141763
- "start": 115,
141764
- "end": 115
142033
+ "start": 142,
142034
+ "end": 142
141765
142035
  }
141766
142036
  },
141767
142037
  "group": [
@@ -141776,10 +142046,10 @@
141776
142046
  "resolvedType": "String"
141777
142047
  },
141778
142048
  {
141779
- "description": "The background of the menu popup.\n",
142049
+ "description": "The background color of the Menu popup.\n",
141780
142050
  "commentRange": {
141781
- "start": 120,
141782
- "end": 121
142051
+ "start": 147,
142052
+ "end": 148
141783
142053
  },
141784
142054
  "context": {
141785
142055
  "type": "variable",
@@ -141787,8 +142057,8 @@
141787
142057
  "value": "var( --kendo-component-bg, initial )",
141788
142058
  "scope": "default",
141789
142059
  "line": {
141790
- "start": 122,
141791
- "end": 122
142060
+ "start": 149,
142061
+ "end": 149
141792
142062
  }
141793
142063
  },
141794
142064
  "group": [
@@ -141803,10 +142073,10 @@
141803
142073
  "resolvedType": "String"
141804
142074
  },
141805
142075
  {
141806
- "description": "The border color of the menu popup.\n",
142076
+ "description": "The border color of the Menu popup.\n",
141807
142077
  "commentRange": {
141808
- "start": 123,
141809
- "end": 124
142078
+ "start": 150,
142079
+ "end": 151
141810
142080
  },
141811
142081
  "context": {
141812
142082
  "type": "variable",
@@ -141814,8 +142084,8 @@
141814
142084
  "value": "initial",
141815
142085
  "scope": "default",
141816
142086
  "line": {
141817
- "start": 125,
141818
- "end": 125
142087
+ "start": 152,
142088
+ "end": 152
141819
142089
  }
141820
142090
  },
141821
142091
  "group": [
@@ -141830,10 +142100,10 @@
141830
142100
  "resolvedType": "String"
141831
142101
  },
141832
142102
  {
141833
- "description": "The shadow of the menu popup.\n",
142103
+ "description": "The shadow of the Menu popup.\n",
141834
142104
  "commentRange": {
141835
- "start": 126,
141836
- "end": 127
142105
+ "start": 153,
142106
+ "end": 154
141837
142107
  },
141838
142108
  "context": {
141839
142109
  "type": "variable",
@@ -141841,8 +142111,8 @@
141841
142111
  "value": "var( --kendo-box-shadow-depth-6, none )",
141842
142112
  "scope": "default",
141843
142113
  "line": {
141844
- "start": 128,
141845
- "end": 128
142114
+ "start": 155,
142115
+ "end": 155
141846
142116
  }
141847
142117
  },
141848
142118
  "group": [
@@ -141857,10 +142127,10 @@
141857
142127
  "resolvedType": "String"
141858
142128
  },
141859
142129
  {
141860
- "description": "Horizontal padding of the menu item in popup.\n",
142130
+ "description": "The horizontal padding of the Menu item in popup.\n",
141861
142131
  "commentRange": {
141862
- "start": 130,
141863
- "end": 131
142132
+ "start": 157,
142133
+ "end": 158
141864
142134
  },
141865
142135
  "context": {
141866
142136
  "type": "variable",
@@ -141868,8 +142138,8 @@
141868
142138
  "value": "k-spacing(2)",
141869
142139
  "scope": "default",
141870
142140
  "line": {
141871
- "start": 132,
141872
- "end": 132
142141
+ "start": 159,
142142
+ "end": 159
141873
142143
  }
141874
142144
  },
141875
142145
  "group": [
@@ -141884,10 +142154,10 @@
141884
142154
  "resolvedType": "String"
141885
142155
  },
141886
142156
  {
141887
- "description": "Vertical padding of the menu item in popup.\n",
142157
+ "description": "The vertical padding of the Menu item in popup.\n",
141888
142158
  "commentRange": {
141889
- "start": 136,
141890
- "end": 137
142159
+ "start": 163,
142160
+ "end": 164
141891
142161
  },
141892
142162
  "context": {
141893
142163
  "type": "variable",
@@ -141895,8 +142165,8 @@
141895
142165
  "value": "$kendo-list-sm-item-padding-y",
141896
142166
  "scope": "default",
141897
142167
  "line": {
141898
- "start": 138,
141899
- "end": 138
142168
+ "start": 165,
142169
+ "end": 165
141900
142170
  }
141901
142171
  },
141902
142172
  "group": [
@@ -141911,10 +142181,10 @@
141911
142181
  "resolvedType": "String"
141912
142182
  },
141913
142183
  {
141914
- "description": "The end padding of the menu item in popup.\n",
142184
+ "description": "The end padding of the Menu item in popup.\n",
141915
142185
  "commentRange": {
141916
- "start": 141,
141917
- "end": 142
142186
+ "start": 168,
142187
+ "end": 169
141918
142188
  },
141919
142189
  "context": {
141920
142190
  "type": "variable",
@@ -141922,8 +142192,8 @@
141922
142192
  "value": "calc( calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 ) + var( --kendo-icon-size, 1rem ) )",
141923
142193
  "scope": "default",
141924
142194
  "line": {
141925
- "start": 143,
141926
- "end": 143
142195
+ "start": 170,
142196
+ "end": 170
141927
142197
  }
141928
142198
  },
141929
142199
  "group": [
@@ -141938,10 +142208,10 @@
141938
142208
  "resolvedType": "Calculation"
141939
142209
  },
141940
142210
  {
141941
- "description": "The start margin of the menu item expand icon.\n",
142211
+ "description": "The start margin of the Menu item expand icon.\n",
141942
142212
  "commentRange": {
141943
- "start": 147,
141944
- "end": 148
142213
+ "start": 174,
142214
+ "end": 175
141945
142215
  },
141946
142216
  "context": {
141947
142217
  "type": "variable",
@@ -141949,8 +142219,8 @@
141949
142219
  "value": "k-spacing(0)",
141950
142220
  "scope": "default",
141951
142221
  "line": {
141952
- "start": 149,
141953
- "end": 149
142222
+ "start": 176,
142223
+ "end": 176
141954
142224
  }
141955
142225
  },
141956
142226
  "group": [
@@ -141965,10 +142235,10 @@
141965
142235
  "resolvedType": "String"
141966
142236
  },
141967
142237
  {
141968
- "description": "The end margin of the menu item expand icon.\n",
142238
+ "description": "The end margin of the Menu item expand icon.\n",
141969
142239
  "commentRange": {
141970
- "start": 152,
141971
- "end": 153
142240
+ "start": 179,
142241
+ "end": 180
141972
142242
  },
141973
142243
  "context": {
141974
142244
  "type": "variable",
@@ -141976,8 +142246,8 @@
141976
142246
  "value": "calc( -1 * (var( --kendo-icon-size, 1rem ) + #{$kendo-menu-popup-sm-item-padding-x}) )",
141977
142247
  "scope": "default",
141978
142248
  "line": {
141979
- "start": 154,
141980
- "end": 154
142249
+ "start": 181,
142250
+ "end": 181
141981
142251
  }
141982
142252
  },
141983
142253
  "group": [
@@ -141992,10 +142262,10 @@
141992
142262
  "resolvedType": "Calculation"
141993
142263
  },
141994
142264
  {
141995
- "description": "The base shadow of focused menu item in popup.\n",
142265
+ "description": "The base shadow of focused Menu item in popup.\n",
141996
142266
  "commentRange": {
141997
- "start": 158,
141998
- "end": 159
142267
+ "start": 185,
142268
+ "end": 186
141999
142269
  },
142000
142270
  "context": {
142001
142271
  "type": "variable",
@@ -142003,8 +142273,8 @@
142003
142273
  "value": "$kendo-menu-item-focus-outline-offset",
142004
142274
  "scope": "default",
142005
142275
  "line": {
142006
- "start": 160,
142007
- "end": 160
142276
+ "start": 187,
142277
+ "end": 187
142008
142278
  }
142009
142279
  },
142010
142280
  "group": [
@@ -142019,10 +142289,10 @@
142019
142289
  "resolvedType": "Calculation"
142020
142290
  },
142021
142291
  {
142022
- "description": "The spacing between the menu items in popup.\n",
142292
+ "description": "The spacing between the Menu items in popup.\n",
142023
142293
  "commentRange": {
142024
- "start": 164,
142025
- "end": 165
142294
+ "start": 191,
142295
+ "end": 192
142026
142296
  },
142027
142297
  "context": {
142028
142298
  "type": "variable",
@@ -142030,8 +142300,8 @@
142030
142300
  "value": "k-spacing(0)",
142031
142301
  "scope": "default",
142032
142302
  "line": {
142033
- "start": 166,
142034
- "end": 166
142303
+ "start": 193,
142304
+ "end": 193
142035
142305
  }
142036
142306
  },
142037
142307
  "group": [
@@ -142046,10 +142316,10 @@
142046
142316
  "resolvedType": "String"
142047
142317
  },
142048
142318
  {
142049
- "description": "Sizes map for the menu.\n",
142319
+ "description": "The sizes map for the Menu.\n",
142050
142320
  "commentRange": {
142051
- "start": 168,
142052
- "end": 169
142321
+ "start": 195,
142322
+ "end": 196
142053
142323
  },
142054
142324
  "context": {
142055
142325
  "type": "variable",
@@ -142057,8 +142327,8 @@
142057
142327
  "value": "(\n sm: (\n group-font-size: $kendo-menu-popup-sm-font-size,\n group-line-height: $kendo-menu-popup-sm-line-height,\n link-padding-x: $kendo-menu-popup-sm-item-padding-x,\n link-padding-y: $kendo-menu-popup-sm-item-padding-y,\n link-padding-inline-end: $kendo-menu-popup-sm-item-padding-end,\n arrow-margin-inline-start: $kendo-menu-popup-sm-item-icon-margin-start,\n arrow-margin-inline-end: $kendo-menu-popup-sm-item-icon-margin-end,\n ),\n md: (\n group-font-size: $kendo-menu-popup-md-font-size,\n group-line-height: $kendo-menu-popup-md-line-height,\n link-padding-x: $kendo-menu-popup-md-item-padding-x,\n link-padding-y: $kendo-menu-popup-md-item-padding-y,\n link-padding-inline-end: $kendo-menu-popup-md-item-padding-end,\n arrow-margin-inline-start: $kendo-menu-popup-item-icon-md-margin-start,\n arrow-margin-inline-end: $kendo-menu-popup-item-icon-md-margin-end,\n ),\n lg: (\n group-font-size: $kendo-menu-popup-lg-font-size,\n group-line-height: $kendo-menu-popup-lg-line-height,\n link-padding-x: $kendo-menu-popup-lg-item-padding-x,\n link-padding-y: $kendo-menu-popup-lg-item-padding-y,\n link-padding-inline-end: $kendo-menu-popup-lg-item-padding-end,\n arrow-margin-inline-start: $kendo-menu-popup-lg-item-icon-margin-start,\n arrow-margin-inline-end: $kendo-menu-popup-lg-item-icon-margin-end\n )\n)",
142058
142328
  "scope": "default",
142059
142329
  "line": {
142060
- "start": 170,
142061
- "end": 198
142330
+ "start": 197,
142331
+ "end": 225
142062
142332
  }
142063
142333
  },
142064
142334
  "group": [
@@ -142102,10 +142372,10 @@
142102
142372
  }
142103
142373
  },
142104
142374
  {
142105
- "description": "The text color of the menu item in popup.\n",
142375
+ "description": "The text color of the Menu item in popup.\n",
142106
142376
  "commentRange": {
142107
- "start": 200,
142108
- "end": 201
142377
+ "start": 227,
142378
+ "end": 228
142109
142379
  },
142110
142380
  "context": {
142111
142381
  "type": "variable",
@@ -142113,8 +142383,8 @@
142113
142383
  "value": "$kendo-list-item-text",
142114
142384
  "scope": "default",
142115
142385
  "line": {
142116
- "start": 202,
142117
- "end": 202
142386
+ "start": 229,
142387
+ "end": 229
142118
142388
  }
142119
142389
  },
142120
142390
  "group": [
@@ -142129,10 +142399,10 @@
142129
142399
  "resolvedType": "String"
142130
142400
  },
142131
142401
  {
142132
- "description": "The background of the menu item in popup.\n",
142402
+ "description": "The background color of the Menu item in popup.\n",
142133
142403
  "commentRange": {
142134
- "start": 203,
142135
- "end": 204
142404
+ "start": 230,
142405
+ "end": 231
142136
142406
  },
142137
142407
  "context": {
142138
142408
  "type": "variable",
@@ -142140,8 +142410,8 @@
142140
142410
  "value": "$kendo-list-item-bg",
142141
142411
  "scope": "default",
142142
142412
  "line": {
142143
- "start": 205,
142144
- "end": 205
142413
+ "start": 232,
142414
+ "end": 232
142145
142415
  }
142146
142416
  },
142147
142417
  "group": [
@@ -142156,10 +142426,10 @@
142156
142426
  "resolvedType": "String"
142157
142427
  },
142158
142428
  {
142159
- "description": "The text color of hovered menu item in popup.\n",
142429
+ "description": "The text color of hovered Menu item in popup.\n",
142160
142430
  "commentRange": {
142161
- "start": 207,
142162
- "end": 208
142431
+ "start": 234,
142432
+ "end": 235
142163
142433
  },
142164
142434
  "context": {
142165
142435
  "type": "variable",
@@ -142167,8 +142437,8 @@
142167
142437
  "value": "$kendo-list-item-hover-text",
142168
142438
  "scope": "default",
142169
142439
  "line": {
142170
- "start": 209,
142171
- "end": 209
142440
+ "start": 236,
142441
+ "end": 236
142172
142442
  }
142173
142443
  },
142174
142444
  "group": [
@@ -142183,10 +142453,10 @@
142183
142453
  "resolvedType": "String"
142184
142454
  },
142185
142455
  {
142186
- "description": "The background of hovered menu item in popup.\n",
142456
+ "description": "The background color of hovered Menu item in popup.\n",
142187
142457
  "commentRange": {
142188
- "start": 210,
142189
- "end": 211
142458
+ "start": 237,
142459
+ "end": 238
142190
142460
  },
142191
142461
  "context": {
142192
142462
  "type": "variable",
@@ -142194,8 +142464,8 @@
142194
142464
  "value": "$kendo-list-item-hover-bg",
142195
142465
  "scope": "default",
142196
142466
  "line": {
142197
- "start": 212,
142198
- "end": 212
142467
+ "start": 239,
142468
+ "end": 239
142199
142469
  }
142200
142470
  },
142201
142471
  "group": [
@@ -142210,10 +142480,10 @@
142210
142480
  "resolvedType": "String"
142211
142481
  },
142212
142482
  {
142213
- "description": "The text color of focused menu items.\n",
142483
+ "description": "The text color of focused Menu items.\n",
142214
142484
  "commentRange": {
142215
- "start": 214,
142216
- "end": 215
142485
+ "start": 241,
142486
+ "end": 242
142217
142487
  },
142218
142488
  "context": {
142219
142489
  "type": "variable",
@@ -142221,8 +142491,8 @@
142221
142491
  "value": "$kendo-menu-item-text",
142222
142492
  "scope": "default",
142223
142493
  "line": {
142224
- "start": 216,
142225
- "end": 216
142494
+ "start": 243,
142495
+ "end": 243
142226
142496
  }
142227
142497
  },
142228
142498
  "group": [
@@ -142237,10 +142507,10 @@
142237
142507
  "resolvedType": "String"
142238
142508
  },
142239
142509
  {
142240
- "description": "The background color of focused menu items.\n",
142510
+ "description": "The background color of focused Menu items.\n",
142241
142511
  "commentRange": {
142242
- "start": 217,
142243
- "end": 218
142512
+ "start": 244,
142513
+ "end": 245
142244
142514
  },
142245
142515
  "context": {
142246
142516
  "type": "variable",
@@ -142248,8 +142518,8 @@
142248
142518
  "value": "$kendo-menu-item-bg",
142249
142519
  "scope": "default",
142250
142520
  "line": {
142251
- "start": 219,
142252
- "end": 219
142521
+ "start": 246,
142522
+ "end": 246
142253
142523
  }
142254
142524
  },
142255
142525
  "group": [
@@ -142264,10 +142534,10 @@
142264
142534
  "resolvedType": "Color"
142265
142535
  },
142266
142536
  {
142267
- "description": "The outline of focused menu items.\n",
142537
+ "description": "The outline of focused Menu items.\n",
142268
142538
  "commentRange": {
142269
- "start": 220,
142270
- "end": 221
142539
+ "start": 247,
142540
+ "end": 248
142271
142541
  },
142272
142542
  "context": {
142273
142543
  "type": "variable",
@@ -142275,8 +142545,8 @@
142275
142545
  "value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
142276
142546
  "scope": "default",
142277
142547
  "line": {
142278
- "start": 222,
142279
- "end": 222
142548
+ "start": 249,
142549
+ "end": 249
142280
142550
  }
142281
142551
  },
142282
142552
  "group": [
@@ -142291,19 +142561,19 @@
142291
142561
  "resolvedType": "String"
142292
142562
  },
142293
142563
  {
142294
- "description": "The text color of expanded menu item in popup.\n",
142564
+ "description": "The text color of active Menu item in popup.\n",
142295
142565
  "commentRange": {
142296
- "start": 224,
142297
- "end": 225
142566
+ "start": 251,
142567
+ "end": 252
142298
142568
  },
142299
142569
  "context": {
142300
142570
  "type": "variable",
142301
- "name": "kendo-menu-popup-item-expanded-text",
142571
+ "name": "kendo-menu-popup-item-active-text",
142302
142572
  "value": "$kendo-list-item-selected-text",
142303
142573
  "scope": "default",
142304
142574
  "line": {
142305
- "start": 226,
142306
- "end": 226
142575
+ "start": 253,
142576
+ "end": 253
142307
142577
  }
142308
142578
  },
142309
142579
  "group": [
@@ -142318,19 +142588,19 @@
142318
142588
  "resolvedType": "String"
142319
142589
  },
142320
142590
  {
142321
- "description": "The background of expanded menu item in popup.\n",
142591
+ "description": "The background color of active Menu item in popup.\n",
142322
142592
  "commentRange": {
142323
- "start": 227,
142324
- "end": 228
142593
+ "start": 254,
142594
+ "end": 255
142325
142595
  },
142326
142596
  "context": {
142327
142597
  "type": "variable",
142328
- "name": "kendo-menu-popup-item-expanded-bg",
142598
+ "name": "kendo-menu-popup-item-active-bg",
142329
142599
  "value": "$kendo-list-item-selected-bg",
142330
142600
  "scope": "default",
142331
142601
  "line": {
142332
- "start": 229,
142333
- "end": 229
142602
+ "start": 256,
142603
+ "end": 256
142334
142604
  }
142335
142605
  },
142336
142606
  "group": [
@@ -142345,10 +142615,10 @@
142345
142615
  "resolvedType": "String"
142346
142616
  },
142347
142617
  {
142348
- "description": "The text color of disabled menu item in popup.\n",
142618
+ "description": "The text color of disabled Menu item in popup.\n",
142349
142619
  "commentRange": {
142350
- "start": 231,
142351
- "end": 232
142620
+ "start": 258,
142621
+ "end": 259
142352
142622
  },
142353
142623
  "context": {
142354
142624
  "type": "variable",
@@ -142356,8 +142626,8 @@
142356
142626
  "value": "$kendo-list-item-disabled-text",
142357
142627
  "scope": "default",
142358
142628
  "line": {
142359
- "start": 233,
142360
- "end": 233
142629
+ "start": 260,
142630
+ "end": 260
142361
142631
  }
142362
142632
  },
142363
142633
  "group": [
@@ -142372,10 +142642,10 @@
142372
142642
  "resolvedType": "String"
142373
142643
  },
142374
142644
  {
142375
- "description": "The background of disabled menu item in popup.\n",
142645
+ "description": "The background color of disabled Menu item in popup.\n",
142376
142646
  "commentRange": {
142377
- "start": 234,
142378
- "end": 235
142647
+ "start": 261,
142648
+ "end": 262
142379
142649
  },
142380
142650
  "context": {
142381
142651
  "type": "variable",
@@ -142383,8 +142653,8 @@
142383
142653
  "value": "$kendo-list-item-disabled-bg",
142384
142654
  "scope": "default",
142385
142655
  "line": {
142386
- "start": 236,
142387
- "end": 236
142656
+ "start": 263,
142657
+ "end": 263
142388
142658
  }
142389
142659
  },
142390
142660
  "group": [
@@ -142399,10 +142669,10 @@
142399
142669
  "resolvedType": "String"
142400
142670
  },
142401
142671
  {
142402
- "description": "The background color of scroll menu buttons.\n",
142672
+ "description": "The background color of Menu scroll buttons.\n",
142403
142673
  "commentRange": {
142404
- "start": 238,
142405
- "end": 239
142674
+ "start": 265,
142675
+ "end": 266
142406
142676
  },
142407
142677
  "context": {
142408
142678
  "type": "variable",
@@ -142410,8 +142680,8 @@
142410
142680
  "value": "var( --kendo-component-bg, $kendo-component-bg )",
142411
142681
  "scope": "default",
142412
142682
  "line": {
142413
- "start": 240,
142414
- "end": 240
142683
+ "start": 267,
142684
+ "end": 267
142415
142685
  }
142416
142686
  },
142417
142687
  "group": [
@@ -142426,10 +142696,10 @@
142426
142696
  "resolvedType": "String"
142427
142697
  },
142428
142698
  {
142429
- "description": "The border color of scroll menu buttons.\n",
142699
+ "description": "The border color of Menu scroll buttons.\n",
142430
142700
  "commentRange": {
142431
- "start": 241,
142432
- "end": 242
142701
+ "start": 268,
142702
+ "end": 269
142433
142703
  },
142434
142704
  "context": {
142435
142705
  "type": "variable",
@@ -142437,8 +142707,8 @@
142437
142707
  "value": "var( --kendo-component-border, $kendo-component-border )",
142438
142708
  "scope": "default",
142439
142709
  "line": {
142440
- "start": 243,
142441
- "end": 243
142710
+ "start": 270,
142711
+ "end": 270
142442
142712
  }
142443
142713
  },
142444
142714
  "group": [
@@ -142453,10 +142723,10 @@
142453
142723
  "resolvedType": "String"
142454
142724
  },
142455
142725
  {
142456
- "description": "The background color of hover scroll menu buttons.\n",
142726
+ "description": "The background color of hover Menu scroll buttons.\n",
142457
142727
  "commentRange": {
142458
- "start": 245,
142459
- "end": 246
142728
+ "start": 272,
142729
+ "end": 273
142460
142730
  },
142461
142731
  "context": {
142462
142732
  "type": "variable",
@@ -142464,8 +142734,8 @@
142464
142734
  "value": "null",
142465
142735
  "scope": "default",
142466
142736
  "line": {
142467
- "start": 247,
142468
- "end": 247
142737
+ "start": 274,
142738
+ "end": 274
142469
142739
  }
142470
142740
  },
142471
142741
  "group": [
@@ -142480,10 +142750,10 @@
142480
142750
  "resolvedType": "Null"
142481
142751
  },
142482
142752
  {
142483
- "description": "The border color of scroll hover menu buttons.\n",
142753
+ "description": "The border color of hover Menu scroll buttons.\n",
142484
142754
  "commentRange": {
142485
- "start": 248,
142486
- "end": 249
142755
+ "start": 275,
142756
+ "end": 276
142487
142757
  },
142488
142758
  "context": {
142489
142759
  "type": "variable",
@@ -142491,8 +142761,8 @@
142491
142761
  "value": "null",
142492
142762
  "scope": "default",
142493
142763
  "line": {
142494
- "start": 250,
142495
- "end": 250
142764
+ "start": 277,
142765
+ "end": 277
142496
142766
  }
142497
142767
  },
142498
142768
  "group": [
@@ -142507,10 +142777,10 @@
142507
142777
  "resolvedType": "Null"
142508
142778
  },
142509
142779
  {
142510
- "description": "The color of menu items icon.\n",
142780
+ "description": "The color of the Menu items icon.\n",
142511
142781
  "commentRange": {
142512
- "start": 252,
142513
- "end": 253
142782
+ "start": 279,
142783
+ "end": 280
142514
142784
  },
142515
142785
  "context": {
142516
142786
  "type": "variable",
@@ -142518,8 +142788,8 @@
142518
142788
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
142519
142789
  "scope": "default",
142520
142790
  "line": {
142521
- "start": 254,
142522
- "end": 254
142791
+ "start": 281,
142792
+ "end": 281
142523
142793
  }
142524
142794
  },
142525
142795
  "group": [
@@ -168202,7 +168472,7 @@
168202
168472
  "resolvedType": "String"
168203
168473
  },
168204
168474
  {
168205
- "description": "The background gradient of the selected TabStrip items.\n",
168475
+ "description": "The font weight of the selected TabStrip items.\n",
168206
168476
  "commentRange": {
168207
168477
  "start": 105,
168208
168478
  "end": 106