@progress/kendo-theme-classic 14.1.0-dev.1 → 14.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.
Files changed (35) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +368 -314
  17. package/dist/meta/sassdoc-raw-data.json +172 -147
  18. package/dist/meta/variables.json +11 -7
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/tabstrip/_layout.scss +44 -0
  35. package/scss/tabstrip/_variables.scss +7 -3
@@ -83745,15 +83745,15 @@
83745
83745
  "resolvedType": "String"
83746
83746
  },
83747
83747
  {
83748
- "description": "The horizontal padding of the small TabStrip items.\n",
83748
+ "description": "The horizontal spacing of the TabStrip items.\n",
83749
83749
  "commentRange": {
83750
83750
  "start": 82,
83751
83751
  "end": 83
83752
83752
  },
83753
83753
  "context": {
83754
83754
  "type": "variable",
83755
- "name": "kendo-tabstrip-sm-item-padding-x",
83756
- "value": "k-spacing(2)",
83755
+ "name": "kendo-tabstrip-item-spacing-x",
83756
+ "value": "k-spacing(1)",
83757
83757
  "scope": "default",
83758
83758
  "line": {
83759
83759
  "start": 84,
@@ -83768,19 +83768,19 @@
83768
83768
  "path": "classic/scss/tabstrip/_variables.scss",
83769
83769
  "name": "_variables.scss"
83770
83770
  },
83771
- "resolvedValue": "var(--kendo-spacing-2)",
83771
+ "resolvedValue": "var(--kendo-spacing-1)",
83772
83772
  "resolvedType": "String"
83773
83773
  },
83774
83774
  {
83775
- "description": "The vertical padding of the small TabStrip items.\n",
83775
+ "description": "The horizontal padding of the small TabStrip items.\n",
83776
83776
  "commentRange": {
83777
83777
  "start": 85,
83778
83778
  "end": 86
83779
83779
  },
83780
83780
  "context": {
83781
83781
  "type": "variable",
83782
- "name": "kendo-tabstrip-sm-item-padding-y",
83783
- "value": "k-spacing(0.5)",
83782
+ "name": "kendo-tabstrip-sm-item-padding-x",
83783
+ "value": "k-spacing(1)",
83784
83784
  "scope": "default",
83785
83785
  "line": {
83786
83786
  "start": 87,
@@ -83795,19 +83795,19 @@
83795
83795
  "path": "classic/scss/tabstrip/_variables.scss",
83796
83796
  "name": "_variables.scss"
83797
83797
  },
83798
- "resolvedValue": "var(--kendo-spacing-0\\.5)",
83798
+ "resolvedValue": "var(--kendo-spacing-1)",
83799
83799
  "resolvedType": "String"
83800
83800
  },
83801
83801
  {
83802
- "description": "The horizontal padding of the medium TabStrip items.\n",
83802
+ "description": "The vertical padding of the small TabStrip items.\n",
83803
83803
  "commentRange": {
83804
83804
  "start": 88,
83805
83805
  "end": 89
83806
83806
  },
83807
83807
  "context": {
83808
83808
  "type": "variable",
83809
- "name": "kendo-tabstrip-md-item-padding-x",
83810
- "value": "k-spacing(2)",
83809
+ "name": "kendo-tabstrip-sm-item-padding-y",
83810
+ "value": "k-spacing(0.5)",
83811
83811
  "scope": "default",
83812
83812
  "line": {
83813
83813
  "start": 90,
@@ -83822,18 +83822,18 @@
83822
83822
  "path": "classic/scss/tabstrip/_variables.scss",
83823
83823
  "name": "_variables.scss"
83824
83824
  },
83825
- "resolvedValue": "var(--kendo-spacing-2)",
83825
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
83826
83826
  "resolvedType": "String"
83827
83827
  },
83828
83828
  {
83829
- "description": "The vertical padding of the medium TabStrip items.\n",
83829
+ "description": "The horizontal padding of the medium TabStrip items.\n",
83830
83830
  "commentRange": {
83831
83831
  "start": 91,
83832
83832
  "end": 92
83833
83833
  },
83834
83834
  "context": {
83835
83835
  "type": "variable",
83836
- "name": "kendo-tabstrip-md-item-padding-y",
83836
+ "name": "kendo-tabstrip-md-item-padding-x",
83837
83837
  "value": "k-spacing(1)",
83838
83838
  "scope": "default",
83839
83839
  "line": {
@@ -83853,15 +83853,15 @@
83853
83853
  "resolvedType": "String"
83854
83854
  },
83855
83855
  {
83856
- "description": "The horizontal padding of the large TabStrip items.\n",
83856
+ "description": "The vertical padding of the medium TabStrip items.\n",
83857
83857
  "commentRange": {
83858
83858
  "start": 94,
83859
83859
  "end": 95
83860
83860
  },
83861
83861
  "context": {
83862
83862
  "type": "variable",
83863
- "name": "kendo-tabstrip-lg-item-padding-x",
83864
- "value": "k-spacing(2)",
83863
+ "name": "kendo-tabstrip-md-item-padding-y",
83864
+ "value": "k-spacing(1)",
83865
83865
  "scope": "default",
83866
83866
  "line": {
83867
83867
  "start": 96,
@@ -83876,19 +83876,19 @@
83876
83876
  "path": "classic/scss/tabstrip/_variables.scss",
83877
83877
  "name": "_variables.scss"
83878
83878
  },
83879
- "resolvedValue": "var(--kendo-spacing-2)",
83879
+ "resolvedValue": "var(--kendo-spacing-1)",
83880
83880
  "resolvedType": "String"
83881
83881
  },
83882
83882
  {
83883
- "description": "The vertical padding of the large TabStrip items.\n",
83883
+ "description": "The horizontal padding of the large TabStrip items.\n",
83884
83884
  "commentRange": {
83885
83885
  "start": 97,
83886
83886
  "end": 98
83887
83887
  },
83888
83888
  "context": {
83889
83889
  "type": "variable",
83890
- "name": "kendo-tabstrip-lg-item-padding-y",
83891
- "value": "k-spacing(1.5)",
83890
+ "name": "kendo-tabstrip-lg-item-padding-x",
83891
+ "value": "k-spacing(2.5)",
83892
83892
  "scope": "default",
83893
83893
  "line": {
83894
83894
  "start": 99,
@@ -83903,14 +83903,41 @@
83903
83903
  "path": "classic/scss/tabstrip/_variables.scss",
83904
83904
  "name": "_variables.scss"
83905
83905
  },
83906
+ "resolvedValue": "var(--kendo-spacing-2\\.5)",
83907
+ "resolvedType": "String"
83908
+ },
83909
+ {
83910
+ "description": "The vertical padding of the large TabStrip items.\n",
83911
+ "commentRange": {
83912
+ "start": 100,
83913
+ "end": 101
83914
+ },
83915
+ "context": {
83916
+ "type": "variable",
83917
+ "name": "kendo-tabstrip-lg-item-padding-y",
83918
+ "value": "k-spacing(1.5)",
83919
+ "scope": "default",
83920
+ "line": {
83921
+ "start": 102,
83922
+ "end": 102
83923
+ }
83924
+ },
83925
+ "group": [
83926
+ "tabstrip"
83927
+ ],
83928
+ "access": "public",
83929
+ "file": {
83930
+ "path": "classic/scss/tabstrip/_variables.scss",
83931
+ "name": "_variables.scss"
83932
+ },
83906
83933
  "resolvedValue": "var(--kendo-spacing-1\\.5)",
83907
83934
  "resolvedType": "String"
83908
83935
  },
83909
83936
  {
83910
83937
  "description": " The background color of the TabStrip items.\n",
83911
83938
  "commentRange": {
83912
- "start": 101,
83913
- "end": 102
83939
+ "start": 104,
83940
+ "end": 105
83914
83941
  },
83915
83942
  "context": {
83916
83943
  "type": "variable",
@@ -83918,8 +83945,8 @@
83918
83945
  "value": "k-color(surface)",
83919
83946
  "scope": "default",
83920
83947
  "line": {
83921
- "start": 103,
83922
- "end": 103
83948
+ "start": 106,
83949
+ "end": 106
83923
83950
  }
83924
83951
  },
83925
83952
  "group": [
@@ -83936,8 +83963,8 @@
83936
83963
  {
83937
83964
  "description": "The text color of the TabStrip items.\n",
83938
83965
  "commentRange": {
83939
- "start": 104,
83940
- "end": 105
83966
+ "start": 107,
83967
+ "end": 108
83941
83968
  },
83942
83969
  "context": {
83943
83970
  "type": "variable",
@@ -83945,8 +83972,8 @@
83945
83972
  "value": "k-color(on-app-surface)",
83946
83973
  "scope": "default",
83947
83974
  "line": {
83948
- "start": 106,
83949
- "end": 106
83975
+ "start": 109,
83976
+ "end": 109
83950
83977
  }
83951
83978
  },
83952
83979
  "group": [
@@ -83963,8 +83990,8 @@
83963
83990
  {
83964
83991
  "description": "The border color of the TabStrip items.\n",
83965
83992
  "commentRange": {
83966
- "start": 107,
83967
- "end": 108
83993
+ "start": 110,
83994
+ "end": 111
83968
83995
  },
83969
83996
  "context": {
83970
83997
  "type": "variable",
@@ -83972,8 +83999,8 @@
83972
83999
  "value": "k-color(border)",
83973
84000
  "scope": "default",
83974
84001
  "line": {
83975
- "start": 109,
83976
- "end": 109
84002
+ "start": 112,
84003
+ "end": 112
83977
84004
  }
83978
84005
  },
83979
84006
  "group": [
@@ -83990,8 +84017,8 @@
83990
84017
  {
83991
84018
  "description": "The gradient of the TabStrip items.\n",
83992
84019
  "commentRange": {
83993
- "start": 110,
83994
- "end": 111
84020
+ "start": 113,
84021
+ "end": 114
83995
84022
  },
83996
84023
  "context": {
83997
84024
  "type": "variable",
@@ -83999,8 +84026,8 @@
83999
84026
  "value": "null",
84000
84027
  "scope": "default",
84001
84028
  "line": {
84002
- "start": 112,
84003
- "end": 112
84029
+ "start": 115,
84030
+ "end": 115
84004
84031
  }
84005
84032
  },
84006
84033
  "group": [
@@ -84017,8 +84044,8 @@
84017
84044
  {
84018
84045
  "description": "The background color of the hovered TabStrip items.\n",
84019
84046
  "commentRange": {
84020
- "start": 114,
84021
- "end": 115
84047
+ "start": 117,
84048
+ "end": 118
84022
84049
  },
84023
84050
  "context": {
84024
84051
  "type": "variable",
@@ -84026,8 +84053,8 @@
84026
84053
  "value": "k-color(base-hover)",
84027
84054
  "scope": "default",
84028
84055
  "line": {
84029
- "start": 116,
84030
- "end": 116
84056
+ "start": 119,
84057
+ "end": 119
84031
84058
  }
84032
84059
  },
84033
84060
  "group": [
@@ -84044,8 +84071,8 @@
84044
84071
  {
84045
84072
  "description": "The text color of the hovered TabStrip items.\n",
84046
84073
  "commentRange": {
84047
- "start": 117,
84048
- "end": 118
84074
+ "start": 120,
84075
+ "end": 121
84049
84076
  },
84050
84077
  "context": {
84051
84078
  "type": "variable",
@@ -84053,8 +84080,8 @@
84053
84080
  "value": "k-color(on-app-surface)",
84054
84081
  "scope": "default",
84055
84082
  "line": {
84056
- "start": 119,
84057
- "end": 119
84083
+ "start": 122,
84084
+ "end": 122
84058
84085
  }
84059
84086
  },
84060
84087
  "group": [
@@ -84071,8 +84098,8 @@
84071
84098
  {
84072
84099
  "description": "The border color of the hovered TabStrip items.\n",
84073
84100
  "commentRange": {
84074
- "start": 120,
84075
- "end": 121
84101
+ "start": 123,
84102
+ "end": 124
84076
84103
  },
84077
84104
  "context": {
84078
84105
  "type": "variable",
@@ -84080,8 +84107,8 @@
84080
84107
  "value": "k-color(border)",
84081
84108
  "scope": "default",
84082
84109
  "line": {
84083
- "start": 122,
84084
- "end": 122
84110
+ "start": 125,
84111
+ "end": 125
84085
84112
  }
84086
84113
  },
84087
84114
  "group": [
@@ -84098,8 +84125,8 @@
84098
84125
  {
84099
84126
  "description": "The gradient of the hovered TabStrip items.\n",
84100
84127
  "commentRange": {
84101
- "start": 123,
84102
- "end": 124
84128
+ "start": 126,
84129
+ "end": 127
84103
84130
  },
84104
84131
  "context": {
84105
84132
  "type": "variable",
@@ -84107,8 +84134,8 @@
84107
84134
  "value": "null",
84108
84135
  "scope": "default",
84109
84136
  "line": {
84110
- "start": 125,
84111
- "end": 125
84137
+ "start": 128,
84138
+ "end": 128
84112
84139
  }
84113
84140
  },
84114
84141
  "group": [
@@ -84125,8 +84152,8 @@
84125
84152
  {
84126
84153
  "description": "The background color of the selected TabStrip items.\n",
84127
84154
  "commentRange": {
84128
- "start": 127,
84129
- "end": 128
84155
+ "start": 130,
84156
+ "end": 131
84130
84157
  },
84131
84158
  "context": {
84132
84159
  "type": "variable",
@@ -84134,8 +84161,8 @@
84134
84161
  "value": "k-color(surface-alt)",
84135
84162
  "scope": "default",
84136
84163
  "line": {
84137
- "start": 129,
84138
- "end": 129
84164
+ "start": 132,
84165
+ "end": 132
84139
84166
  }
84140
84167
  },
84141
84168
  "group": [
@@ -84152,8 +84179,8 @@
84152
84179
  {
84153
84180
  "description": "The text color of the selected TabStrip items.\n",
84154
84181
  "commentRange": {
84155
- "start": 130,
84156
- "end": 131
84182
+ "start": 133,
84183
+ "end": 134
84157
84184
  },
84158
84185
  "context": {
84159
84186
  "type": "variable",
@@ -84161,8 +84188,8 @@
84161
84188
  "value": "k-color(primary-on-surface)",
84162
84189
  "scope": "default",
84163
84190
  "line": {
84164
- "start": 132,
84165
- "end": 132
84191
+ "start": 135,
84192
+ "end": 135
84166
84193
  }
84167
84194
  },
84168
84195
  "group": [
@@ -84179,8 +84206,8 @@
84179
84206
  {
84180
84207
  "description": "The border color of the selected TabStrip items.\n",
84181
84208
  "commentRange": {
84182
- "start": 133,
84183
- "end": 134
84209
+ "start": 136,
84210
+ "end": 137
84184
84211
  },
84185
84212
  "context": {
84186
84213
  "type": "variable",
@@ -84188,8 +84215,8 @@
84188
84215
  "value": "k-color(border)",
84189
84216
  "scope": "default",
84190
84217
  "line": {
84191
- "start": 135,
84192
- "end": 135
84218
+ "start": 138,
84219
+ "end": 138
84193
84220
  }
84194
84221
  },
84195
84222
  "group": [
@@ -84206,8 +84233,8 @@
84206
84233
  {
84207
84234
  "description": "The gradient of the selected TabStrip items.\n",
84208
84235
  "commentRange": {
84209
- "start": 136,
84210
- "end": 137
84236
+ "start": 139,
84237
+ "end": 140
84211
84238
  },
84212
84239
  "context": {
84213
84240
  "type": "variable",
@@ -84215,8 +84242,8 @@
84215
84242
  "value": "false",
84216
84243
  "scope": "default",
84217
84244
  "line": {
84218
- "start": 138,
84219
- "end": 138
84245
+ "start": 141,
84246
+ "end": 141
84220
84247
  }
84221
84248
  },
84222
84249
  "group": [
@@ -84233,8 +84260,8 @@
84233
84260
  {
84234
84261
  "description": "The font weight of the selected TabStrip items.\n",
84235
84262
  "commentRange": {
84236
- "start": 139,
84237
- "end": 140
84263
+ "start": 142,
84264
+ "end": 143
84238
84265
  },
84239
84266
  "context": {
84240
84267
  "type": "variable",
@@ -84242,8 +84269,8 @@
84242
84269
  "value": "null",
84243
84270
  "scope": "default",
84244
84271
  "line": {
84245
- "start": 141,
84246
- "end": 141
84272
+ "start": 144,
84273
+ "end": 144
84247
84274
  }
84248
84275
  },
84249
84276
  "group": [
@@ -84260,8 +84287,8 @@
84260
84287
  {
84261
84288
  "description": "The shadow of the focused TabStrip items.\n",
84262
84289
  "commentRange": {
84263
- "start": 143,
84264
- "end": 144
84290
+ "start": 146,
84291
+ "end": 147
84265
84292
  },
84266
84293
  "context": {
84267
84294
  "type": "variable",
@@ -84269,8 +84296,8 @@
84269
84296
  "value": "$kendo-list-item-focus-shadow",
84270
84297
  "scope": "default",
84271
84298
  "line": {
84272
- "start": 145,
84273
- "end": 145
84299
+ "start": 148,
84300
+ "end": 148
84274
84301
  }
84275
84302
  },
84276
84303
  "group": [
@@ -84287,8 +84314,8 @@
84287
84314
  {
84288
84315
  "description": "The shadow of the dragged TabStrip items.\n",
84289
84316
  "commentRange": {
84290
- "start": 147,
84291
- "end": 148
84317
+ "start": 150,
84318
+ "end": 151
84292
84319
  },
84293
84320
  "context": {
84294
84321
  "type": "variable",
@@ -84296,8 +84323,8 @@
84296
84323
  "value": "k-elevation(3)",
84297
84324
  "scope": "default",
84298
84325
  "line": {
84299
- "start": 149,
84300
- "end": 149
84326
+ "start": 152,
84327
+ "end": 152
84301
84328
  }
84302
84329
  },
84303
84330
  "group": [
@@ -84314,8 +84341,8 @@
84314
84341
  {
84315
84342
  "description": "The background color of the disabled TabStrip items.\n",
84316
84343
  "commentRange": {
84317
- "start": 151,
84318
- "end": 152
84344
+ "start": 154,
84345
+ "end": 155
84319
84346
  },
84320
84347
  "context": {
84321
84348
  "type": "variable",
@@ -84323,8 +84350,8 @@
84323
84350
  "value": "null",
84324
84351
  "scope": "default",
84325
84352
  "line": {
84326
- "start": 153,
84327
- "end": 153
84353
+ "start": 156,
84354
+ "end": 156
84328
84355
  }
84329
84356
  },
84330
84357
  "group": [
@@ -84341,8 +84368,8 @@
84341
84368
  {
84342
84369
  "description": "The text color of the disabled TabStrip items.\n",
84343
84370
  "commentRange": {
84344
- "start": 154,
84345
- "end": 155
84371
+ "start": 157,
84372
+ "end": 158
84346
84373
  },
84347
84374
  "context": {
84348
84375
  "type": "variable",
@@ -84350,8 +84377,8 @@
84350
84377
  "value": "null",
84351
84378
  "scope": "default",
84352
84379
  "line": {
84353
- "start": 156,
84354
- "end": 156
84380
+ "start": 159,
84381
+ "end": 159
84355
84382
  }
84356
84383
  },
84357
84384
  "group": [
@@ -84368,8 +84395,8 @@
84368
84395
  {
84369
84396
  "description": "The border color of the disabled TabStrip items.\n",
84370
84397
  "commentRange": {
84371
- "start": 157,
84372
- "end": 158
84398
+ "start": 160,
84399
+ "end": 161
84373
84400
  },
84374
84401
  "context": {
84375
84402
  "type": "variable",
@@ -84377,8 +84404,8 @@
84377
84404
  "value": "null",
84378
84405
  "scope": "default",
84379
84406
  "line": {
84380
- "start": 159,
84381
- "end": 159
84407
+ "start": 162,
84408
+ "end": 162
84382
84409
  }
84383
84410
  },
84384
84411
  "group": [
@@ -84395,8 +84422,8 @@
84395
84422
  {
84396
84423
  "description": "The gradient of the disabled TabStrip items.\n",
84397
84424
  "commentRange": {
84398
- "start": 160,
84399
- "end": 161
84425
+ "start": 163,
84426
+ "end": 164
84400
84427
  },
84401
84428
  "context": {
84402
84429
  "type": "variable",
@@ -84404,8 +84431,8 @@
84404
84431
  "value": "null",
84405
84432
  "scope": "default",
84406
84433
  "line": {
84407
- "start": 162,
84408
- "end": 162
84434
+ "start": 165,
84435
+ "end": 165
84409
84436
  }
84410
84437
  },
84411
84438
  "group": [
@@ -84422,8 +84449,8 @@
84422
84449
  {
84423
84450
  "description": "The opacity of the disabled TabStrip items.\n",
84424
84451
  "commentRange": {
84425
- "start": 163,
84426
- "end": 164
84452
+ "start": 166,
84453
+ "end": 167
84427
84454
  },
84428
84455
  "context": {
84429
84456
  "type": "variable",
@@ -84431,8 +84458,8 @@
84431
84458
  "value": "null",
84432
84459
  "scope": "default",
84433
84460
  "line": {
84434
- "start": 165,
84435
- "end": 165
84461
+ "start": 168,
84462
+ "end": 168
84436
84463
  }
84437
84464
  },
84438
84465
  "group": [
@@ -84449,8 +84476,8 @@
84449
84476
  {
84450
84477
  "description": "The filter of the disabled TabStrip items.\n",
84451
84478
  "commentRange": {
84452
- "start": 166,
84453
- "end": 167
84479
+ "start": 169,
84480
+ "end": 170
84454
84481
  },
84455
84482
  "context": {
84456
84483
  "type": "variable",
@@ -84458,8 +84485,8 @@
84458
84485
  "value": "null",
84459
84486
  "scope": "default",
84460
84487
  "line": {
84461
- "start": 168,
84462
- "end": 168
84488
+ "start": 171,
84489
+ "end": 171
84463
84490
  }
84464
84491
  },
84465
84492
  "group": [
@@ -84476,8 +84503,8 @@
84476
84503
  {
84477
84504
  "description": "The border width of the TabStrip indicator.\n",
84478
84505
  "commentRange": {
84479
- "start": 170,
84480
- "end": 171
84506
+ "start": 173,
84507
+ "end": 174
84481
84508
  },
84482
84509
  "context": {
84483
84510
  "type": "variable",
@@ -84485,8 +84512,8 @@
84485
84512
  "value": "null",
84486
84513
  "scope": "default",
84487
84514
  "line": {
84488
- "start": 172,
84489
- "end": 172
84515
+ "start": 175,
84516
+ "end": 175
84490
84517
  }
84491
84518
  },
84492
84519
  "group": [
@@ -84503,8 +84530,8 @@
84503
84530
  {
84504
84531
  "description": "The border color of the TabStrip ripple.\n",
84505
84532
  "commentRange": {
84506
- "start": 173,
84507
- "end": 174
84533
+ "start": 176,
84534
+ "end": 177
84508
84535
  },
84509
84536
  "context": {
84510
84537
  "type": "variable",
@@ -84512,8 +84539,8 @@
84512
84539
  "value": "null",
84513
84540
  "scope": "default",
84514
84541
  "line": {
84515
- "start": 175,
84516
- "end": 175
84542
+ "start": 178,
84543
+ "end": 178
84517
84544
  }
84518
84545
  },
84519
84546
  "group": [
@@ -84530,8 +84557,8 @@
84530
84557
  {
84531
84558
  "description": "The horizontal padding of the TabStrip content.\n",
84532
84559
  "commentRange": {
84533
- "start": 177,
84534
- "end": 178
84560
+ "start": 180,
84561
+ "end": 181
84535
84562
  },
84536
84563
  "context": {
84537
84564
  "type": "variable",
@@ -84539,8 +84566,8 @@
84539
84566
  "value": "k-spacing(4)",
84540
84567
  "scope": "default",
84541
84568
  "line": {
84542
- "start": 179,
84543
- "end": 179
84569
+ "start": 182,
84570
+ "end": 182
84544
84571
  }
84545
84572
  },
84546
84573
  "group": [
@@ -84557,8 +84584,8 @@
84557
84584
  {
84558
84585
  "description": "The vertical padding of the TabStrip content.\n",
84559
84586
  "commentRange": {
84560
- "start": 180,
84561
- "end": 181
84587
+ "start": 183,
84588
+ "end": 184
84562
84589
  },
84563
84590
  "context": {
84564
84591
  "type": "variable",
@@ -84566,8 +84593,8 @@
84566
84593
  "value": "k-spacing(4)",
84567
84594
  "scope": "default",
84568
84595
  "line": {
84569
- "start": 182,
84570
- "end": 182
84596
+ "start": 185,
84597
+ "end": 185
84571
84598
  }
84572
84599
  },
84573
84600
  "group": [
@@ -84584,8 +84611,8 @@
84584
84611
  {
84585
84612
  "description": "The border width around the TabStrip content.\n",
84586
84613
  "commentRange": {
84587
- "start": 183,
84588
- "end": 184
84614
+ "start": 186,
84615
+ "end": 187
84589
84616
  },
84590
84617
  "context": {
84591
84618
  "type": "variable",
@@ -84593,8 +84620,8 @@
84593
84620
  "value": "1px",
84594
84621
  "scope": "default",
84595
84622
  "line": {
84596
- "start": 185,
84597
- "end": 185
84623
+ "start": 188,
84624
+ "end": 188
84598
84625
  }
84599
84626
  },
84600
84627
  "group": [
@@ -84611,8 +84638,8 @@
84611
84638
  {
84612
84639
  "description": "The background color of the TabStrip content.\n",
84613
84640
  "commentRange": {
84614
- "start": 187,
84615
- "end": 188
84641
+ "start": 190,
84642
+ "end": 191
84616
84643
  },
84617
84644
  "context": {
84618
84645
  "type": "variable",
@@ -84620,8 +84647,8 @@
84620
84647
  "value": "k-color(surface-alt)",
84621
84648
  "scope": "default",
84622
84649
  "line": {
84623
- "start": 189,
84624
- "end": 189
84650
+ "start": 192,
84651
+ "end": 192
84625
84652
  }
84626
84653
  },
84627
84654
  "group": [
@@ -84638,8 +84665,8 @@
84638
84665
  {
84639
84666
  "description": "The text color of the TabStrip content.\n",
84640
84667
  "commentRange": {
84641
- "start": 190,
84642
- "end": 191
84668
+ "start": 193,
84669
+ "end": 194
84643
84670
  },
84644
84671
  "context": {
84645
84672
  "type": "variable",
@@ -84647,8 +84674,8 @@
84647
84674
  "value": "k-color(on-app-surface)",
84648
84675
  "scope": "default",
84649
84676
  "line": {
84650
- "start": 192,
84651
- "end": 192
84677
+ "start": 195,
84678
+ "end": 195
84652
84679
  }
84653
84680
  },
84654
84681
  "group": [
@@ -84665,8 +84692,8 @@
84665
84692
  {
84666
84693
  "description": "The border color of the TabStrip content.\n",
84667
84694
  "commentRange": {
84668
- "start": 193,
84669
- "end": 194
84695
+ "start": 196,
84696
+ "end": 197
84670
84697
  },
84671
84698
  "context": {
84672
84699
  "type": "variable",
@@ -84674,8 +84701,8 @@
84674
84701
  "value": "k-color(border)",
84675
84702
  "scope": "default",
84676
84703
  "line": {
84677
- "start": 195,
84678
- "end": 195
84704
+ "start": 198,
84705
+ "end": 198
84679
84706
  }
84680
84707
  },
84681
84708
  "group": [
@@ -84692,8 +84719,8 @@
84692
84719
  {
84693
84720
  "description": "The border color of the focused TabStrip content.\n",
84694
84721
  "commentRange": {
84695
- "start": 196,
84696
- "end": 197
84722
+ "start": 199,
84723
+ "end": 200
84697
84724
  },
84698
84725
  "context": {
84699
84726
  "type": "variable",
@@ -84701,8 +84728,8 @@
84701
84728
  "value": "k-color(on-app-surface)",
84702
84729
  "scope": "default",
84703
84730
  "line": {
84704
- "start": 198,
84705
- "end": 198
84731
+ "start": 201,
84732
+ "end": 201
84706
84733
  }
84707
84734
  },
84708
84735
  "group": [
@@ -84719,8 +84746,8 @@
84719
84746
  {
84720
84747
  "description": "The left and right scroll overlay of the TabStrip.\n",
84721
84748
  "commentRange": {
84722
- "start": 200,
84723
- "end": 201
84749
+ "start": 203,
84750
+ "end": 204
84724
84751
  },
84725
84752
  "context": {
84726
84753
  "type": "variable",
@@ -84728,8 +84755,8 @@
84728
84755
  "value": "k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent)",
84729
84756
  "scope": "default",
84730
84757
  "line": {
84731
- "start": 202,
84732
- "end": 202
84758
+ "start": 205,
84759
+ "end": 205
84733
84760
  }
84734
84761
  },
84735
84762
  "group": [
@@ -84746,8 +84773,8 @@
84746
84773
  {
84747
84774
  "description": "The spacing around the TabStrip scroll buttons (prev/next).\n",
84748
84775
  "commentRange": {
84749
- "start": 204,
84750
- "end": 205
84776
+ "start": 207,
84777
+ "end": 208
84751
84778
  },
84752
84779
  "context": {
84753
84780
  "type": "variable",
@@ -84755,8 +84782,8 @@
84755
84782
  "value": "null",
84756
84783
  "scope": "default",
84757
84784
  "line": {
84758
- "start": 206,
84759
- "end": 206
84785
+ "start": 209,
84786
+ "end": 209
84760
84787
  }
84761
84788
  },
84762
84789
  "group": [
@@ -99780,8 +99807,8 @@
99780
99807
  {
99781
99808
  "description": "The sizes map of the TabStrip.\n",
99782
99809
  "commentRange": {
99783
- "start": 84,
99784
- "end": 85
99810
+ "start": 85,
99811
+ "end": 86
99785
99812
  },
99786
99813
  "context": {
99787
99814
  "type": "variable",
@@ -99789,8 +99816,8 @@
99789
99816
  "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)",
99790
99817
  "scope": "default",
99791
99818
  "line": {
99792
- "start": 86,
99793
- "end": 105
99819
+ "start": 87,
99820
+ "end": 106
99794
99821
  }
99795
99822
  },
99796
99823
  "group": [
@@ -99801,25 +99828,25 @@
99801
99828
  "path": "core/scss/components/tabstrip/_variables.scss",
99802
99829
  "name": "_variables.scss"
99803
99830
  },
99804
- "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-0\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-1)), lg: (font-size: var(--kendo-font-size-lg), line-height: var(--kendo-line-height-lg), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-1\\.5)))",
99831
+ "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-1), item-padding-y: var(--kendo-spacing-0\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-1), item-padding-y: var(--kendo-spacing-1)), lg: (font-size: var(--kendo-font-size-lg), line-height: var(--kendo-line-height-lg), item-padding-x: var(--kendo-spacing-2\\.5), item-padding-y: var(--kendo-spacing-1\\.5)))",
99805
99832
  "resolvedType": "Map",
99806
99833
  "prettyValue": {
99807
99834
  "sm": {
99808
99835
  "font-size": "var(--kendo-font-size)",
99809
99836
  "line-height": "var(--kendo-line-height)",
99810
- "item-padding-x": "var(--kendo-spacing-2)",
99837
+ "item-padding-x": "var(--kendo-spacing-1)",
99811
99838
  "item-padding-y": "var(--kendo-spacing-0\\.5)"
99812
99839
  },
99813
99840
  "md": {
99814
99841
  "font-size": "var(--kendo-font-size)",
99815
99842
  "line-height": "var(--kendo-line-height)",
99816
- "item-padding-x": "var(--kendo-spacing-2)",
99843
+ "item-padding-x": "var(--kendo-spacing-1)",
99817
99844
  "item-padding-y": "var(--kendo-spacing-1)"
99818
99845
  },
99819
99846
  "lg": {
99820
99847
  "font-size": "var(--kendo-font-size-lg)",
99821
99848
  "line-height": "var(--kendo-line-height-lg)",
99822
- "item-padding-x": "var(--kendo-spacing-2)",
99849
+ "item-padding-x": "var(--kendo-spacing-2\\.5)",
99823
99850
  "item-padding-y": "var(--kendo-spacing-1\\.5)"
99824
99851
  }
99825
99852
  }
@@ -186215,15 +186242,15 @@
186215
186242
  "resolvedType": "String"
186216
186243
  },
186217
186244
  {
186218
- "description": "The horizontal padding of the small TabStrip items.\n",
186245
+ "description": "The horizontal spacing of the TabStrip items.\n",
186219
186246
  "commentRange": {
186220
186247
  "start": 82,
186221
186248
  "end": 83
186222
186249
  },
186223
186250
  "context": {
186224
186251
  "type": "variable",
186225
- "name": "kendo-tabstrip-sm-item-padding-x",
186226
- "value": "k-spacing(2)",
186252
+ "name": "kendo-tabstrip-item-spacing-x",
186253
+ "value": "k-spacing(1)",
186227
186254
  "scope": "default",
186228
186255
  "line": {
186229
186256
  "start": 84,
@@ -186238,19 +186265,19 @@
186238
186265
  "path": "classic/scss/tabstrip/_variables.scss",
186239
186266
  "name": "_variables.scss"
186240
186267
  },
186241
- "resolvedValue": "var(--kendo-spacing-2)",
186268
+ "resolvedValue": "var(--kendo-spacing-1)",
186242
186269
  "resolvedType": "String"
186243
186270
  },
186244
186271
  {
186245
- "description": "The vertical padding of the small TabStrip items.\n",
186272
+ "description": "The horizontal padding of the small TabStrip items.\n",
186246
186273
  "commentRange": {
186247
186274
  "start": 85,
186248
186275
  "end": 86
186249
186276
  },
186250
186277
  "context": {
186251
186278
  "type": "variable",
186252
- "name": "kendo-tabstrip-sm-item-padding-y",
186253
- "value": "k-spacing(0.5)",
186279
+ "name": "kendo-tabstrip-sm-item-padding-x",
186280
+ "value": "k-spacing(1)",
186254
186281
  "scope": "default",
186255
186282
  "line": {
186256
186283
  "start": 87,
@@ -186265,19 +186292,19 @@
186265
186292
  "path": "classic/scss/tabstrip/_variables.scss",
186266
186293
  "name": "_variables.scss"
186267
186294
  },
186268
- "resolvedValue": "var(--kendo-spacing-0\\.5)",
186295
+ "resolvedValue": "var(--kendo-spacing-1)",
186269
186296
  "resolvedType": "String"
186270
186297
  },
186271
186298
  {
186272
- "description": "The horizontal padding of the medium TabStrip items.\n",
186299
+ "description": "The vertical padding of the small TabStrip items.\n",
186273
186300
  "commentRange": {
186274
186301
  "start": 88,
186275
186302
  "end": 89
186276
186303
  },
186277
186304
  "context": {
186278
186305
  "type": "variable",
186279
- "name": "kendo-tabstrip-md-item-padding-x",
186280
- "value": "k-spacing(2)",
186306
+ "name": "kendo-tabstrip-sm-item-padding-y",
186307
+ "value": "k-spacing(0.5)",
186281
186308
  "scope": "default",
186282
186309
  "line": {
186283
186310
  "start": 90,
@@ -186292,18 +186319,18 @@
186292
186319
  "path": "classic/scss/tabstrip/_variables.scss",
186293
186320
  "name": "_variables.scss"
186294
186321
  },
186295
- "resolvedValue": "var(--kendo-spacing-2)",
186322
+ "resolvedValue": "var(--kendo-spacing-0\\.5)",
186296
186323
  "resolvedType": "String"
186297
186324
  },
186298
186325
  {
186299
- "description": "The vertical padding of the medium TabStrip items.\n",
186326
+ "description": "The horizontal padding of the medium TabStrip items.\n",
186300
186327
  "commentRange": {
186301
186328
  "start": 91,
186302
186329
  "end": 92
186303
186330
  },
186304
186331
  "context": {
186305
186332
  "type": "variable",
186306
- "name": "kendo-tabstrip-md-item-padding-y",
186333
+ "name": "kendo-tabstrip-md-item-padding-x",
186307
186334
  "value": "k-spacing(1)",
186308
186335
  "scope": "default",
186309
186336
  "line": {
@@ -186323,15 +186350,15 @@
186323
186350
  "resolvedType": "String"
186324
186351
  },
186325
186352
  {
186326
- "description": "The horizontal padding of the large TabStrip items.\n",
186353
+ "description": "The vertical padding of the medium TabStrip items.\n",
186327
186354
  "commentRange": {
186328
186355
  "start": 94,
186329
186356
  "end": 95
186330
186357
  },
186331
186358
  "context": {
186332
186359
  "type": "variable",
186333
- "name": "kendo-tabstrip-lg-item-padding-x",
186334
- "value": "k-spacing(2)",
186360
+ "name": "kendo-tabstrip-md-item-padding-y",
186361
+ "value": "k-spacing(1)",
186335
186362
  "scope": "default",
186336
186363
  "line": {
186337
186364
  "start": 96,
@@ -186346,19 +186373,19 @@
186346
186373
  "path": "classic/scss/tabstrip/_variables.scss",
186347
186374
  "name": "_variables.scss"
186348
186375
  },
186349
- "resolvedValue": "var(--kendo-spacing-2)",
186376
+ "resolvedValue": "var(--kendo-spacing-1)",
186350
186377
  "resolvedType": "String"
186351
186378
  },
186352
186379
  {
186353
- "description": "The vertical padding of the large TabStrip items.\n",
186380
+ "description": "The horizontal padding of the large TabStrip items.\n",
186354
186381
  "commentRange": {
186355
186382
  "start": 97,
186356
186383
  "end": 98
186357
186384
  },
186358
186385
  "context": {
186359
186386
  "type": "variable",
186360
- "name": "kendo-tabstrip-lg-item-padding-y",
186361
- "value": "k-spacing(1.5)",
186387
+ "name": "kendo-tabstrip-lg-item-padding-x",
186388
+ "value": "k-spacing(2.5)",
186362
186389
  "scope": "default",
186363
186390
  "line": {
186364
186391
  "start": 99,
@@ -186373,14 +186400,41 @@
186373
186400
  "path": "classic/scss/tabstrip/_variables.scss",
186374
186401
  "name": "_variables.scss"
186375
186402
  },
186403
+ "resolvedValue": "var(--kendo-spacing-2\\.5)",
186404
+ "resolvedType": "String"
186405
+ },
186406
+ {
186407
+ "description": "The vertical padding of the large TabStrip items.\n",
186408
+ "commentRange": {
186409
+ "start": 100,
186410
+ "end": 101
186411
+ },
186412
+ "context": {
186413
+ "type": "variable",
186414
+ "name": "kendo-tabstrip-lg-item-padding-y",
186415
+ "value": "k-spacing(1.5)",
186416
+ "scope": "default",
186417
+ "line": {
186418
+ "start": 102,
186419
+ "end": 102
186420
+ }
186421
+ },
186422
+ "group": [
186423
+ "tabstrip"
186424
+ ],
186425
+ "access": "public",
186426
+ "file": {
186427
+ "path": "classic/scss/tabstrip/_variables.scss",
186428
+ "name": "_variables.scss"
186429
+ },
186376
186430
  "resolvedValue": "var(--kendo-spacing-1\\.5)",
186377
186431
  "resolvedType": "String"
186378
186432
  },
186379
186433
  {
186380
186434
  "description": " The background color of the TabStrip items.\n",
186381
186435
  "commentRange": {
186382
- "start": 101,
186383
- "end": 102
186436
+ "start": 104,
186437
+ "end": 105
186384
186438
  },
186385
186439
  "context": {
186386
186440
  "type": "variable",
@@ -186388,8 +186442,8 @@
186388
186442
  "value": "k-color(surface)",
186389
186443
  "scope": "default",
186390
186444
  "line": {
186391
- "start": 103,
186392
- "end": 103
186445
+ "start": 106,
186446
+ "end": 106
186393
186447
  }
186394
186448
  },
186395
186449
  "group": [
@@ -186406,8 +186460,8 @@
186406
186460
  {
186407
186461
  "description": "The text color of the TabStrip items.\n",
186408
186462
  "commentRange": {
186409
- "start": 104,
186410
- "end": 105
186463
+ "start": 107,
186464
+ "end": 108
186411
186465
  },
186412
186466
  "context": {
186413
186467
  "type": "variable",
@@ -186415,8 +186469,8 @@
186415
186469
  "value": "k-color(on-app-surface)",
186416
186470
  "scope": "default",
186417
186471
  "line": {
186418
- "start": 106,
186419
- "end": 106
186472
+ "start": 109,
186473
+ "end": 109
186420
186474
  }
186421
186475
  },
186422
186476
  "group": [
@@ -186433,8 +186487,8 @@
186433
186487
  {
186434
186488
  "description": "The border color of the TabStrip items.\n",
186435
186489
  "commentRange": {
186436
- "start": 107,
186437
- "end": 108
186490
+ "start": 110,
186491
+ "end": 111
186438
186492
  },
186439
186493
  "context": {
186440
186494
  "type": "variable",
@@ -186442,8 +186496,8 @@
186442
186496
  "value": "k-color(border)",
186443
186497
  "scope": "default",
186444
186498
  "line": {
186445
- "start": 109,
186446
- "end": 109
186499
+ "start": 112,
186500
+ "end": 112
186447
186501
  }
186448
186502
  },
186449
186503
  "group": [
@@ -186460,8 +186514,8 @@
186460
186514
  {
186461
186515
  "description": "The gradient of the TabStrip items.\n",
186462
186516
  "commentRange": {
186463
- "start": 110,
186464
- "end": 111
186517
+ "start": 113,
186518
+ "end": 114
186465
186519
  },
186466
186520
  "context": {
186467
186521
  "type": "variable",
@@ -186469,8 +186523,8 @@
186469
186523
  "value": "null",
186470
186524
  "scope": "default",
186471
186525
  "line": {
186472
- "start": 112,
186473
- "end": 112
186526
+ "start": 115,
186527
+ "end": 115
186474
186528
  }
186475
186529
  },
186476
186530
  "group": [
@@ -186487,8 +186541,8 @@
186487
186541
  {
186488
186542
  "description": "The background color of the hovered TabStrip items.\n",
186489
186543
  "commentRange": {
186490
- "start": 114,
186491
- "end": 115
186544
+ "start": 117,
186545
+ "end": 118
186492
186546
  },
186493
186547
  "context": {
186494
186548
  "type": "variable",
@@ -186496,8 +186550,8 @@
186496
186550
  "value": "k-color(base-hover)",
186497
186551
  "scope": "default",
186498
186552
  "line": {
186499
- "start": 116,
186500
- "end": 116
186553
+ "start": 119,
186554
+ "end": 119
186501
186555
  }
186502
186556
  },
186503
186557
  "group": [
@@ -186514,8 +186568,8 @@
186514
186568
  {
186515
186569
  "description": "The text color of the hovered TabStrip items.\n",
186516
186570
  "commentRange": {
186517
- "start": 117,
186518
- "end": 118
186571
+ "start": 120,
186572
+ "end": 121
186519
186573
  },
186520
186574
  "context": {
186521
186575
  "type": "variable",
@@ -186523,8 +186577,8 @@
186523
186577
  "value": "k-color(on-app-surface)",
186524
186578
  "scope": "default",
186525
186579
  "line": {
186526
- "start": 119,
186527
- "end": 119
186580
+ "start": 122,
186581
+ "end": 122
186528
186582
  }
186529
186583
  },
186530
186584
  "group": [
@@ -186541,8 +186595,8 @@
186541
186595
  {
186542
186596
  "description": "The border color of the hovered TabStrip items.\n",
186543
186597
  "commentRange": {
186544
- "start": 120,
186545
- "end": 121
186598
+ "start": 123,
186599
+ "end": 124
186546
186600
  },
186547
186601
  "context": {
186548
186602
  "type": "variable",
@@ -186550,8 +186604,8 @@
186550
186604
  "value": "k-color(border)",
186551
186605
  "scope": "default",
186552
186606
  "line": {
186553
- "start": 122,
186554
- "end": 122
186607
+ "start": 125,
186608
+ "end": 125
186555
186609
  }
186556
186610
  },
186557
186611
  "group": [
@@ -186568,8 +186622,8 @@
186568
186622
  {
186569
186623
  "description": "The gradient of the hovered TabStrip items.\n",
186570
186624
  "commentRange": {
186571
- "start": 123,
186572
- "end": 124
186625
+ "start": 126,
186626
+ "end": 127
186573
186627
  },
186574
186628
  "context": {
186575
186629
  "type": "variable",
@@ -186577,8 +186631,8 @@
186577
186631
  "value": "null",
186578
186632
  "scope": "default",
186579
186633
  "line": {
186580
- "start": 125,
186581
- "end": 125
186634
+ "start": 128,
186635
+ "end": 128
186582
186636
  }
186583
186637
  },
186584
186638
  "group": [
@@ -186595,8 +186649,8 @@
186595
186649
  {
186596
186650
  "description": "The background color of the selected TabStrip items.\n",
186597
186651
  "commentRange": {
186598
- "start": 127,
186599
- "end": 128
186652
+ "start": 130,
186653
+ "end": 131
186600
186654
  },
186601
186655
  "context": {
186602
186656
  "type": "variable",
@@ -186604,8 +186658,8 @@
186604
186658
  "value": "k-color(surface-alt)",
186605
186659
  "scope": "default",
186606
186660
  "line": {
186607
- "start": 129,
186608
- "end": 129
186661
+ "start": 132,
186662
+ "end": 132
186609
186663
  }
186610
186664
  },
186611
186665
  "group": [
@@ -186622,8 +186676,8 @@
186622
186676
  {
186623
186677
  "description": "The text color of the selected TabStrip items.\n",
186624
186678
  "commentRange": {
186625
- "start": 130,
186626
- "end": 131
186679
+ "start": 133,
186680
+ "end": 134
186627
186681
  },
186628
186682
  "context": {
186629
186683
  "type": "variable",
@@ -186631,8 +186685,8 @@
186631
186685
  "value": "k-color(primary-on-surface)",
186632
186686
  "scope": "default",
186633
186687
  "line": {
186634
- "start": 132,
186635
- "end": 132
186688
+ "start": 135,
186689
+ "end": 135
186636
186690
  }
186637
186691
  },
186638
186692
  "group": [
@@ -186649,8 +186703,8 @@
186649
186703
  {
186650
186704
  "description": "The border color of the selected TabStrip items.\n",
186651
186705
  "commentRange": {
186652
- "start": 133,
186653
- "end": 134
186706
+ "start": 136,
186707
+ "end": 137
186654
186708
  },
186655
186709
  "context": {
186656
186710
  "type": "variable",
@@ -186658,8 +186712,8 @@
186658
186712
  "value": "k-color(border)",
186659
186713
  "scope": "default",
186660
186714
  "line": {
186661
- "start": 135,
186662
- "end": 135
186715
+ "start": 138,
186716
+ "end": 138
186663
186717
  }
186664
186718
  },
186665
186719
  "group": [
@@ -186676,8 +186730,8 @@
186676
186730
  {
186677
186731
  "description": "The gradient of the selected TabStrip items.\n",
186678
186732
  "commentRange": {
186679
- "start": 136,
186680
- "end": 137
186733
+ "start": 139,
186734
+ "end": 140
186681
186735
  },
186682
186736
  "context": {
186683
186737
  "type": "variable",
@@ -186685,8 +186739,8 @@
186685
186739
  "value": "false",
186686
186740
  "scope": "default",
186687
186741
  "line": {
186688
- "start": 138,
186689
- "end": 138
186742
+ "start": 141,
186743
+ "end": 141
186690
186744
  }
186691
186745
  },
186692
186746
  "group": [
@@ -186703,8 +186757,8 @@
186703
186757
  {
186704
186758
  "description": "The font weight of the selected TabStrip items.\n",
186705
186759
  "commentRange": {
186706
- "start": 139,
186707
- "end": 140
186760
+ "start": 142,
186761
+ "end": 143
186708
186762
  },
186709
186763
  "context": {
186710
186764
  "type": "variable",
@@ -186712,8 +186766,8 @@
186712
186766
  "value": "null",
186713
186767
  "scope": "default",
186714
186768
  "line": {
186715
- "start": 141,
186716
- "end": 141
186769
+ "start": 144,
186770
+ "end": 144
186717
186771
  }
186718
186772
  },
186719
186773
  "group": [
@@ -186730,8 +186784,8 @@
186730
186784
  {
186731
186785
  "description": "The shadow of the focused TabStrip items.\n",
186732
186786
  "commentRange": {
186733
- "start": 143,
186734
- "end": 144
186787
+ "start": 146,
186788
+ "end": 147
186735
186789
  },
186736
186790
  "context": {
186737
186791
  "type": "variable",
@@ -186739,8 +186793,8 @@
186739
186793
  "value": "$kendo-list-item-focus-shadow",
186740
186794
  "scope": "default",
186741
186795
  "line": {
186742
- "start": 145,
186743
- "end": 145
186796
+ "start": 148,
186797
+ "end": 148
186744
186798
  }
186745
186799
  },
186746
186800
  "group": [
@@ -186757,8 +186811,8 @@
186757
186811
  {
186758
186812
  "description": "The shadow of the dragged TabStrip items.\n",
186759
186813
  "commentRange": {
186760
- "start": 147,
186761
- "end": 148
186814
+ "start": 150,
186815
+ "end": 151
186762
186816
  },
186763
186817
  "context": {
186764
186818
  "type": "variable",
@@ -186766,8 +186820,8 @@
186766
186820
  "value": "k-elevation(3)",
186767
186821
  "scope": "default",
186768
186822
  "line": {
186769
- "start": 149,
186770
- "end": 149
186823
+ "start": 152,
186824
+ "end": 152
186771
186825
  }
186772
186826
  },
186773
186827
  "group": [
@@ -186784,8 +186838,8 @@
186784
186838
  {
186785
186839
  "description": "The background color of the disabled TabStrip items.\n",
186786
186840
  "commentRange": {
186787
- "start": 151,
186788
- "end": 152
186841
+ "start": 154,
186842
+ "end": 155
186789
186843
  },
186790
186844
  "context": {
186791
186845
  "type": "variable",
@@ -186793,8 +186847,8 @@
186793
186847
  "value": "null",
186794
186848
  "scope": "default",
186795
186849
  "line": {
186796
- "start": 153,
186797
- "end": 153
186850
+ "start": 156,
186851
+ "end": 156
186798
186852
  }
186799
186853
  },
186800
186854
  "group": [
@@ -186811,8 +186865,8 @@
186811
186865
  {
186812
186866
  "description": "The text color of the disabled TabStrip items.\n",
186813
186867
  "commentRange": {
186814
- "start": 154,
186815
- "end": 155
186868
+ "start": 157,
186869
+ "end": 158
186816
186870
  },
186817
186871
  "context": {
186818
186872
  "type": "variable",
@@ -186820,8 +186874,8 @@
186820
186874
  "value": "null",
186821
186875
  "scope": "default",
186822
186876
  "line": {
186823
- "start": 156,
186824
- "end": 156
186877
+ "start": 159,
186878
+ "end": 159
186825
186879
  }
186826
186880
  },
186827
186881
  "group": [
@@ -186838,8 +186892,8 @@
186838
186892
  {
186839
186893
  "description": "The border color of the disabled TabStrip items.\n",
186840
186894
  "commentRange": {
186841
- "start": 157,
186842
- "end": 158
186895
+ "start": 160,
186896
+ "end": 161
186843
186897
  },
186844
186898
  "context": {
186845
186899
  "type": "variable",
@@ -186847,8 +186901,8 @@
186847
186901
  "value": "null",
186848
186902
  "scope": "default",
186849
186903
  "line": {
186850
- "start": 159,
186851
- "end": 159
186904
+ "start": 162,
186905
+ "end": 162
186852
186906
  }
186853
186907
  },
186854
186908
  "group": [
@@ -186865,8 +186919,8 @@
186865
186919
  {
186866
186920
  "description": "The gradient of the disabled TabStrip items.\n",
186867
186921
  "commentRange": {
186868
- "start": 160,
186869
- "end": 161
186922
+ "start": 163,
186923
+ "end": 164
186870
186924
  },
186871
186925
  "context": {
186872
186926
  "type": "variable",
@@ -186874,8 +186928,8 @@
186874
186928
  "value": "null",
186875
186929
  "scope": "default",
186876
186930
  "line": {
186877
- "start": 162,
186878
- "end": 162
186931
+ "start": 165,
186932
+ "end": 165
186879
186933
  }
186880
186934
  },
186881
186935
  "group": [
@@ -186892,8 +186946,8 @@
186892
186946
  {
186893
186947
  "description": "The opacity of the disabled TabStrip items.\n",
186894
186948
  "commentRange": {
186895
- "start": 163,
186896
- "end": 164
186949
+ "start": 166,
186950
+ "end": 167
186897
186951
  },
186898
186952
  "context": {
186899
186953
  "type": "variable",
@@ -186901,8 +186955,8 @@
186901
186955
  "value": "null",
186902
186956
  "scope": "default",
186903
186957
  "line": {
186904
- "start": 165,
186905
- "end": 165
186958
+ "start": 168,
186959
+ "end": 168
186906
186960
  }
186907
186961
  },
186908
186962
  "group": [
@@ -186919,8 +186973,8 @@
186919
186973
  {
186920
186974
  "description": "The filter of the disabled TabStrip items.\n",
186921
186975
  "commentRange": {
186922
- "start": 166,
186923
- "end": 167
186976
+ "start": 169,
186977
+ "end": 170
186924
186978
  },
186925
186979
  "context": {
186926
186980
  "type": "variable",
@@ -186928,8 +186982,8 @@
186928
186982
  "value": "null",
186929
186983
  "scope": "default",
186930
186984
  "line": {
186931
- "start": 168,
186932
- "end": 168
186985
+ "start": 171,
186986
+ "end": 171
186933
186987
  }
186934
186988
  },
186935
186989
  "group": [
@@ -186946,8 +187000,8 @@
186946
187000
  {
186947
187001
  "description": "The border width of the TabStrip indicator.\n",
186948
187002
  "commentRange": {
186949
- "start": 170,
186950
- "end": 171
187003
+ "start": 173,
187004
+ "end": 174
186951
187005
  },
186952
187006
  "context": {
186953
187007
  "type": "variable",
@@ -186955,8 +187009,8 @@
186955
187009
  "value": "null",
186956
187010
  "scope": "default",
186957
187011
  "line": {
186958
- "start": 172,
186959
- "end": 172
187012
+ "start": 175,
187013
+ "end": 175
186960
187014
  }
186961
187015
  },
186962
187016
  "group": [
@@ -186973,8 +187027,8 @@
186973
187027
  {
186974
187028
  "description": "The border color of the TabStrip ripple.\n",
186975
187029
  "commentRange": {
186976
- "start": 173,
186977
- "end": 174
187030
+ "start": 176,
187031
+ "end": 177
186978
187032
  },
186979
187033
  "context": {
186980
187034
  "type": "variable",
@@ -186982,8 +187036,8 @@
186982
187036
  "value": "null",
186983
187037
  "scope": "default",
186984
187038
  "line": {
186985
- "start": 175,
186986
- "end": 175
187039
+ "start": 178,
187040
+ "end": 178
186987
187041
  }
186988
187042
  },
186989
187043
  "group": [
@@ -187000,8 +187054,8 @@
187000
187054
  {
187001
187055
  "description": "The horizontal padding of the TabStrip content.\n",
187002
187056
  "commentRange": {
187003
- "start": 177,
187004
- "end": 178
187057
+ "start": 180,
187058
+ "end": 181
187005
187059
  },
187006
187060
  "context": {
187007
187061
  "type": "variable",
@@ -187009,8 +187063,8 @@
187009
187063
  "value": "k-spacing(4)",
187010
187064
  "scope": "default",
187011
187065
  "line": {
187012
- "start": 179,
187013
- "end": 179
187066
+ "start": 182,
187067
+ "end": 182
187014
187068
  }
187015
187069
  },
187016
187070
  "group": [
@@ -187027,8 +187081,8 @@
187027
187081
  {
187028
187082
  "description": "The vertical padding of the TabStrip content.\n",
187029
187083
  "commentRange": {
187030
- "start": 180,
187031
- "end": 181
187084
+ "start": 183,
187085
+ "end": 184
187032
187086
  },
187033
187087
  "context": {
187034
187088
  "type": "variable",
@@ -187036,8 +187090,8 @@
187036
187090
  "value": "k-spacing(4)",
187037
187091
  "scope": "default",
187038
187092
  "line": {
187039
- "start": 182,
187040
- "end": 182
187093
+ "start": 185,
187094
+ "end": 185
187041
187095
  }
187042
187096
  },
187043
187097
  "group": [
@@ -187054,8 +187108,8 @@
187054
187108
  {
187055
187109
  "description": "The border width around the TabStrip content.\n",
187056
187110
  "commentRange": {
187057
- "start": 183,
187058
- "end": 184
187111
+ "start": 186,
187112
+ "end": 187
187059
187113
  },
187060
187114
  "context": {
187061
187115
  "type": "variable",
@@ -187063,8 +187117,8 @@
187063
187117
  "value": "1px",
187064
187118
  "scope": "default",
187065
187119
  "line": {
187066
- "start": 185,
187067
- "end": 185
187120
+ "start": 188,
187121
+ "end": 188
187068
187122
  }
187069
187123
  },
187070
187124
  "group": [
@@ -187081,8 +187135,8 @@
187081
187135
  {
187082
187136
  "description": "The background color of the TabStrip content.\n",
187083
187137
  "commentRange": {
187084
- "start": 187,
187085
- "end": 188
187138
+ "start": 190,
187139
+ "end": 191
187086
187140
  },
187087
187141
  "context": {
187088
187142
  "type": "variable",
@@ -187090,8 +187144,8 @@
187090
187144
  "value": "k-color(surface-alt)",
187091
187145
  "scope": "default",
187092
187146
  "line": {
187093
- "start": 189,
187094
- "end": 189
187147
+ "start": 192,
187148
+ "end": 192
187095
187149
  }
187096
187150
  },
187097
187151
  "group": [
@@ -187108,8 +187162,8 @@
187108
187162
  {
187109
187163
  "description": "The text color of the TabStrip content.\n",
187110
187164
  "commentRange": {
187111
- "start": 190,
187112
- "end": 191
187165
+ "start": 193,
187166
+ "end": 194
187113
187167
  },
187114
187168
  "context": {
187115
187169
  "type": "variable",
@@ -187117,8 +187171,8 @@
187117
187171
  "value": "k-color(on-app-surface)",
187118
187172
  "scope": "default",
187119
187173
  "line": {
187120
- "start": 192,
187121
- "end": 192
187174
+ "start": 195,
187175
+ "end": 195
187122
187176
  }
187123
187177
  },
187124
187178
  "group": [
@@ -187135,8 +187189,8 @@
187135
187189
  {
187136
187190
  "description": "The border color of the TabStrip content.\n",
187137
187191
  "commentRange": {
187138
- "start": 193,
187139
- "end": 194
187192
+ "start": 196,
187193
+ "end": 197
187140
187194
  },
187141
187195
  "context": {
187142
187196
  "type": "variable",
@@ -187144,8 +187198,8 @@
187144
187198
  "value": "k-color(border)",
187145
187199
  "scope": "default",
187146
187200
  "line": {
187147
- "start": 195,
187148
- "end": 195
187201
+ "start": 198,
187202
+ "end": 198
187149
187203
  }
187150
187204
  },
187151
187205
  "group": [
@@ -187162,8 +187216,8 @@
187162
187216
  {
187163
187217
  "description": "The border color of the focused TabStrip content.\n",
187164
187218
  "commentRange": {
187165
- "start": 196,
187166
- "end": 197
187219
+ "start": 199,
187220
+ "end": 200
187167
187221
  },
187168
187222
  "context": {
187169
187223
  "type": "variable",
@@ -187171,8 +187225,8 @@
187171
187225
  "value": "k-color(on-app-surface)",
187172
187226
  "scope": "default",
187173
187227
  "line": {
187174
- "start": 198,
187175
- "end": 198
187228
+ "start": 201,
187229
+ "end": 201
187176
187230
  }
187177
187231
  },
187178
187232
  "group": [
@@ -187189,8 +187243,8 @@
187189
187243
  {
187190
187244
  "description": "The left and right scroll overlay of the TabStrip.\n",
187191
187245
  "commentRange": {
187192
- "start": 200,
187193
- "end": 201
187246
+ "start": 203,
187247
+ "end": 204
187194
187248
  },
187195
187249
  "context": {
187196
187250
  "type": "variable",
@@ -187198,8 +187252,8 @@
187198
187252
  "value": "k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent)",
187199
187253
  "scope": "default",
187200
187254
  "line": {
187201
- "start": 202,
187202
- "end": 202
187255
+ "start": 205,
187256
+ "end": 205
187203
187257
  }
187204
187258
  },
187205
187259
  "group": [
@@ -187216,8 +187270,8 @@
187216
187270
  {
187217
187271
  "description": "The spacing around the TabStrip scroll buttons (prev/next).\n",
187218
187272
  "commentRange": {
187219
- "start": 204,
187220
- "end": 205
187273
+ "start": 207,
187274
+ "end": 208
187221
187275
  },
187222
187276
  "context": {
187223
187277
  "type": "variable",
@@ -187225,8 +187279,8 @@
187225
187279
  "value": "null",
187226
187280
  "scope": "default",
187227
187281
  "line": {
187228
- "start": 206,
187229
- "end": 206
187282
+ "start": 209,
187283
+ "end": 209
187230
187284
  }
187231
187285
  },
187232
187286
  "group": [
@@ -187243,8 +187297,8 @@
187243
187297
  {
187244
187298
  "description": "The sizes map of the TabStrip.\n",
187245
187299
  "commentRange": {
187246
- "start": 84,
187247
- "end": 85
187300
+ "start": 85,
187301
+ "end": 86
187248
187302
  },
187249
187303
  "context": {
187250
187304
  "type": "variable",
@@ -187252,8 +187306,8 @@
187252
187306
  "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)",
187253
187307
  "scope": "default",
187254
187308
  "line": {
187255
- "start": 86,
187256
- "end": 105
187309
+ "start": 87,
187310
+ "end": 106
187257
187311
  }
187258
187312
  },
187259
187313
  "group": [
@@ -187264,25 +187318,25 @@
187264
187318
  "path": "core/scss/components/tabstrip/_variables.scss",
187265
187319
  "name": "_variables.scss"
187266
187320
  },
187267
- "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-0\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-1)), lg: (font-size: var(--kendo-font-size-lg), line-height: var(--kendo-line-height-lg), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-1\\.5)))",
187321
+ "resolvedValue": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-1), item-padding-y: var(--kendo-spacing-0\\.5)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), item-padding-x: var(--kendo-spacing-1), item-padding-y: var(--kendo-spacing-1)), lg: (font-size: var(--kendo-font-size-lg), line-height: var(--kendo-line-height-lg), item-padding-x: var(--kendo-spacing-2\\.5), item-padding-y: var(--kendo-spacing-1\\.5)))",
187268
187322
  "resolvedType": "Map",
187269
187323
  "prettyValue": {
187270
187324
  "sm": {
187271
187325
  "font-size": "var(--kendo-font-size)",
187272
187326
  "line-height": "var(--kendo-line-height)",
187273
- "item-padding-x": "var(--kendo-spacing-2)",
187327
+ "item-padding-x": "var(--kendo-spacing-1)",
187274
187328
  "item-padding-y": "var(--kendo-spacing-0\\.5)"
187275
187329
  },
187276
187330
  "md": {
187277
187331
  "font-size": "var(--kendo-font-size)",
187278
187332
  "line-height": "var(--kendo-line-height)",
187279
- "item-padding-x": "var(--kendo-spacing-2)",
187333
+ "item-padding-x": "var(--kendo-spacing-1)",
187280
187334
  "item-padding-y": "var(--kendo-spacing-1)"
187281
187335
  },
187282
187336
  "lg": {
187283
187337
  "font-size": "var(--kendo-font-size-lg)",
187284
187338
  "line-height": "var(--kendo-line-height-lg)",
187285
- "item-padding-x": "var(--kendo-spacing-2)",
187339
+ "item-padding-x": "var(--kendo-spacing-2\\.5)",
187286
187340
  "item-padding-y": "var(--kendo-spacing-1\\.5)"
187287
187341
  }
187288
187342
  }