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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +372 -318
  20. package/dist/meta/sassdoc-raw-data.json +169 -144
  21. package/dist/meta/variables.json +11 -7
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/tabstrip/_variables.scss +7 -3
@@ -84059,15 +84059,15 @@
84059
84059
  "resolvedType": "String"
84060
84060
  },
84061
84061
  {
84062
- "description": "The horizontal padding of the small TabStrip items.\n",
84062
+ "description": "The horizontal spacing of the TabStrip items.\n",
84063
84063
  "commentRange": {
84064
84064
  "start": 84,
84065
84065
  "end": 85
84066
84066
  },
84067
84067
  "context": {
84068
84068
  "type": "variable",
84069
- "name": "kendo-tabstrip-sm-item-padding-x",
84070
- "value": "k-spacing(4)",
84069
+ "name": "kendo-tabstrip-item-spacing-x",
84070
+ "value": "k-spacing(1)",
84071
84071
  "scope": "default",
84072
84072
  "line": {
84073
84073
  "start": 86,
@@ -84082,19 +84082,19 @@
84082
84082
  "path": "material/scss/tabstrip/_variables.scss",
84083
84083
  "name": "_variables.scss"
84084
84084
  },
84085
- "resolvedValue": "var(--kendo-spacing-4)",
84085
+ "resolvedValue": "var(--kendo-spacing-1)",
84086
84086
  "resolvedType": "String"
84087
84087
  },
84088
84088
  {
84089
- "description": "The vertical padding of the small TabStrip items.\n",
84089
+ "description": "The horizontal padding of the small TabStrip items.\n",
84090
84090
  "commentRange": {
84091
84091
  "start": 87,
84092
84092
  "end": 88
84093
84093
  },
84094
84094
  "context": {
84095
84095
  "type": "variable",
84096
- "name": "kendo-tabstrip-sm-item-padding-y",
84097
- "value": "k-spacing(2.5)",
84096
+ "name": "kendo-tabstrip-sm-item-padding-x",
84097
+ "value": "k-spacing(3)",
84098
84098
  "scope": "default",
84099
84099
  "line": {
84100
84100
  "start": 89,
@@ -84109,19 +84109,19 @@
84109
84109
  "path": "material/scss/tabstrip/_variables.scss",
84110
84110
  "name": "_variables.scss"
84111
84111
  },
84112
- "resolvedValue": "var(--kendo-spacing-2\\.5)",
84112
+ "resolvedValue": "var(--kendo-spacing-3)",
84113
84113
  "resolvedType": "String"
84114
84114
  },
84115
84115
  {
84116
- "description": "The horizontal padding of the medium TabStrip items.\n",
84116
+ "description": "The vertical padding of the small TabStrip items.\n",
84117
84117
  "commentRange": {
84118
84118
  "start": 90,
84119
84119
  "end": 91
84120
84120
  },
84121
84121
  "context": {
84122
84122
  "type": "variable",
84123
- "name": "kendo-tabstrip-md-item-padding-x",
84124
- "value": "k-spacing(4)",
84123
+ "name": "kendo-tabstrip-sm-item-padding-y",
84124
+ "value": "k-spacing(2.5)",
84125
84125
  "scope": "default",
84126
84126
  "line": {
84127
84127
  "start": 92,
@@ -84136,19 +84136,19 @@
84136
84136
  "path": "material/scss/tabstrip/_variables.scss",
84137
84137
  "name": "_variables.scss"
84138
84138
  },
84139
- "resolvedValue": "var(--kendo-spacing-4)",
84139
+ "resolvedValue": "var(--kendo-spacing-2\\.5)",
84140
84140
  "resolvedType": "String"
84141
84141
  },
84142
84142
  {
84143
- "description": "The vertical padding of the medium TabStrip items.\n",
84143
+ "description": "The horizontal padding of the medium TabStrip items.\n",
84144
84144
  "commentRange": {
84145
84145
  "start": 93,
84146
84146
  "end": 94
84147
84147
  },
84148
84148
  "context": {
84149
84149
  "type": "variable",
84150
- "name": "kendo-tabstrip-md-item-padding-y",
84151
- "value": "k-spacing(3.5)",
84150
+ "name": "kendo-tabstrip-md-item-padding-x",
84151
+ "value": "k-spacing(3)",
84152
84152
  "scope": "default",
84153
84153
  "line": {
84154
84154
  "start": 95,
@@ -84163,19 +84163,19 @@
84163
84163
  "path": "material/scss/tabstrip/_variables.scss",
84164
84164
  "name": "_variables.scss"
84165
84165
  },
84166
- "resolvedValue": "var(--kendo-spacing-3\\.5)",
84166
+ "resolvedValue": "var(--kendo-spacing-3)",
84167
84167
  "resolvedType": "String"
84168
84168
  },
84169
84169
  {
84170
- "description": "The horizontal padding of the large TabStrip items.\n",
84170
+ "description": "The vertical padding of the medium TabStrip items.\n",
84171
84171
  "commentRange": {
84172
84172
  "start": 96,
84173
84173
  "end": 97
84174
84174
  },
84175
84175
  "context": {
84176
84176
  "type": "variable",
84177
- "name": "kendo-tabstrip-lg-item-padding-x",
84178
- "value": "k-spacing(4)",
84177
+ "name": "kendo-tabstrip-md-item-padding-y",
84178
+ "value": "k-spacing(3.5)",
84179
84179
  "scope": "default",
84180
84180
  "line": {
84181
84181
  "start": 98,
@@ -84190,19 +84190,19 @@
84190
84190
  "path": "material/scss/tabstrip/_variables.scss",
84191
84191
  "name": "_variables.scss"
84192
84192
  },
84193
- "resolvedValue": "var(--kendo-spacing-4)",
84193
+ "resolvedValue": "var(--kendo-spacing-3\\.5)",
84194
84194
  "resolvedType": "String"
84195
84195
  },
84196
84196
  {
84197
- "description": "The vertical padding of the large TabStrip items.\n",
84197
+ "description": "The horizontal padding of the large TabStrip items.\n",
84198
84198
  "commentRange": {
84199
84199
  "start": 99,
84200
84200
  "end": 100
84201
84201
  },
84202
84202
  "context": {
84203
84203
  "type": "variable",
84204
- "name": "kendo-tabstrip-lg-item-padding-y",
84205
- "value": "k-spacing(4.5)",
84204
+ "name": "kendo-tabstrip-lg-item-padding-x",
84205
+ "value": "k-spacing(3)",
84206
84206
  "scope": "default",
84207
84207
  "line": {
84208
84208
  "start": 101,
@@ -84217,14 +84217,41 @@
84217
84217
  "path": "material/scss/tabstrip/_variables.scss",
84218
84218
  "name": "_variables.scss"
84219
84219
  },
84220
+ "resolvedValue": "var(--kendo-spacing-3)",
84221
+ "resolvedType": "String"
84222
+ },
84223
+ {
84224
+ "description": "The vertical padding of the large TabStrip items.\n",
84225
+ "commentRange": {
84226
+ "start": 102,
84227
+ "end": 103
84228
+ },
84229
+ "context": {
84230
+ "type": "variable",
84231
+ "name": "kendo-tabstrip-lg-item-padding-y",
84232
+ "value": "k-spacing(4.5)",
84233
+ "scope": "default",
84234
+ "line": {
84235
+ "start": 104,
84236
+ "end": 104
84237
+ }
84238
+ },
84239
+ "group": [
84240
+ "tabstrip"
84241
+ ],
84242
+ "access": "public",
84243
+ "file": {
84244
+ "path": "material/scss/tabstrip/_variables.scss",
84245
+ "name": "_variables.scss"
84246
+ },
84220
84247
  "resolvedValue": "var(--kendo-spacing-4\\.5)",
84221
84248
  "resolvedType": "String"
84222
84249
  },
84223
84250
  {
84224
84251
  "description": " The background color of the TabStrip items.\n",
84225
84252
  "commentRange": {
84226
- "start": 103,
84227
- "end": 104
84253
+ "start": 106,
84254
+ "end": 107
84228
84255
  },
84229
84256
  "context": {
84230
84257
  "type": "variable",
@@ -84232,8 +84259,8 @@
84232
84259
  "value": "null",
84233
84260
  "scope": "default",
84234
84261
  "line": {
84235
- "start": 105,
84236
- "end": 105
84262
+ "start": 108,
84263
+ "end": 108
84237
84264
  }
84238
84265
  },
84239
84266
  "group": [
@@ -84250,8 +84277,8 @@
84250
84277
  {
84251
84278
  "description": "The text color of the TabStrip items.\n",
84252
84279
  "commentRange": {
84253
- "start": 106,
84254
- "end": 107
84280
+ "start": 109,
84281
+ "end": 110
84255
84282
  },
84256
84283
  "context": {
84257
84284
  "type": "variable",
@@ -84259,8 +84286,8 @@
84259
84286
  "value": "k-color(subtle)",
84260
84287
  "scope": "default",
84261
84288
  "line": {
84262
- "start": 108,
84263
- "end": 108
84289
+ "start": 111,
84290
+ "end": 111
84264
84291
  }
84265
84292
  },
84266
84293
  "group": [
@@ -84277,8 +84304,8 @@
84277
84304
  {
84278
84305
  "description": "The border color of the TabStrip items.\n",
84279
84306
  "commentRange": {
84280
- "start": 109,
84281
- "end": 110
84307
+ "start": 112,
84308
+ "end": 113
84282
84309
  },
84283
84310
  "context": {
84284
84311
  "type": "variable",
@@ -84286,8 +84313,8 @@
84286
84313
  "value": "null",
84287
84314
  "scope": "default",
84288
84315
  "line": {
84289
- "start": 111,
84290
- "end": 111
84316
+ "start": 114,
84317
+ "end": 114
84291
84318
  }
84292
84319
  },
84293
84320
  "group": [
@@ -84304,8 +84331,8 @@
84304
84331
  {
84305
84332
  "description": "The gradient of the TabStrip items.\n",
84306
84333
  "commentRange": {
84307
- "start": 112,
84308
- "end": 113
84334
+ "start": 115,
84335
+ "end": 116
84309
84336
  },
84310
84337
  "context": {
84311
84338
  "type": "variable",
@@ -84313,8 +84340,8 @@
84313
84340
  "value": "null",
84314
84341
  "scope": "default",
84315
84342
  "line": {
84316
- "start": 114,
84317
- "end": 114
84343
+ "start": 117,
84344
+ "end": 117
84318
84345
  }
84319
84346
  },
84320
84347
  "group": [
@@ -84331,8 +84358,8 @@
84331
84358
  {
84332
84359
  "description": "The background color of the hovered TabStrip items.\n",
84333
84360
  "commentRange": {
84334
- "start": 116,
84335
- "end": 117
84361
+ "start": 119,
84362
+ "end": 120
84336
84363
  },
84337
84364
  "context": {
84338
84365
  "type": "variable",
@@ -84340,8 +84367,8 @@
84340
84367
  "value": "color-mix(in srgb, currentColor 8%, transparent)",
84341
84368
  "scope": "default",
84342
84369
  "line": {
84343
- "start": 118,
84344
- "end": 118
84370
+ "start": 121,
84371
+ "end": 121
84345
84372
  }
84346
84373
  },
84347
84374
  "group": [
@@ -84358,8 +84385,8 @@
84358
84385
  {
84359
84386
  "description": "The text color of the hovered TabStrip items.\n",
84360
84387
  "commentRange": {
84361
- "start": 119,
84362
- "end": 120
84388
+ "start": 122,
84389
+ "end": 123
84363
84390
  },
84364
84391
  "context": {
84365
84392
  "type": "variable",
@@ -84367,8 +84394,8 @@
84367
84394
  "value": "null",
84368
84395
  "scope": "default",
84369
84396
  "line": {
84370
- "start": 121,
84371
- "end": 121
84397
+ "start": 124,
84398
+ "end": 124
84372
84399
  }
84373
84400
  },
84374
84401
  "group": [
@@ -84385,8 +84412,8 @@
84385
84412
  {
84386
84413
  "description": "The border color of the hovered TabStrip items.\n",
84387
84414
  "commentRange": {
84388
- "start": 122,
84389
- "end": 123
84415
+ "start": 125,
84416
+ "end": 126
84390
84417
  },
84391
84418
  "context": {
84392
84419
  "type": "variable",
@@ -84394,8 +84421,8 @@
84394
84421
  "value": "null",
84395
84422
  "scope": "default",
84396
84423
  "line": {
84397
- "start": 124,
84398
- "end": 124
84424
+ "start": 127,
84425
+ "end": 127
84399
84426
  }
84400
84427
  },
84401
84428
  "group": [
@@ -84412,8 +84439,8 @@
84412
84439
  {
84413
84440
  "description": "The gradient of the hovered TabStrip items.\n",
84414
84441
  "commentRange": {
84415
- "start": 125,
84416
- "end": 126
84442
+ "start": 128,
84443
+ "end": 129
84417
84444
  },
84418
84445
  "context": {
84419
84446
  "type": "variable",
@@ -84421,8 +84448,8 @@
84421
84448
  "value": "null",
84422
84449
  "scope": "default",
84423
84450
  "line": {
84424
- "start": 127,
84425
- "end": 127
84451
+ "start": 130,
84452
+ "end": 130
84426
84453
  }
84427
84454
  },
84428
84455
  "group": [
@@ -84439,8 +84466,8 @@
84439
84466
  {
84440
84467
  "description": "The background color of the selected TabStrip items.\n",
84441
84468
  "commentRange": {
84442
- "start": 129,
84443
- "end": 130
84469
+ "start": 132,
84470
+ "end": 133
84444
84471
  },
84445
84472
  "context": {
84446
84473
  "type": "variable",
@@ -84448,8 +84475,8 @@
84448
84475
  "value": "null",
84449
84476
  "scope": "default",
84450
84477
  "line": {
84451
- "start": 131,
84452
- "end": 131
84478
+ "start": 134,
84479
+ "end": 134
84453
84480
  }
84454
84481
  },
84455
84482
  "group": [
@@ -84466,8 +84493,8 @@
84466
84493
  {
84467
84494
  "description": "The text color of the selected TabStrip items.\n",
84468
84495
  "commentRange": {
84469
- "start": 132,
84470
- "end": 133
84496
+ "start": 135,
84497
+ "end": 136
84471
84498
  },
84472
84499
  "context": {
84473
84500
  "type": "variable",
@@ -84475,8 +84502,8 @@
84475
84502
  "value": "k-color(primary-on-surface)",
84476
84503
  "scope": "default",
84477
84504
  "line": {
84478
- "start": 134,
84479
- "end": 134
84505
+ "start": 137,
84506
+ "end": 137
84480
84507
  }
84481
84508
  },
84482
84509
  "group": [
@@ -84493,8 +84520,8 @@
84493
84520
  {
84494
84521
  "description": "The border color of the selected TabStrip items.\n",
84495
84522
  "commentRange": {
84496
- "start": 135,
84497
- "end": 136
84523
+ "start": 138,
84524
+ "end": 139
84498
84525
  },
84499
84526
  "context": {
84500
84527
  "type": "variable",
@@ -84502,8 +84529,8 @@
84502
84529
  "value": "unset",
84503
84530
  "scope": "default",
84504
84531
  "line": {
84505
- "start": 137,
84506
- "end": 137
84532
+ "start": 140,
84533
+ "end": 140
84507
84534
  }
84508
84535
  },
84509
84536
  "group": [
@@ -84520,8 +84547,8 @@
84520
84547
  {
84521
84548
  "description": "The gradient of the selected TabStrip items.\n",
84522
84549
  "commentRange": {
84523
- "start": 138,
84524
- "end": 139
84550
+ "start": 141,
84551
+ "end": 142
84525
84552
  },
84526
84553
  "context": {
84527
84554
  "type": "variable",
@@ -84529,8 +84556,8 @@
84529
84556
  "value": "null",
84530
84557
  "scope": "default",
84531
84558
  "line": {
84532
- "start": 140,
84533
- "end": 140
84559
+ "start": 143,
84560
+ "end": 143
84534
84561
  }
84535
84562
  },
84536
84563
  "group": [
@@ -84547,8 +84574,8 @@
84547
84574
  {
84548
84575
  "description": "The font weight of the selected TabStrip items.\n",
84549
84576
  "commentRange": {
84550
- "start": 141,
84551
- "end": 142
84577
+ "start": 144,
84578
+ "end": 145
84552
84579
  },
84553
84580
  "context": {
84554
84581
  "type": "variable",
@@ -84556,8 +84583,8 @@
84556
84583
  "value": "null",
84557
84584
  "scope": "default",
84558
84585
  "line": {
84559
- "start": 143,
84560
- "end": 143
84586
+ "start": 146,
84587
+ "end": 146
84561
84588
  }
84562
84589
  },
84563
84590
  "group": [
@@ -84574,8 +84601,8 @@
84574
84601
  {
84575
84602
  "description": "The shadow of the focused TabStrip items.\n",
84576
84603
  "commentRange": {
84577
- "start": 145,
84578
- "end": 146
84604
+ "start": 148,
84605
+ "end": 149
84579
84606
  },
84580
84607
  "context": {
84581
84608
  "type": "variable",
@@ -84583,8 +84610,8 @@
84583
84610
  "value": "inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent)",
84584
84611
  "scope": "default",
84585
84612
  "line": {
84586
- "start": 147,
84587
- "end": 147
84613
+ "start": 150,
84614
+ "end": 150
84588
84615
  }
84589
84616
  },
84590
84617
  "group": [
@@ -84601,8 +84628,8 @@
84601
84628
  {
84602
84629
  "description": "The shadow of the dragged TabStrip items.\n",
84603
84630
  "commentRange": {
84604
- "start": 149,
84605
- "end": 150
84631
+ "start": 152,
84632
+ "end": 153
84606
84633
  },
84607
84634
  "context": {
84608
84635
  "type": "variable",
@@ -84610,8 +84637,8 @@
84610
84637
  "value": "k-elevation(3)",
84611
84638
  "scope": "default",
84612
84639
  "line": {
84613
- "start": 151,
84614
- "end": 151
84640
+ "start": 154,
84641
+ "end": 154
84615
84642
  }
84616
84643
  },
84617
84644
  "group": [
@@ -84628,8 +84655,8 @@
84628
84655
  {
84629
84656
  "description": "The background color of the disabled TabStrip items.\n",
84630
84657
  "commentRange": {
84631
- "start": 153,
84632
- "end": 154
84658
+ "start": 156,
84659
+ "end": 157
84633
84660
  },
84634
84661
  "context": {
84635
84662
  "type": "variable",
@@ -84637,8 +84664,8 @@
84637
84664
  "value": "null",
84638
84665
  "scope": "default",
84639
84666
  "line": {
84640
- "start": 155,
84641
- "end": 155
84667
+ "start": 158,
84668
+ "end": 158
84642
84669
  }
84643
84670
  },
84644
84671
  "group": [
@@ -84655,8 +84682,8 @@
84655
84682
  {
84656
84683
  "description": "The text color of the disabled TabStrip items.\n",
84657
84684
  "commentRange": {
84658
- "start": 156,
84659
- "end": 157
84685
+ "start": 159,
84686
+ "end": 160
84660
84687
  },
84661
84688
  "context": {
84662
84689
  "type": "variable",
@@ -84664,8 +84691,8 @@
84664
84691
  "value": "null",
84665
84692
  "scope": "default",
84666
84693
  "line": {
84667
- "start": 158,
84668
- "end": 158
84694
+ "start": 161,
84695
+ "end": 161
84669
84696
  }
84670
84697
  },
84671
84698
  "group": [
@@ -84682,8 +84709,8 @@
84682
84709
  {
84683
84710
  "description": "The border color of the disabled TabStrip items.\n",
84684
84711
  "commentRange": {
84685
- "start": 159,
84686
- "end": 160
84712
+ "start": 162,
84713
+ "end": 163
84687
84714
  },
84688
84715
  "context": {
84689
84716
  "type": "variable",
@@ -84691,8 +84718,8 @@
84691
84718
  "value": "null",
84692
84719
  "scope": "default",
84693
84720
  "line": {
84694
- "start": 161,
84695
- "end": 161
84721
+ "start": 164,
84722
+ "end": 164
84696
84723
  }
84697
84724
  },
84698
84725
  "group": [
@@ -84709,8 +84736,8 @@
84709
84736
  {
84710
84737
  "description": "The gradient of the disabled TabStrip items.\n",
84711
84738
  "commentRange": {
84712
- "start": 162,
84713
- "end": 163
84739
+ "start": 165,
84740
+ "end": 166
84714
84741
  },
84715
84742
  "context": {
84716
84743
  "type": "variable",
@@ -84718,8 +84745,8 @@
84718
84745
  "value": "null",
84719
84746
  "scope": "default",
84720
84747
  "line": {
84721
- "start": 164,
84722
- "end": 164
84748
+ "start": 167,
84749
+ "end": 167
84723
84750
  }
84724
84751
  },
84725
84752
  "group": [
@@ -84736,8 +84763,8 @@
84736
84763
  {
84737
84764
  "description": "The opacity of the disabled TabStrip items.\n",
84738
84765
  "commentRange": {
84739
- "start": 165,
84740
- "end": 166
84766
+ "start": 168,
84767
+ "end": 169
84741
84768
  },
84742
84769
  "context": {
84743
84770
  "type": "variable",
@@ -84745,8 +84772,8 @@
84745
84772
  "value": "var(--kendo-disabled-opacity, unset)",
84746
84773
  "scope": "default",
84747
84774
  "line": {
84748
- "start": 167,
84749
- "end": 167
84775
+ "start": 170,
84776
+ "end": 170
84750
84777
  }
84751
84778
  },
84752
84779
  "group": [
@@ -84763,8 +84790,8 @@
84763
84790
  {
84764
84791
  "description": "The filter of the disabled TabStrip items.\n",
84765
84792
  "commentRange": {
84766
- "start": 168,
84767
- "end": 169
84793
+ "start": 171,
84794
+ "end": 172
84768
84795
  },
84769
84796
  "context": {
84770
84797
  "type": "variable",
@@ -84772,8 +84799,8 @@
84772
84799
  "value": "null",
84773
84800
  "scope": "default",
84774
84801
  "line": {
84775
- "start": 170,
84776
- "end": 170
84802
+ "start": 173,
84803
+ "end": 173
84777
84804
  }
84778
84805
  },
84779
84806
  "group": [
@@ -84790,8 +84817,8 @@
84790
84817
  {
84791
84818
  "description": "The border width of the TabStrip indicator.\n",
84792
84819
  "commentRange": {
84793
- "start": 172,
84794
- "end": 173
84820
+ "start": 175,
84821
+ "end": 176
84795
84822
  },
84796
84823
  "context": {
84797
84824
  "type": "variable",
@@ -84799,8 +84826,8 @@
84799
84826
  "value": "3px",
84800
84827
  "scope": "default",
84801
84828
  "line": {
84802
- "start": 174,
84803
- "end": 174
84829
+ "start": 177,
84830
+ "end": 177
84804
84831
  }
84805
84832
  },
84806
84833
  "group": [
@@ -84817,8 +84844,8 @@
84817
84844
  {
84818
84845
  "description": "The border color of the TabStrip ripple.\n",
84819
84846
  "commentRange": {
84820
- "start": 175,
84821
- "end": 176
84847
+ "start": 178,
84848
+ "end": 179
84822
84849
  },
84823
84850
  "context": {
84824
84851
  "type": "variable",
@@ -84826,8 +84853,8 @@
84826
84853
  "value": "$kendo-tabstrip-item-selected-text",
84827
84854
  "scope": "default",
84828
84855
  "line": {
84829
- "start": 177,
84830
- "end": 177
84856
+ "start": 180,
84857
+ "end": 180
84831
84858
  }
84832
84859
  },
84833
84860
  "group": [
@@ -84844,8 +84871,8 @@
84844
84871
  {
84845
84872
  "description": "The horizontal padding of the TabStrip content.\n",
84846
84873
  "commentRange": {
84847
- "start": 179,
84848
- "end": 180
84874
+ "start": 182,
84875
+ "end": 183
84849
84876
  },
84850
84877
  "context": {
84851
84878
  "type": "variable",
@@ -84853,8 +84880,8 @@
84853
84880
  "value": "k-spacing(4)",
84854
84881
  "scope": "default",
84855
84882
  "line": {
84856
- "start": 181,
84857
- "end": 181
84883
+ "start": 184,
84884
+ "end": 184
84858
84885
  }
84859
84886
  },
84860
84887
  "group": [
@@ -84871,8 +84898,8 @@
84871
84898
  {
84872
84899
  "description": "The vertical padding of the TabStrip content.\n",
84873
84900
  "commentRange": {
84874
- "start": 182,
84875
- "end": 183
84901
+ "start": 185,
84902
+ "end": 186
84876
84903
  },
84877
84904
  "context": {
84878
84905
  "type": "variable",
@@ -84880,8 +84907,8 @@
84880
84907
  "value": "k-spacing(4)",
84881
84908
  "scope": "default",
84882
84909
  "line": {
84883
- "start": 184,
84884
- "end": 184
84910
+ "start": 187,
84911
+ "end": 187
84885
84912
  }
84886
84913
  },
84887
84914
  "group": [
@@ -84898,8 +84925,8 @@
84898
84925
  {
84899
84926
  "description": "The border width around the TabStrip content.\n",
84900
84927
  "commentRange": {
84901
- "start": 185,
84902
- "end": 186
84928
+ "start": 188,
84929
+ "end": 189
84903
84930
  },
84904
84931
  "context": {
84905
84932
  "type": "variable",
@@ -84907,8 +84934,8 @@
84907
84934
  "value": "0px",
84908
84935
  "scope": "default",
84909
84936
  "line": {
84910
- "start": 187,
84911
- "end": 187
84937
+ "start": 190,
84938
+ "end": 190
84912
84939
  }
84913
84940
  },
84914
84941
  "group": [
@@ -84925,8 +84952,8 @@
84925
84952
  {
84926
84953
  "description": "The background color of the TabStrip content.\n",
84927
84954
  "commentRange": {
84928
- "start": 189,
84929
- "end": 190
84955
+ "start": 192,
84956
+ "end": 193
84930
84957
  },
84931
84958
  "context": {
84932
84959
  "type": "variable",
@@ -84934,8 +84961,8 @@
84934
84961
  "value": "transparent",
84935
84962
  "scope": "default",
84936
84963
  "line": {
84937
- "start": 191,
84938
- "end": 191
84964
+ "start": 194,
84965
+ "end": 194
84939
84966
  }
84940
84967
  },
84941
84968
  "group": [
@@ -84952,8 +84979,8 @@
84952
84979
  {
84953
84980
  "description": "The text color of the TabStrip content.\n",
84954
84981
  "commentRange": {
84955
- "start": 192,
84956
- "end": 193
84982
+ "start": 195,
84983
+ "end": 196
84957
84984
  },
84958
84985
  "context": {
84959
84986
  "type": "variable",
@@ -84961,8 +84988,8 @@
84961
84988
  "value": "unset",
84962
84989
  "scope": "default",
84963
84990
  "line": {
84964
- "start": 194,
84965
- "end": 194
84991
+ "start": 197,
84992
+ "end": 197
84966
84993
  }
84967
84994
  },
84968
84995
  "group": [
@@ -84979,8 +85006,8 @@
84979
85006
  {
84980
85007
  "description": "The border color of the TabStrip content.\n",
84981
85008
  "commentRange": {
84982
- "start": 195,
84983
- "end": 196
85009
+ "start": 198,
85010
+ "end": 199
84984
85011
  },
84985
85012
  "context": {
84986
85013
  "type": "variable",
@@ -84988,8 +85015,8 @@
84988
85015
  "value": "unset",
84989
85016
  "scope": "default",
84990
85017
  "line": {
84991
- "start": 197,
84992
- "end": 197
85018
+ "start": 200,
85019
+ "end": 200
84993
85020
  }
84994
85021
  },
84995
85022
  "group": [
@@ -85006,8 +85033,8 @@
85006
85033
  {
85007
85034
  "description": "The border color of the focused TabStrip content.\n",
85008
85035
  "commentRange": {
85009
- "start": 198,
85010
- "end": 199
85036
+ "start": 201,
85037
+ "end": 202
85011
85038
  },
85012
85039
  "context": {
85013
85040
  "type": "variable",
@@ -85015,8 +85042,8 @@
85015
85042
  "value": "k-color(border)",
85016
85043
  "scope": "default",
85017
85044
  "line": {
85018
- "start": 200,
85019
- "end": 200
85045
+ "start": 203,
85046
+ "end": 203
85020
85047
  }
85021
85048
  },
85022
85049
  "group": [
@@ -85033,8 +85060,8 @@
85033
85060
  {
85034
85061
  "description": "The left and right scroll overlay of the TabStrip.\n",
85035
85062
  "commentRange": {
85036
- "start": 202,
85037
- "end": 203
85063
+ "start": 205,
85064
+ "end": 206
85038
85065
  },
85039
85066
  "context": {
85040
85067
  "type": "variable",
@@ -85042,8 +85069,8 @@
85042
85069
  "value": "k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent)",
85043
85070
  "scope": "default",
85044
85071
  "line": {
85045
- "start": 204,
85046
- "end": 204
85072
+ "start": 207,
85073
+ "end": 207
85047
85074
  }
85048
85075
  },
85049
85076
  "group": [
@@ -85060,8 +85087,8 @@
85060
85087
  {
85061
85088
  "description": "The spacing around the TabStrip scroll buttons (prev/next).\n",
85062
85089
  "commentRange": {
85063
- "start": 206,
85064
- "end": 207
85090
+ "start": 209,
85091
+ "end": 210
85065
85092
  },
85066
85093
  "context": {
85067
85094
  "type": "variable",
@@ -85069,8 +85096,8 @@
85069
85096
  "value": "null",
85070
85097
  "scope": "default",
85071
85098
  "line": {
85072
- "start": 208,
85073
- "end": 208
85099
+ "start": 211,
85100
+ "end": 211
85074
85101
  }
85075
85102
  },
85076
85103
  "group": [
@@ -99924,8 +99951,8 @@
99924
99951
  {
99925
99952
  "description": "The sizes map of the TabStrip.\n",
99926
99953
  "commentRange": {
99927
- "start": 84,
99928
- "end": 85
99954
+ "start": 85,
99955
+ "end": 86
99929
99956
  },
99930
99957
  "context": {
99931
99958
  "type": "variable",
@@ -99933,8 +99960,8 @@
99933
99960
  "value": "(\n sm: (\n font-size: $kendo-tabstrip-sm-font-size,\n line-height: $kendo-tabstrip-sm-line-height,\n item-padding-x: $kendo-tabstrip-sm-item-padding-x,\n item-padding-y: $kendo-tabstrip-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-tabstrip-md-font-size,\n line-height: $kendo-tabstrip-md-line-height,\n item-padding-x: $kendo-tabstrip-md-item-padding-x,\n item-padding-y: $kendo-tabstrip-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-tabstrip-lg-font-size,\n line-height: $kendo-tabstrip-lg-line-height,\n item-padding-x: $kendo-tabstrip-lg-item-padding-x,\n item-padding-y: $kendo-tabstrip-lg-item-padding-y\n )\n)",
99934
99961
  "scope": "default",
99935
99962
  "line": {
99936
- "start": 86,
99937
- "end": 105
99963
+ "start": 87,
99964
+ "end": 106
99938
99965
  }
99939
99966
  },
99940
99967
  "group": [
@@ -99945,25 +99972,25 @@
99945
99972
  "path": "core/scss/components/tabstrip/_variables.scss",
99946
99973
  "name": "_variables.scss"
99947
99974
  },
99948
- "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-4), item-padding-y: var(--kendo-spacing-2\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-4), item-padding-y: var(--kendo-spacing-3\\.5)), lg: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-4), item-padding-y: var(--kendo-spacing-4\\.5)))",
99975
+ "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-2\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-3\\.5)), lg: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-4\\.5)))",
99949
99976
  "resolvedType": "Map",
99950
99977
  "prettyValue": {
99951
99978
  "sm": {
99952
99979
  "font-size": "var(--kendo-font-size)",
99953
99980
  "line-height": "var(--kendo-line-height)",
99954
- "item-padding-x": "var(--kendo-spacing-4)",
99981
+ "item-padding-x": "var(--kendo-spacing-3)",
99955
99982
  "item-padding-y": "var(--kendo-spacing-2\\.5)"
99956
99983
  },
99957
99984
  "md": {
99958
99985
  "font-size": "var(--kendo-font-size)",
99959
99986
  "line-height": "var(--kendo-line-height)",
99960
- "item-padding-x": "var(--kendo-spacing-4)",
99987
+ "item-padding-x": "var(--kendo-spacing-3)",
99961
99988
  "item-padding-y": "var(--kendo-spacing-3\\.5)"
99962
99989
  },
99963
99990
  "lg": {
99964
99991
  "font-size": "var(--kendo-font-size)",
99965
99992
  "line-height": "var(--kendo-line-height)",
99966
- "item-padding-x": "var(--kendo-spacing-4)",
99993
+ "item-padding-x": "var(--kendo-spacing-3)",
99967
99994
  "item-padding-y": "var(--kendo-spacing-4\\.5)"
99968
99995
  }
99969
99996
  }
@@ -186509,15 +186536,15 @@
186509
186536
  "resolvedType": "String"
186510
186537
  },
186511
186538
  {
186512
- "description": "The horizontal padding of the small TabStrip items.\n",
186539
+ "description": "The horizontal spacing of the TabStrip items.\n",
186513
186540
  "commentRange": {
186514
186541
  "start": 84,
186515
186542
  "end": 85
186516
186543
  },
186517
186544
  "context": {
186518
186545
  "type": "variable",
186519
- "name": "kendo-tabstrip-sm-item-padding-x",
186520
- "value": "k-spacing(4)",
186546
+ "name": "kendo-tabstrip-item-spacing-x",
186547
+ "value": "k-spacing(1)",
186521
186548
  "scope": "default",
186522
186549
  "line": {
186523
186550
  "start": 86,
@@ -186532,19 +186559,19 @@
186532
186559
  "path": "material/scss/tabstrip/_variables.scss",
186533
186560
  "name": "_variables.scss"
186534
186561
  },
186535
- "resolvedValue": "var(--kendo-spacing-4)",
186562
+ "resolvedValue": "var(--kendo-spacing-1)",
186536
186563
  "resolvedType": "String"
186537
186564
  },
186538
186565
  {
186539
- "description": "The vertical padding of the small TabStrip items.\n",
186566
+ "description": "The horizontal padding of the small TabStrip items.\n",
186540
186567
  "commentRange": {
186541
186568
  "start": 87,
186542
186569
  "end": 88
186543
186570
  },
186544
186571
  "context": {
186545
186572
  "type": "variable",
186546
- "name": "kendo-tabstrip-sm-item-padding-y",
186547
- "value": "k-spacing(2.5)",
186573
+ "name": "kendo-tabstrip-sm-item-padding-x",
186574
+ "value": "k-spacing(3)",
186548
186575
  "scope": "default",
186549
186576
  "line": {
186550
186577
  "start": 89,
@@ -186559,19 +186586,19 @@
186559
186586
  "path": "material/scss/tabstrip/_variables.scss",
186560
186587
  "name": "_variables.scss"
186561
186588
  },
186562
- "resolvedValue": "var(--kendo-spacing-2\\.5)",
186589
+ "resolvedValue": "var(--kendo-spacing-3)",
186563
186590
  "resolvedType": "String"
186564
186591
  },
186565
186592
  {
186566
- "description": "The horizontal padding of the medium TabStrip items.\n",
186593
+ "description": "The vertical padding of the small TabStrip items.\n",
186567
186594
  "commentRange": {
186568
186595
  "start": 90,
186569
186596
  "end": 91
186570
186597
  },
186571
186598
  "context": {
186572
186599
  "type": "variable",
186573
- "name": "kendo-tabstrip-md-item-padding-x",
186574
- "value": "k-spacing(4)",
186600
+ "name": "kendo-tabstrip-sm-item-padding-y",
186601
+ "value": "k-spacing(2.5)",
186575
186602
  "scope": "default",
186576
186603
  "line": {
186577
186604
  "start": 92,
@@ -186586,19 +186613,19 @@
186586
186613
  "path": "material/scss/tabstrip/_variables.scss",
186587
186614
  "name": "_variables.scss"
186588
186615
  },
186589
- "resolvedValue": "var(--kendo-spacing-4)",
186616
+ "resolvedValue": "var(--kendo-spacing-2\\.5)",
186590
186617
  "resolvedType": "String"
186591
186618
  },
186592
186619
  {
186593
- "description": "The vertical padding of the medium TabStrip items.\n",
186620
+ "description": "The horizontal padding of the medium TabStrip items.\n",
186594
186621
  "commentRange": {
186595
186622
  "start": 93,
186596
186623
  "end": 94
186597
186624
  },
186598
186625
  "context": {
186599
186626
  "type": "variable",
186600
- "name": "kendo-tabstrip-md-item-padding-y",
186601
- "value": "k-spacing(3.5)",
186627
+ "name": "kendo-tabstrip-md-item-padding-x",
186628
+ "value": "k-spacing(3)",
186602
186629
  "scope": "default",
186603
186630
  "line": {
186604
186631
  "start": 95,
@@ -186613,19 +186640,19 @@
186613
186640
  "path": "material/scss/tabstrip/_variables.scss",
186614
186641
  "name": "_variables.scss"
186615
186642
  },
186616
- "resolvedValue": "var(--kendo-spacing-3\\.5)",
186643
+ "resolvedValue": "var(--kendo-spacing-3)",
186617
186644
  "resolvedType": "String"
186618
186645
  },
186619
186646
  {
186620
- "description": "The horizontal padding of the large TabStrip items.\n",
186647
+ "description": "The vertical padding of the medium TabStrip items.\n",
186621
186648
  "commentRange": {
186622
186649
  "start": 96,
186623
186650
  "end": 97
186624
186651
  },
186625
186652
  "context": {
186626
186653
  "type": "variable",
186627
- "name": "kendo-tabstrip-lg-item-padding-x",
186628
- "value": "k-spacing(4)",
186654
+ "name": "kendo-tabstrip-md-item-padding-y",
186655
+ "value": "k-spacing(3.5)",
186629
186656
  "scope": "default",
186630
186657
  "line": {
186631
186658
  "start": 98,
@@ -186640,19 +186667,19 @@
186640
186667
  "path": "material/scss/tabstrip/_variables.scss",
186641
186668
  "name": "_variables.scss"
186642
186669
  },
186643
- "resolvedValue": "var(--kendo-spacing-4)",
186670
+ "resolvedValue": "var(--kendo-spacing-3\\.5)",
186644
186671
  "resolvedType": "String"
186645
186672
  },
186646
186673
  {
186647
- "description": "The vertical padding of the large TabStrip items.\n",
186674
+ "description": "The horizontal padding of the large TabStrip items.\n",
186648
186675
  "commentRange": {
186649
186676
  "start": 99,
186650
186677
  "end": 100
186651
186678
  },
186652
186679
  "context": {
186653
186680
  "type": "variable",
186654
- "name": "kendo-tabstrip-lg-item-padding-y",
186655
- "value": "k-spacing(4.5)",
186681
+ "name": "kendo-tabstrip-lg-item-padding-x",
186682
+ "value": "k-spacing(3)",
186656
186683
  "scope": "default",
186657
186684
  "line": {
186658
186685
  "start": 101,
@@ -186667,14 +186694,41 @@
186667
186694
  "path": "material/scss/tabstrip/_variables.scss",
186668
186695
  "name": "_variables.scss"
186669
186696
  },
186697
+ "resolvedValue": "var(--kendo-spacing-3)",
186698
+ "resolvedType": "String"
186699
+ },
186700
+ {
186701
+ "description": "The vertical padding of the large TabStrip items.\n",
186702
+ "commentRange": {
186703
+ "start": 102,
186704
+ "end": 103
186705
+ },
186706
+ "context": {
186707
+ "type": "variable",
186708
+ "name": "kendo-tabstrip-lg-item-padding-y",
186709
+ "value": "k-spacing(4.5)",
186710
+ "scope": "default",
186711
+ "line": {
186712
+ "start": 104,
186713
+ "end": 104
186714
+ }
186715
+ },
186716
+ "group": [
186717
+ "tabstrip"
186718
+ ],
186719
+ "access": "public",
186720
+ "file": {
186721
+ "path": "material/scss/tabstrip/_variables.scss",
186722
+ "name": "_variables.scss"
186723
+ },
186670
186724
  "resolvedValue": "var(--kendo-spacing-4\\.5)",
186671
186725
  "resolvedType": "String"
186672
186726
  },
186673
186727
  {
186674
186728
  "description": " The background color of the TabStrip items.\n",
186675
186729
  "commentRange": {
186676
- "start": 103,
186677
- "end": 104
186730
+ "start": 106,
186731
+ "end": 107
186678
186732
  },
186679
186733
  "context": {
186680
186734
  "type": "variable",
@@ -186682,8 +186736,8 @@
186682
186736
  "value": "null",
186683
186737
  "scope": "default",
186684
186738
  "line": {
186685
- "start": 105,
186686
- "end": 105
186739
+ "start": 108,
186740
+ "end": 108
186687
186741
  }
186688
186742
  },
186689
186743
  "group": [
@@ -186700,8 +186754,8 @@
186700
186754
  {
186701
186755
  "description": "The text color of the TabStrip items.\n",
186702
186756
  "commentRange": {
186703
- "start": 106,
186704
- "end": 107
186757
+ "start": 109,
186758
+ "end": 110
186705
186759
  },
186706
186760
  "context": {
186707
186761
  "type": "variable",
@@ -186709,8 +186763,8 @@
186709
186763
  "value": "k-color(subtle)",
186710
186764
  "scope": "default",
186711
186765
  "line": {
186712
- "start": 108,
186713
- "end": 108
186766
+ "start": 111,
186767
+ "end": 111
186714
186768
  }
186715
186769
  },
186716
186770
  "group": [
@@ -186727,8 +186781,8 @@
186727
186781
  {
186728
186782
  "description": "The border color of the TabStrip items.\n",
186729
186783
  "commentRange": {
186730
- "start": 109,
186731
- "end": 110
186784
+ "start": 112,
186785
+ "end": 113
186732
186786
  },
186733
186787
  "context": {
186734
186788
  "type": "variable",
@@ -186736,8 +186790,8 @@
186736
186790
  "value": "null",
186737
186791
  "scope": "default",
186738
186792
  "line": {
186739
- "start": 111,
186740
- "end": 111
186793
+ "start": 114,
186794
+ "end": 114
186741
186795
  }
186742
186796
  },
186743
186797
  "group": [
@@ -186754,8 +186808,8 @@
186754
186808
  {
186755
186809
  "description": "The gradient of the TabStrip items.\n",
186756
186810
  "commentRange": {
186757
- "start": 112,
186758
- "end": 113
186811
+ "start": 115,
186812
+ "end": 116
186759
186813
  },
186760
186814
  "context": {
186761
186815
  "type": "variable",
@@ -186763,8 +186817,8 @@
186763
186817
  "value": "null",
186764
186818
  "scope": "default",
186765
186819
  "line": {
186766
- "start": 114,
186767
- "end": 114
186820
+ "start": 117,
186821
+ "end": 117
186768
186822
  }
186769
186823
  },
186770
186824
  "group": [
@@ -186781,8 +186835,8 @@
186781
186835
  {
186782
186836
  "description": "The background color of the hovered TabStrip items.\n",
186783
186837
  "commentRange": {
186784
- "start": 116,
186785
- "end": 117
186838
+ "start": 119,
186839
+ "end": 120
186786
186840
  },
186787
186841
  "context": {
186788
186842
  "type": "variable",
@@ -186790,8 +186844,8 @@
186790
186844
  "value": "color-mix(in srgb, currentColor 8%, transparent)",
186791
186845
  "scope": "default",
186792
186846
  "line": {
186793
- "start": 118,
186794
- "end": 118
186847
+ "start": 121,
186848
+ "end": 121
186795
186849
  }
186796
186850
  },
186797
186851
  "group": [
@@ -186808,8 +186862,8 @@
186808
186862
  {
186809
186863
  "description": "The text color of the hovered TabStrip items.\n",
186810
186864
  "commentRange": {
186811
- "start": 119,
186812
- "end": 120
186865
+ "start": 122,
186866
+ "end": 123
186813
186867
  },
186814
186868
  "context": {
186815
186869
  "type": "variable",
@@ -186817,8 +186871,8 @@
186817
186871
  "value": "null",
186818
186872
  "scope": "default",
186819
186873
  "line": {
186820
- "start": 121,
186821
- "end": 121
186874
+ "start": 124,
186875
+ "end": 124
186822
186876
  }
186823
186877
  },
186824
186878
  "group": [
@@ -186835,8 +186889,8 @@
186835
186889
  {
186836
186890
  "description": "The border color of the hovered TabStrip items.\n",
186837
186891
  "commentRange": {
186838
- "start": 122,
186839
- "end": 123
186892
+ "start": 125,
186893
+ "end": 126
186840
186894
  },
186841
186895
  "context": {
186842
186896
  "type": "variable",
@@ -186844,8 +186898,8 @@
186844
186898
  "value": "null",
186845
186899
  "scope": "default",
186846
186900
  "line": {
186847
- "start": 124,
186848
- "end": 124
186901
+ "start": 127,
186902
+ "end": 127
186849
186903
  }
186850
186904
  },
186851
186905
  "group": [
@@ -186862,8 +186916,8 @@
186862
186916
  {
186863
186917
  "description": "The gradient of the hovered TabStrip items.\n",
186864
186918
  "commentRange": {
186865
- "start": 125,
186866
- "end": 126
186919
+ "start": 128,
186920
+ "end": 129
186867
186921
  },
186868
186922
  "context": {
186869
186923
  "type": "variable",
@@ -186871,8 +186925,8 @@
186871
186925
  "value": "null",
186872
186926
  "scope": "default",
186873
186927
  "line": {
186874
- "start": 127,
186875
- "end": 127
186928
+ "start": 130,
186929
+ "end": 130
186876
186930
  }
186877
186931
  },
186878
186932
  "group": [
@@ -186889,8 +186943,8 @@
186889
186943
  {
186890
186944
  "description": "The background color of the selected TabStrip items.\n",
186891
186945
  "commentRange": {
186892
- "start": 129,
186893
- "end": 130
186946
+ "start": 132,
186947
+ "end": 133
186894
186948
  },
186895
186949
  "context": {
186896
186950
  "type": "variable",
@@ -186898,8 +186952,8 @@
186898
186952
  "value": "null",
186899
186953
  "scope": "default",
186900
186954
  "line": {
186901
- "start": 131,
186902
- "end": 131
186955
+ "start": 134,
186956
+ "end": 134
186903
186957
  }
186904
186958
  },
186905
186959
  "group": [
@@ -186916,8 +186970,8 @@
186916
186970
  {
186917
186971
  "description": "The text color of the selected TabStrip items.\n",
186918
186972
  "commentRange": {
186919
- "start": 132,
186920
- "end": 133
186973
+ "start": 135,
186974
+ "end": 136
186921
186975
  },
186922
186976
  "context": {
186923
186977
  "type": "variable",
@@ -186925,8 +186979,8 @@
186925
186979
  "value": "k-color(primary-on-surface)",
186926
186980
  "scope": "default",
186927
186981
  "line": {
186928
- "start": 134,
186929
- "end": 134
186982
+ "start": 137,
186983
+ "end": 137
186930
186984
  }
186931
186985
  },
186932
186986
  "group": [
@@ -186943,8 +186997,8 @@
186943
186997
  {
186944
186998
  "description": "The border color of the selected TabStrip items.\n",
186945
186999
  "commentRange": {
186946
- "start": 135,
186947
- "end": 136
187000
+ "start": 138,
187001
+ "end": 139
186948
187002
  },
186949
187003
  "context": {
186950
187004
  "type": "variable",
@@ -186952,8 +187006,8 @@
186952
187006
  "value": "unset",
186953
187007
  "scope": "default",
186954
187008
  "line": {
186955
- "start": 137,
186956
- "end": 137
187009
+ "start": 140,
187010
+ "end": 140
186957
187011
  }
186958
187012
  },
186959
187013
  "group": [
@@ -186970,8 +187024,8 @@
186970
187024
  {
186971
187025
  "description": "The gradient of the selected TabStrip items.\n",
186972
187026
  "commentRange": {
186973
- "start": 138,
186974
- "end": 139
187027
+ "start": 141,
187028
+ "end": 142
186975
187029
  },
186976
187030
  "context": {
186977
187031
  "type": "variable",
@@ -186979,8 +187033,8 @@
186979
187033
  "value": "null",
186980
187034
  "scope": "default",
186981
187035
  "line": {
186982
- "start": 140,
186983
- "end": 140
187036
+ "start": 143,
187037
+ "end": 143
186984
187038
  }
186985
187039
  },
186986
187040
  "group": [
@@ -186997,8 +187051,8 @@
186997
187051
  {
186998
187052
  "description": "The font weight of the selected TabStrip items.\n",
186999
187053
  "commentRange": {
187000
- "start": 141,
187001
- "end": 142
187054
+ "start": 144,
187055
+ "end": 145
187002
187056
  },
187003
187057
  "context": {
187004
187058
  "type": "variable",
@@ -187006,8 +187060,8 @@
187006
187060
  "value": "null",
187007
187061
  "scope": "default",
187008
187062
  "line": {
187009
- "start": 143,
187010
- "end": 143
187063
+ "start": 146,
187064
+ "end": 146
187011
187065
  }
187012
187066
  },
187013
187067
  "group": [
@@ -187024,8 +187078,8 @@
187024
187078
  {
187025
187079
  "description": "The shadow of the focused TabStrip items.\n",
187026
187080
  "commentRange": {
187027
- "start": 145,
187028
- "end": 146
187081
+ "start": 148,
187082
+ "end": 149
187029
187083
  },
187030
187084
  "context": {
187031
187085
  "type": "variable",
@@ -187033,8 +187087,8 @@
187033
187087
  "value": "inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent)",
187034
187088
  "scope": "default",
187035
187089
  "line": {
187036
- "start": 147,
187037
- "end": 147
187090
+ "start": 150,
187091
+ "end": 150
187038
187092
  }
187039
187093
  },
187040
187094
  "group": [
@@ -187051,8 +187105,8 @@
187051
187105
  {
187052
187106
  "description": "The shadow of the dragged TabStrip items.\n",
187053
187107
  "commentRange": {
187054
- "start": 149,
187055
- "end": 150
187108
+ "start": 152,
187109
+ "end": 153
187056
187110
  },
187057
187111
  "context": {
187058
187112
  "type": "variable",
@@ -187060,8 +187114,8 @@
187060
187114
  "value": "k-elevation(3)",
187061
187115
  "scope": "default",
187062
187116
  "line": {
187063
- "start": 151,
187064
- "end": 151
187117
+ "start": 154,
187118
+ "end": 154
187065
187119
  }
187066
187120
  },
187067
187121
  "group": [
@@ -187078,8 +187132,8 @@
187078
187132
  {
187079
187133
  "description": "The background color of the disabled TabStrip items.\n",
187080
187134
  "commentRange": {
187081
- "start": 153,
187082
- "end": 154
187135
+ "start": 156,
187136
+ "end": 157
187083
187137
  },
187084
187138
  "context": {
187085
187139
  "type": "variable",
@@ -187087,8 +187141,8 @@
187087
187141
  "value": "null",
187088
187142
  "scope": "default",
187089
187143
  "line": {
187090
- "start": 155,
187091
- "end": 155
187144
+ "start": 158,
187145
+ "end": 158
187092
187146
  }
187093
187147
  },
187094
187148
  "group": [
@@ -187105,8 +187159,8 @@
187105
187159
  {
187106
187160
  "description": "The text color of the disabled TabStrip items.\n",
187107
187161
  "commentRange": {
187108
- "start": 156,
187109
- "end": 157
187162
+ "start": 159,
187163
+ "end": 160
187110
187164
  },
187111
187165
  "context": {
187112
187166
  "type": "variable",
@@ -187114,8 +187168,8 @@
187114
187168
  "value": "null",
187115
187169
  "scope": "default",
187116
187170
  "line": {
187117
- "start": 158,
187118
- "end": 158
187171
+ "start": 161,
187172
+ "end": 161
187119
187173
  }
187120
187174
  },
187121
187175
  "group": [
@@ -187132,8 +187186,8 @@
187132
187186
  {
187133
187187
  "description": "The border color of the disabled TabStrip items.\n",
187134
187188
  "commentRange": {
187135
- "start": 159,
187136
- "end": 160
187189
+ "start": 162,
187190
+ "end": 163
187137
187191
  },
187138
187192
  "context": {
187139
187193
  "type": "variable",
@@ -187141,8 +187195,8 @@
187141
187195
  "value": "null",
187142
187196
  "scope": "default",
187143
187197
  "line": {
187144
- "start": 161,
187145
- "end": 161
187198
+ "start": 164,
187199
+ "end": 164
187146
187200
  }
187147
187201
  },
187148
187202
  "group": [
@@ -187159,8 +187213,8 @@
187159
187213
  {
187160
187214
  "description": "The gradient of the disabled TabStrip items.\n",
187161
187215
  "commentRange": {
187162
- "start": 162,
187163
- "end": 163
187216
+ "start": 165,
187217
+ "end": 166
187164
187218
  },
187165
187219
  "context": {
187166
187220
  "type": "variable",
@@ -187168,8 +187222,8 @@
187168
187222
  "value": "null",
187169
187223
  "scope": "default",
187170
187224
  "line": {
187171
- "start": 164,
187172
- "end": 164
187225
+ "start": 167,
187226
+ "end": 167
187173
187227
  }
187174
187228
  },
187175
187229
  "group": [
@@ -187186,8 +187240,8 @@
187186
187240
  {
187187
187241
  "description": "The opacity of the disabled TabStrip items.\n",
187188
187242
  "commentRange": {
187189
- "start": 165,
187190
- "end": 166
187243
+ "start": 168,
187244
+ "end": 169
187191
187245
  },
187192
187246
  "context": {
187193
187247
  "type": "variable",
@@ -187195,8 +187249,8 @@
187195
187249
  "value": "var(--kendo-disabled-opacity, unset)",
187196
187250
  "scope": "default",
187197
187251
  "line": {
187198
- "start": 167,
187199
- "end": 167
187252
+ "start": 170,
187253
+ "end": 170
187200
187254
  }
187201
187255
  },
187202
187256
  "group": [
@@ -187213,8 +187267,8 @@
187213
187267
  {
187214
187268
  "description": "The filter of the disabled TabStrip items.\n",
187215
187269
  "commentRange": {
187216
- "start": 168,
187217
- "end": 169
187270
+ "start": 171,
187271
+ "end": 172
187218
187272
  },
187219
187273
  "context": {
187220
187274
  "type": "variable",
@@ -187222,8 +187276,8 @@
187222
187276
  "value": "null",
187223
187277
  "scope": "default",
187224
187278
  "line": {
187225
- "start": 170,
187226
- "end": 170
187279
+ "start": 173,
187280
+ "end": 173
187227
187281
  }
187228
187282
  },
187229
187283
  "group": [
@@ -187240,8 +187294,8 @@
187240
187294
  {
187241
187295
  "description": "The border width of the TabStrip indicator.\n",
187242
187296
  "commentRange": {
187243
- "start": 172,
187244
- "end": 173
187297
+ "start": 175,
187298
+ "end": 176
187245
187299
  },
187246
187300
  "context": {
187247
187301
  "type": "variable",
@@ -187249,8 +187303,8 @@
187249
187303
  "value": "3px",
187250
187304
  "scope": "default",
187251
187305
  "line": {
187252
- "start": 174,
187253
- "end": 174
187306
+ "start": 177,
187307
+ "end": 177
187254
187308
  }
187255
187309
  },
187256
187310
  "group": [
@@ -187267,8 +187321,8 @@
187267
187321
  {
187268
187322
  "description": "The border color of the TabStrip ripple.\n",
187269
187323
  "commentRange": {
187270
- "start": 175,
187271
- "end": 176
187324
+ "start": 178,
187325
+ "end": 179
187272
187326
  },
187273
187327
  "context": {
187274
187328
  "type": "variable",
@@ -187276,8 +187330,8 @@
187276
187330
  "value": "$kendo-tabstrip-item-selected-text",
187277
187331
  "scope": "default",
187278
187332
  "line": {
187279
- "start": 177,
187280
- "end": 177
187333
+ "start": 180,
187334
+ "end": 180
187281
187335
  }
187282
187336
  },
187283
187337
  "group": [
@@ -187294,8 +187348,8 @@
187294
187348
  {
187295
187349
  "description": "The horizontal padding of the TabStrip content.\n",
187296
187350
  "commentRange": {
187297
- "start": 179,
187298
- "end": 180
187351
+ "start": 182,
187352
+ "end": 183
187299
187353
  },
187300
187354
  "context": {
187301
187355
  "type": "variable",
@@ -187303,8 +187357,8 @@
187303
187357
  "value": "k-spacing(4)",
187304
187358
  "scope": "default",
187305
187359
  "line": {
187306
- "start": 181,
187307
- "end": 181
187360
+ "start": 184,
187361
+ "end": 184
187308
187362
  }
187309
187363
  },
187310
187364
  "group": [
@@ -187321,8 +187375,8 @@
187321
187375
  {
187322
187376
  "description": "The vertical padding of the TabStrip content.\n",
187323
187377
  "commentRange": {
187324
- "start": 182,
187325
- "end": 183
187378
+ "start": 185,
187379
+ "end": 186
187326
187380
  },
187327
187381
  "context": {
187328
187382
  "type": "variable",
@@ -187330,8 +187384,8 @@
187330
187384
  "value": "k-spacing(4)",
187331
187385
  "scope": "default",
187332
187386
  "line": {
187333
- "start": 184,
187334
- "end": 184
187387
+ "start": 187,
187388
+ "end": 187
187335
187389
  }
187336
187390
  },
187337
187391
  "group": [
@@ -187348,8 +187402,8 @@
187348
187402
  {
187349
187403
  "description": "The border width around the TabStrip content.\n",
187350
187404
  "commentRange": {
187351
- "start": 185,
187352
- "end": 186
187405
+ "start": 188,
187406
+ "end": 189
187353
187407
  },
187354
187408
  "context": {
187355
187409
  "type": "variable",
@@ -187357,8 +187411,8 @@
187357
187411
  "value": "0px",
187358
187412
  "scope": "default",
187359
187413
  "line": {
187360
- "start": 187,
187361
- "end": 187
187414
+ "start": 190,
187415
+ "end": 190
187362
187416
  }
187363
187417
  },
187364
187418
  "group": [
@@ -187375,8 +187429,8 @@
187375
187429
  {
187376
187430
  "description": "The background color of the TabStrip content.\n",
187377
187431
  "commentRange": {
187378
- "start": 189,
187379
- "end": 190
187432
+ "start": 192,
187433
+ "end": 193
187380
187434
  },
187381
187435
  "context": {
187382
187436
  "type": "variable",
@@ -187384,8 +187438,8 @@
187384
187438
  "value": "transparent",
187385
187439
  "scope": "default",
187386
187440
  "line": {
187387
- "start": 191,
187388
- "end": 191
187441
+ "start": 194,
187442
+ "end": 194
187389
187443
  }
187390
187444
  },
187391
187445
  "group": [
@@ -187402,8 +187456,8 @@
187402
187456
  {
187403
187457
  "description": "The text color of the TabStrip content.\n",
187404
187458
  "commentRange": {
187405
- "start": 192,
187406
- "end": 193
187459
+ "start": 195,
187460
+ "end": 196
187407
187461
  },
187408
187462
  "context": {
187409
187463
  "type": "variable",
@@ -187411,8 +187465,8 @@
187411
187465
  "value": "unset",
187412
187466
  "scope": "default",
187413
187467
  "line": {
187414
- "start": 194,
187415
- "end": 194
187468
+ "start": 197,
187469
+ "end": 197
187416
187470
  }
187417
187471
  },
187418
187472
  "group": [
@@ -187429,8 +187483,8 @@
187429
187483
  {
187430
187484
  "description": "The border color of the TabStrip content.\n",
187431
187485
  "commentRange": {
187432
- "start": 195,
187433
- "end": 196
187486
+ "start": 198,
187487
+ "end": 199
187434
187488
  },
187435
187489
  "context": {
187436
187490
  "type": "variable",
@@ -187438,8 +187492,8 @@
187438
187492
  "value": "unset",
187439
187493
  "scope": "default",
187440
187494
  "line": {
187441
- "start": 197,
187442
- "end": 197
187495
+ "start": 200,
187496
+ "end": 200
187443
187497
  }
187444
187498
  },
187445
187499
  "group": [
@@ -187456,8 +187510,8 @@
187456
187510
  {
187457
187511
  "description": "The border color of the focused TabStrip content.\n",
187458
187512
  "commentRange": {
187459
- "start": 198,
187460
- "end": 199
187513
+ "start": 201,
187514
+ "end": 202
187461
187515
  },
187462
187516
  "context": {
187463
187517
  "type": "variable",
@@ -187465,8 +187519,8 @@
187465
187519
  "value": "k-color(border)",
187466
187520
  "scope": "default",
187467
187521
  "line": {
187468
- "start": 200,
187469
- "end": 200
187522
+ "start": 203,
187523
+ "end": 203
187470
187524
  }
187471
187525
  },
187472
187526
  "group": [
@@ -187483,8 +187537,8 @@
187483
187537
  {
187484
187538
  "description": "The left and right scroll overlay of the TabStrip.\n",
187485
187539
  "commentRange": {
187486
- "start": 202,
187487
- "end": 203
187540
+ "start": 205,
187541
+ "end": 206
187488
187542
  },
187489
187543
  "context": {
187490
187544
  "type": "variable",
@@ -187492,8 +187546,8 @@
187492
187546
  "value": "k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent)",
187493
187547
  "scope": "default",
187494
187548
  "line": {
187495
- "start": 204,
187496
- "end": 204
187549
+ "start": 207,
187550
+ "end": 207
187497
187551
  }
187498
187552
  },
187499
187553
  "group": [
@@ -187510,8 +187564,8 @@
187510
187564
  {
187511
187565
  "description": "The spacing around the TabStrip scroll buttons (prev/next).\n",
187512
187566
  "commentRange": {
187513
- "start": 206,
187514
- "end": 207
187567
+ "start": 209,
187568
+ "end": 210
187515
187569
  },
187516
187570
  "context": {
187517
187571
  "type": "variable",
@@ -187519,8 +187573,8 @@
187519
187573
  "value": "null",
187520
187574
  "scope": "default",
187521
187575
  "line": {
187522
- "start": 208,
187523
- "end": 208
187576
+ "start": 211,
187577
+ "end": 211
187524
187578
  }
187525
187579
  },
187526
187580
  "group": [
@@ -187537,8 +187591,8 @@
187537
187591
  {
187538
187592
  "description": "The sizes map of the TabStrip.\n",
187539
187593
  "commentRange": {
187540
- "start": 84,
187541
- "end": 85
187594
+ "start": 85,
187595
+ "end": 86
187542
187596
  },
187543
187597
  "context": {
187544
187598
  "type": "variable",
@@ -187546,8 +187600,8 @@
187546
187600
  "value": "(\n sm: (\n font-size: $kendo-tabstrip-sm-font-size,\n line-height: $kendo-tabstrip-sm-line-height,\n item-padding-x: $kendo-tabstrip-sm-item-padding-x,\n item-padding-y: $kendo-tabstrip-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-tabstrip-md-font-size,\n line-height: $kendo-tabstrip-md-line-height,\n item-padding-x: $kendo-tabstrip-md-item-padding-x,\n item-padding-y: $kendo-tabstrip-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-tabstrip-lg-font-size,\n line-height: $kendo-tabstrip-lg-line-height,\n item-padding-x: $kendo-tabstrip-lg-item-padding-x,\n item-padding-y: $kendo-tabstrip-lg-item-padding-y\n )\n)",
187547
187601
  "scope": "default",
187548
187602
  "line": {
187549
- "start": 86,
187550
- "end": 105
187603
+ "start": 87,
187604
+ "end": 106
187551
187605
  }
187552
187606
  },
187553
187607
  "group": [
@@ -187558,25 +187612,25 @@
187558
187612
  "path": "core/scss/components/tabstrip/_variables.scss",
187559
187613
  "name": "_variables.scss"
187560
187614
  },
187561
- "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-4), item-padding-y: var(--kendo-spacing-2\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-4), item-padding-y: var(--kendo-spacing-3\\.5)), lg: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-4), item-padding-y: var(--kendo-spacing-4\\.5)))",
187615
+ "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-2\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-3\\.5)), lg: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-4\\.5)))",
187562
187616
  "resolvedType": "Map",
187563
187617
  "prettyValue": {
187564
187618
  "sm": {
187565
187619
  "font-size": "var(--kendo-font-size)",
187566
187620
  "line-height": "var(--kendo-line-height)",
187567
- "item-padding-x": "var(--kendo-spacing-4)",
187621
+ "item-padding-x": "var(--kendo-spacing-3)",
187568
187622
  "item-padding-y": "var(--kendo-spacing-2\\.5)"
187569
187623
  },
187570
187624
  "md": {
187571
187625
  "font-size": "var(--kendo-font-size)",
187572
187626
  "line-height": "var(--kendo-line-height)",
187573
- "item-padding-x": "var(--kendo-spacing-4)",
187627
+ "item-padding-x": "var(--kendo-spacing-3)",
187574
187628
  "item-padding-y": "var(--kendo-spacing-3\\.5)"
187575
187629
  },
187576
187630
  "lg": {
187577
187631
  "font-size": "var(--kendo-font-size)",
187578
187632
  "line-height": "var(--kendo-line-height)",
187579
- "item-padding-x": "var(--kendo-spacing-4)",
187633
+ "item-padding-x": "var(--kendo-spacing-3)",
187580
187634
  "item-padding-y": "var(--kendo-spacing-4\\.5)"
187581
187635
  }
187582
187636
  }