@progress/kendo-theme-bootstrap 7.0.1 → 7.0.2-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4599,6 +4599,1381 @@
4599
4599
  "name": "_variables.scss"
4600
4600
  }
4601
4601
  },
4602
+ {
4603
+ "description": "The horizontal padding of the Card.\n",
4604
+ "commentRange": {
4605
+ "start": 5,
4606
+ "end": 6
4607
+ },
4608
+ "context": {
4609
+ "type": "variable",
4610
+ "name": "kendo-card-padding-x",
4611
+ "value": "$card-spacer-x",
4612
+ "scope": "default",
4613
+ "line": {
4614
+ "start": 7,
4615
+ "end": 7
4616
+ }
4617
+ },
4618
+ "group": [
4619
+ "card"
4620
+ ],
4621
+ "access": "public",
4622
+ "file": {
4623
+ "path": "card/_variables.scss",
4624
+ "name": "_variables.scss"
4625
+ }
4626
+ },
4627
+ {
4628
+ "description": "The vertical padding of the Card.\n",
4629
+ "commentRange": {
4630
+ "start": 8,
4631
+ "end": 9
4632
+ },
4633
+ "context": {
4634
+ "type": "variable",
4635
+ "name": "kendo-card-padding-y",
4636
+ "value": "$card-spacer-y",
4637
+ "scope": "default",
4638
+ "line": {
4639
+ "start": 10,
4640
+ "end": 10
4641
+ }
4642
+ },
4643
+ "group": [
4644
+ "card"
4645
+ ],
4646
+ "access": "public",
4647
+ "file": {
4648
+ "path": "card/_variables.scss",
4649
+ "name": "_variables.scss"
4650
+ }
4651
+ },
4652
+ {
4653
+ "description": "The width of the border around the Card.\n",
4654
+ "commentRange": {
4655
+ "start": 11,
4656
+ "end": 12
4657
+ },
4658
+ "context": {
4659
+ "type": "variable",
4660
+ "name": "kendo-card-border-width",
4661
+ "value": "1px",
4662
+ "scope": "default",
4663
+ "line": {
4664
+ "start": 13,
4665
+ "end": 13
4666
+ }
4667
+ },
4668
+ "group": [
4669
+ "card"
4670
+ ],
4671
+ "access": "public",
4672
+ "file": {
4673
+ "path": "card/_variables.scss",
4674
+ "name": "_variables.scss"
4675
+ }
4676
+ },
4677
+ {
4678
+ "description": "The border radius of the Card.\n",
4679
+ "commentRange": {
4680
+ "start": 14,
4681
+ "end": 15
4682
+ },
4683
+ "context": {
4684
+ "type": "variable",
4685
+ "name": "kendo-card-border-radius",
4686
+ "value": "$card-border-radius",
4687
+ "scope": "default",
4688
+ "line": {
4689
+ "start": 16,
4690
+ "end": 16
4691
+ }
4692
+ },
4693
+ "group": [
4694
+ "card"
4695
+ ],
4696
+ "access": "public",
4697
+ "file": {
4698
+ "path": "card/_variables.scss",
4699
+ "name": "_variables.scss"
4700
+ }
4701
+ },
4702
+ {
4703
+ "description": "The inner border radius of the Card.\n",
4704
+ "commentRange": {
4705
+ "start": 17,
4706
+ "end": 18
4707
+ },
4708
+ "context": {
4709
+ "type": "variable",
4710
+ "name": "kendo-card-inner-border-radius",
4711
+ "value": "calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )",
4712
+ "scope": "default",
4713
+ "line": {
4714
+ "start": 19,
4715
+ "end": 19
4716
+ }
4717
+ },
4718
+ "group": [
4719
+ "card"
4720
+ ],
4721
+ "access": "public",
4722
+ "file": {
4723
+ "path": "card/_variables.scss",
4724
+ "name": "_variables.scss"
4725
+ }
4726
+ },
4727
+ {
4728
+ "description": "The font family of the Card.\n",
4729
+ "commentRange": {
4730
+ "start": 20,
4731
+ "end": 21
4732
+ },
4733
+ "context": {
4734
+ "type": "variable",
4735
+ "name": "kendo-card-font-family",
4736
+ "value": "$kendo-font-family",
4737
+ "scope": "default",
4738
+ "line": {
4739
+ "start": 22,
4740
+ "end": 22
4741
+ }
4742
+ },
4743
+ "group": [
4744
+ "card"
4745
+ ],
4746
+ "access": "public",
4747
+ "file": {
4748
+ "path": "card/_variables.scss",
4749
+ "name": "_variables.scss"
4750
+ }
4751
+ },
4752
+ {
4753
+ "description": "The font size of the Card.\n",
4754
+ "commentRange": {
4755
+ "start": 23,
4756
+ "end": 24
4757
+ },
4758
+ "context": {
4759
+ "type": "variable",
4760
+ "name": "kendo-card-font-size",
4761
+ "value": "$kendo-font-size-md",
4762
+ "scope": "default",
4763
+ "line": {
4764
+ "start": 25,
4765
+ "end": 25
4766
+ }
4767
+ },
4768
+ "group": [
4769
+ "card"
4770
+ ],
4771
+ "access": "public",
4772
+ "file": {
4773
+ "path": "card/_variables.scss",
4774
+ "name": "_variables.scss"
4775
+ }
4776
+ },
4777
+ {
4778
+ "description": "The line height of the Card.\n",
4779
+ "commentRange": {
4780
+ "start": 26,
4781
+ "end": 27
4782
+ },
4783
+ "context": {
4784
+ "type": "variable",
4785
+ "name": "kendo-card-line-height",
4786
+ "value": "$kendo-line-height-md",
4787
+ "scope": "default",
4788
+ "line": {
4789
+ "start": 28,
4790
+ "end": 28
4791
+ }
4792
+ },
4793
+ "group": [
4794
+ "card"
4795
+ ],
4796
+ "access": "public",
4797
+ "file": {
4798
+ "path": "card/_variables.scss",
4799
+ "name": "_variables.scss"
4800
+ }
4801
+ },
4802
+ {
4803
+ "description": "The spacing between the Cards in the Card deck.\n",
4804
+ "commentRange": {
4805
+ "start": 30,
4806
+ "end": 31
4807
+ },
4808
+ "context": {
4809
+ "type": "variable",
4810
+ "name": "kendo-card-deck-gap",
4811
+ "value": "k-map-get( $kendo-spacing, 4 )",
4812
+ "scope": "default",
4813
+ "line": {
4814
+ "start": 32,
4815
+ "end": 32
4816
+ }
4817
+ },
4818
+ "group": [
4819
+ "card"
4820
+ ],
4821
+ "access": "public",
4822
+ "file": {
4823
+ "path": "card/_variables.scss",
4824
+ "name": "_variables.scss"
4825
+ }
4826
+ },
4827
+ {
4828
+ "description": "The background color of the Card.\n",
4829
+ "commentRange": {
4830
+ "start": 34,
4831
+ "end": 35
4832
+ },
4833
+ "context": {
4834
+ "type": "variable",
4835
+ "name": "kendo-card-bg",
4836
+ "value": "$kendo-component-bg",
4837
+ "scope": "default",
4838
+ "line": {
4839
+ "start": 36,
4840
+ "end": 36
4841
+ }
4842
+ },
4843
+ "group": [
4844
+ "card"
4845
+ ],
4846
+ "access": "public",
4847
+ "file": {
4848
+ "path": "card/_variables.scss",
4849
+ "name": "_variables.scss"
4850
+ }
4851
+ },
4852
+ {
4853
+ "description": "The text color of the Card.\n",
4854
+ "commentRange": {
4855
+ "start": 37,
4856
+ "end": 38
4857
+ },
4858
+ "context": {
4859
+ "type": "variable",
4860
+ "name": "kendo-card-text",
4861
+ "value": "$kendo-component-text",
4862
+ "scope": "default",
4863
+ "line": {
4864
+ "start": 39,
4865
+ "end": 39
4866
+ }
4867
+ },
4868
+ "group": [
4869
+ "card"
4870
+ ],
4871
+ "access": "public",
4872
+ "file": {
4873
+ "path": "card/_variables.scss",
4874
+ "name": "_variables.scss"
4875
+ }
4876
+ },
4877
+ {
4878
+ "description": "The border color of the Card.\n",
4879
+ "commentRange": {
4880
+ "start": 40,
4881
+ "end": 41
4882
+ },
4883
+ "context": {
4884
+ "type": "variable",
4885
+ "name": "kendo-card-border",
4886
+ "value": "$kendo-component-border",
4887
+ "scope": "default",
4888
+ "line": {
4889
+ "start": 42,
4890
+ "end": 42
4891
+ }
4892
+ },
4893
+ "group": [
4894
+ "card"
4895
+ ],
4896
+ "access": "public",
4897
+ "file": {
4898
+ "path": "card/_variables.scss",
4899
+ "name": "_variables.scss"
4900
+ }
4901
+ },
4902
+ {
4903
+ "description": "The shadow of the Card.\n",
4904
+ "commentRange": {
4905
+ "start": 43,
4906
+ "end": 44
4907
+ },
4908
+ "context": {
4909
+ "type": "variable",
4910
+ "name": "kendo-card-shadow",
4911
+ "value": "null",
4912
+ "scope": "default",
4913
+ "line": {
4914
+ "start": 45,
4915
+ "end": 45
4916
+ }
4917
+ },
4918
+ "group": [
4919
+ "card"
4920
+ ],
4921
+ "access": "public",
4922
+ "file": {
4923
+ "path": "card/_variables.scss",
4924
+ "name": "_variables.scss"
4925
+ }
4926
+ },
4927
+ {
4928
+ "description": "The background color of the focused Card.\n",
4929
+ "commentRange": {
4930
+ "start": 47,
4931
+ "end": 48
4932
+ },
4933
+ "context": {
4934
+ "type": "variable",
4935
+ "name": "kendo-card-focus-bg",
4936
+ "value": "null",
4937
+ "scope": "default",
4938
+ "line": {
4939
+ "start": 49,
4940
+ "end": 49
4941
+ }
4942
+ },
4943
+ "group": [
4944
+ "card"
4945
+ ],
4946
+ "access": "public",
4947
+ "file": {
4948
+ "path": "card/_variables.scss",
4949
+ "name": "_variables.scss"
4950
+ }
4951
+ },
4952
+ {
4953
+ "description": "The text color of the focused Card.\n",
4954
+ "commentRange": {
4955
+ "start": 50,
4956
+ "end": 51
4957
+ },
4958
+ "context": {
4959
+ "type": "variable",
4960
+ "name": "kendo-card-focus-text",
4961
+ "value": "null",
4962
+ "scope": "default",
4963
+ "line": {
4964
+ "start": 52,
4965
+ "end": 52
4966
+ }
4967
+ },
4968
+ "group": [
4969
+ "card"
4970
+ ],
4971
+ "access": "public",
4972
+ "file": {
4973
+ "path": "card/_variables.scss",
4974
+ "name": "_variables.scss"
4975
+ }
4976
+ },
4977
+ {
4978
+ "description": "The border color of the focused Card.\n",
4979
+ "commentRange": {
4980
+ "start": 53,
4981
+ "end": 54
4982
+ },
4983
+ "context": {
4984
+ "type": "variable",
4985
+ "name": "kendo-card-focus-border",
4986
+ "value": "null",
4987
+ "scope": "default",
4988
+ "line": {
4989
+ "start": 55,
4990
+ "end": 55
4991
+ }
4992
+ },
4993
+ "group": [
4994
+ "card"
4995
+ ],
4996
+ "access": "public",
4997
+ "file": {
4998
+ "path": "card/_variables.scss",
4999
+ "name": "_variables.scss"
5000
+ }
5001
+ },
5002
+ {
5003
+ "description": "The shadow of the focused Card.\n",
5004
+ "commentRange": {
5005
+ "start": 59,
5006
+ "end": 60
5007
+ },
5008
+ "context": {
5009
+ "type": "variable",
5010
+ "name": "kendo-card-focus-shadow",
5011
+ "value": "k-elevation(3)",
5012
+ "scope": "default",
5013
+ "line": {
5014
+ "start": 61,
5015
+ "end": 61
5016
+ }
5017
+ },
5018
+ "group": [
5019
+ "card"
5020
+ ],
5021
+ "access": "public",
5022
+ "file": {
5023
+ "path": "card/_variables.scss",
5024
+ "name": "_variables.scss"
5025
+ }
5026
+ },
5027
+ {
5028
+ "description": "The horizontal padding of the Card header.\n",
5029
+ "commentRange": {
5030
+ "start": 63,
5031
+ "end": 64
5032
+ },
5033
+ "context": {
5034
+ "type": "variable",
5035
+ "name": "kendo-card-header-padding-x",
5036
+ "value": "$kendo-card-padding-x",
5037
+ "scope": "default",
5038
+ "line": {
5039
+ "start": 65,
5040
+ "end": 65
5041
+ }
5042
+ },
5043
+ "group": [
5044
+ "card"
5045
+ ],
5046
+ "access": "public",
5047
+ "file": {
5048
+ "path": "card/_variables.scss",
5049
+ "name": "_variables.scss"
5050
+ }
5051
+ },
5052
+ {
5053
+ "description": "The vertical padding of the Card header.\n",
5054
+ "commentRange": {
5055
+ "start": 66,
5056
+ "end": 67
5057
+ },
5058
+ "context": {
5059
+ "type": "variable",
5060
+ "name": "kendo-card-header-padding-y",
5061
+ "value": "$kendo-card-padding-y",
5062
+ "scope": "default",
5063
+ "line": {
5064
+ "start": 68,
5065
+ "end": 68
5066
+ }
5067
+ },
5068
+ "group": [
5069
+ "card"
5070
+ ],
5071
+ "access": "public",
5072
+ "file": {
5073
+ "path": "card/_variables.scss",
5074
+ "name": "_variables.scss"
5075
+ }
5076
+ },
5077
+ {
5078
+ "description": "The bottom border width of the Card header.\n",
5079
+ "commentRange": {
5080
+ "start": 69,
5081
+ "end": 70
5082
+ },
5083
+ "context": {
5084
+ "type": "variable",
5085
+ "name": "kendo-card-header-border-width",
5086
+ "value": "$kendo-card-border-width",
5087
+ "scope": "default",
5088
+ "line": {
5089
+ "start": 71,
5090
+ "end": 71
5091
+ }
5092
+ },
5093
+ "group": [
5094
+ "card"
5095
+ ],
5096
+ "access": "public",
5097
+ "file": {
5098
+ "path": "card/_variables.scss",
5099
+ "name": "_variables.scss"
5100
+ }
5101
+ },
5102
+ {
5103
+ "description": "The background color of the Card header.\n",
5104
+ "commentRange": {
5105
+ "start": 72,
5106
+ "end": 73
5107
+ },
5108
+ "context": {
5109
+ "type": "variable",
5110
+ "name": "kendo-card-header-bg",
5111
+ "value": "$kendo-component-header-bg",
5112
+ "scope": "default",
5113
+ "line": {
5114
+ "start": 74,
5115
+ "end": 74
5116
+ }
5117
+ },
5118
+ "group": [
5119
+ "card"
5120
+ ],
5121
+ "access": "public",
5122
+ "file": {
5123
+ "path": "card/_variables.scss",
5124
+ "name": "_variables.scss"
5125
+ }
5126
+ },
5127
+ {
5128
+ "description": "The text color of the Card header.\n",
5129
+ "commentRange": {
5130
+ "start": 75,
5131
+ "end": 76
5132
+ },
5133
+ "context": {
5134
+ "type": "variable",
5135
+ "name": "kendo-card-header-text",
5136
+ "value": "$kendo-component-header-text",
5137
+ "scope": "default",
5138
+ "line": {
5139
+ "start": 77,
5140
+ "end": 77
5141
+ }
5142
+ },
5143
+ "group": [
5144
+ "card"
5145
+ ],
5146
+ "access": "public",
5147
+ "file": {
5148
+ "path": "card/_variables.scss",
5149
+ "name": "_variables.scss"
5150
+ }
5151
+ },
5152
+ {
5153
+ "description": "The border color of the Card header.\n",
5154
+ "commentRange": {
5155
+ "start": 78,
5156
+ "end": 79
5157
+ },
5158
+ "context": {
5159
+ "type": "variable",
5160
+ "name": "kendo-card-header-border",
5161
+ "value": "$kendo-card-border",
5162
+ "scope": "default",
5163
+ "line": {
5164
+ "start": 80,
5165
+ "end": 80
5166
+ }
5167
+ },
5168
+ "group": [
5169
+ "card"
5170
+ ],
5171
+ "access": "public",
5172
+ "file": {
5173
+ "path": "card/_variables.scss",
5174
+ "name": "_variables.scss"
5175
+ }
5176
+ },
5177
+ {
5178
+ "description": "The horizontal padding of the Card body.\n",
5179
+ "commentRange": {
5180
+ "start": 82,
5181
+ "end": 83
5182
+ },
5183
+ "context": {
5184
+ "type": "variable",
5185
+ "name": "kendo-card-body-padding-x",
5186
+ "value": "$kendo-card-padding-x",
5187
+ "scope": "default",
5188
+ "line": {
5189
+ "start": 84,
5190
+ "end": 84
5191
+ }
5192
+ },
5193
+ "group": [
5194
+ "card"
5195
+ ],
5196
+ "access": "public",
5197
+ "file": {
5198
+ "path": "card/_variables.scss",
5199
+ "name": "_variables.scss"
5200
+ }
5201
+ },
5202
+ {
5203
+ "description": "The vertical padding of the Card body.\n",
5204
+ "commentRange": {
5205
+ "start": 85,
5206
+ "end": 86
5207
+ },
5208
+ "context": {
5209
+ "type": "variable",
5210
+ "name": "kendo-card-body-padding-y",
5211
+ "value": "$kendo-card-padding-x",
5212
+ "scope": "default",
5213
+ "line": {
5214
+ "start": 87,
5215
+ "end": 87
5216
+ }
5217
+ },
5218
+ "group": [
5219
+ "card"
5220
+ ],
5221
+ "access": "public",
5222
+ "file": {
5223
+ "path": "card/_variables.scss",
5224
+ "name": "_variables.scss"
5225
+ }
5226
+ },
5227
+ {
5228
+ "description": "The horizontal padding of the Card footer.\n",
5229
+ "commentRange": {
5230
+ "start": 89,
5231
+ "end": 90
5232
+ },
5233
+ "context": {
5234
+ "type": "variable",
5235
+ "name": "kendo-card-footer-padding-x",
5236
+ "value": "$kendo-card-padding-x",
5237
+ "scope": "default",
5238
+ "line": {
5239
+ "start": 91,
5240
+ "end": 91
5241
+ }
5242
+ },
5243
+ "group": [
5244
+ "card"
5245
+ ],
5246
+ "access": "public",
5247
+ "file": {
5248
+ "path": "card/_variables.scss",
5249
+ "name": "_variables.scss"
5250
+ }
5251
+ },
5252
+ {
5253
+ "description": "The vertical padding of the Card footer.\n",
5254
+ "commentRange": {
5255
+ "start": 92,
5256
+ "end": 93
5257
+ },
5258
+ "context": {
5259
+ "type": "variable",
5260
+ "name": "kendo-card-footer-padding-y",
5261
+ "value": "$kendo-card-padding-y",
5262
+ "scope": "default",
5263
+ "line": {
5264
+ "start": 94,
5265
+ "end": 94
5266
+ }
5267
+ },
5268
+ "group": [
5269
+ "card"
5270
+ ],
5271
+ "access": "public",
5272
+ "file": {
5273
+ "path": "card/_variables.scss",
5274
+ "name": "_variables.scss"
5275
+ }
5276
+ },
5277
+ {
5278
+ "description": "The top border width of the Card footer.\n",
5279
+ "commentRange": {
5280
+ "start": 95,
5281
+ "end": 96
5282
+ },
5283
+ "context": {
5284
+ "type": "variable",
5285
+ "name": "kendo-card-footer-border-width",
5286
+ "value": "$kendo-card-border-width",
5287
+ "scope": "default",
5288
+ "line": {
5289
+ "start": 97,
5290
+ "end": 97
5291
+ }
5292
+ },
5293
+ "group": [
5294
+ "card"
5295
+ ],
5296
+ "access": "public",
5297
+ "file": {
5298
+ "path": "card/_variables.scss",
5299
+ "name": "_variables.scss"
5300
+ }
5301
+ },
5302
+ {
5303
+ "description": "The background color of the Card footer.\n",
5304
+ "commentRange": {
5305
+ "start": 98,
5306
+ "end": 99
5307
+ },
5308
+ "context": {
5309
+ "type": "variable",
5310
+ "name": "kendo-card-footer-bg",
5311
+ "value": "$kendo-card-header-bg",
5312
+ "scope": "default",
5313
+ "line": {
5314
+ "start": 100,
5315
+ "end": 100
5316
+ }
5317
+ },
5318
+ "group": [
5319
+ "card"
5320
+ ],
5321
+ "access": "public",
5322
+ "file": {
5323
+ "path": "card/_variables.scss",
5324
+ "name": "_variables.scss"
5325
+ }
5326
+ },
5327
+ {
5328
+ "description": "The text color of the Card footer.\n",
5329
+ "commentRange": {
5330
+ "start": 101,
5331
+ "end": 102
5332
+ },
5333
+ "context": {
5334
+ "type": "variable",
5335
+ "name": "kendo-card-footer-text",
5336
+ "value": "$kendo-card-header-text",
5337
+ "scope": "default",
5338
+ "line": {
5339
+ "start": 103,
5340
+ "end": 103
5341
+ }
5342
+ },
5343
+ "group": [
5344
+ "card"
5345
+ ],
5346
+ "access": "public",
5347
+ "file": {
5348
+ "path": "card/_variables.scss",
5349
+ "name": "_variables.scss"
5350
+ }
5351
+ },
5352
+ {
5353
+ "description": "The border color of the Card footer.\n",
5354
+ "commentRange": {
5355
+ "start": 104,
5356
+ "end": 105
5357
+ },
5358
+ "context": {
5359
+ "type": "variable",
5360
+ "name": "kendo-card-footer-border",
5361
+ "value": "$kendo-card-header-border",
5362
+ "scope": "default",
5363
+ "line": {
5364
+ "start": 106,
5365
+ "end": 106
5366
+ }
5367
+ },
5368
+ "group": [
5369
+ "card"
5370
+ ],
5371
+ "access": "public",
5372
+ "file": {
5373
+ "path": "card/_variables.scss",
5374
+ "name": "_variables.scss"
5375
+ }
5376
+ },
5377
+ {
5378
+ "description": "The bottom margin of the Card title.\n",
5379
+ "commentRange": {
5380
+ "start": 108,
5381
+ "end": 109
5382
+ },
5383
+ "context": {
5384
+ "type": "variable",
5385
+ "name": "kendo-card-title-margin-bottom",
5386
+ "value": "k-map-get( $kendo-spacing, 3 )",
5387
+ "scope": "default",
5388
+ "line": {
5389
+ "start": 110,
5390
+ "end": 110
5391
+ }
5392
+ },
5393
+ "group": [
5394
+ "card"
5395
+ ],
5396
+ "access": "public",
5397
+ "file": {
5398
+ "path": "card/_variables.scss",
5399
+ "name": "_variables.scss"
5400
+ }
5401
+ },
5402
+ {
5403
+ "description": "The font size of the Card title.\n",
5404
+ "commentRange": {
5405
+ "start": 111,
5406
+ "end": 112
5407
+ },
5408
+ "context": {
5409
+ "type": "variable",
5410
+ "name": "kendo-card-title-font-size",
5411
+ "value": "$kendo-h5-font-size",
5412
+ "scope": "default",
5413
+ "line": {
5414
+ "start": 113,
5415
+ "end": 113
5416
+ }
5417
+ },
5418
+ "group": [
5419
+ "card"
5420
+ ],
5421
+ "access": "public",
5422
+ "file": {
5423
+ "path": "card/_variables.scss",
5424
+ "name": "_variables.scss"
5425
+ }
5426
+ },
5427
+ {
5428
+ "description": "The font family of the Card title.\n",
5429
+ "commentRange": {
5430
+ "start": 114,
5431
+ "end": 115
5432
+ },
5433
+ "context": {
5434
+ "type": "variable",
5435
+ "name": "kendo-card-title-font-family",
5436
+ "value": "$headings-font-family",
5437
+ "scope": "default",
5438
+ "line": {
5439
+ "start": 116,
5440
+ "end": 116
5441
+ }
5442
+ },
5443
+ "group": [
5444
+ "card"
5445
+ ],
5446
+ "access": "public",
5447
+ "file": {
5448
+ "path": "card/_variables.scss",
5449
+ "name": "_variables.scss"
5450
+ }
5451
+ },
5452
+ {
5453
+ "description": "The line height of the Card title.\n",
5454
+ "commentRange": {
5455
+ "start": 117,
5456
+ "end": 118
5457
+ },
5458
+ "context": {
5459
+ "type": "variable",
5460
+ "name": "kendo-card-title-line-height",
5461
+ "value": "$headings-line-height",
5462
+ "scope": "default",
5463
+ "line": {
5464
+ "start": 119,
5465
+ "end": 119
5466
+ }
5467
+ },
5468
+ "group": [
5469
+ "card"
5470
+ ],
5471
+ "access": "public",
5472
+ "file": {
5473
+ "path": "card/_variables.scss",
5474
+ "name": "_variables.scss"
5475
+ }
5476
+ },
5477
+ {
5478
+ "description": "The font weight of the Card title.\n",
5479
+ "commentRange": {
5480
+ "start": 120,
5481
+ "end": 121
5482
+ },
5483
+ "context": {
5484
+ "type": "variable",
5485
+ "name": "kendo-card-title-font-weight",
5486
+ "value": "$headings-font-weight",
5487
+ "scope": "default",
5488
+ "line": {
5489
+ "start": 122,
5490
+ "end": 122
5491
+ }
5492
+ },
5493
+ "group": [
5494
+ "card"
5495
+ ],
5496
+ "access": "public",
5497
+ "file": {
5498
+ "path": "card/_variables.scss",
5499
+ "name": "_variables.scss"
5500
+ }
5501
+ },
5502
+ {
5503
+ "description": "The letter spacing of the Card title.\n",
5504
+ "commentRange": {
5505
+ "start": 123,
5506
+ "end": 124
5507
+ },
5508
+ "context": {
5509
+ "type": "variable",
5510
+ "name": "kendo-card-title-letter-spacing",
5511
+ "value": "null",
5512
+ "scope": "default",
5513
+ "line": {
5514
+ "start": 125,
5515
+ "end": 125
5516
+ }
5517
+ },
5518
+ "group": [
5519
+ "card"
5520
+ ],
5521
+ "access": "public",
5522
+ "file": {
5523
+ "path": "card/_variables.scss",
5524
+ "name": "_variables.scss"
5525
+ }
5526
+ },
5527
+ {
5528
+ "description": "The bottom margin of the Card subtitle.\n",
5529
+ "commentRange": {
5530
+ "start": 127,
5531
+ "end": 128
5532
+ },
5533
+ "context": {
5534
+ "type": "variable",
5535
+ "name": "kendo-card-subtitle-margin-bottom",
5536
+ "value": "k-map-get( $kendo-spacing, 3 )",
5537
+ "scope": "default",
5538
+ "line": {
5539
+ "start": 129,
5540
+ "end": 129
5541
+ }
5542
+ },
5543
+ "group": [
5544
+ "card"
5545
+ ],
5546
+ "access": "public",
5547
+ "file": {
5548
+ "path": "card/_variables.scss",
5549
+ "name": "_variables.scss"
5550
+ }
5551
+ },
5552
+ {
5553
+ "description": "The font size of the Card subtitle.\n",
5554
+ "commentRange": {
5555
+ "start": 130,
5556
+ "end": 131
5557
+ },
5558
+ "context": {
5559
+ "type": "variable",
5560
+ "name": "kendo-card-subtitle-font-size",
5561
+ "value": "$kendo-h6-font-size",
5562
+ "scope": "default",
5563
+ "line": {
5564
+ "start": 132,
5565
+ "end": 132
5566
+ }
5567
+ },
5568
+ "group": [
5569
+ "card"
5570
+ ],
5571
+ "access": "public",
5572
+ "file": {
5573
+ "path": "card/_variables.scss",
5574
+ "name": "_variables.scss"
5575
+ }
5576
+ },
5577
+ {
5578
+ "description": "The font family of the Card subtitle.\n",
5579
+ "commentRange": {
5580
+ "start": 133,
5581
+ "end": 134
5582
+ },
5583
+ "context": {
5584
+ "type": "variable",
5585
+ "name": "kendo-card-subtitle-font-family",
5586
+ "value": "$headings-font-family",
5587
+ "scope": "default",
5588
+ "line": {
5589
+ "start": 135,
5590
+ "end": 135
5591
+ }
5592
+ },
5593
+ "group": [
5594
+ "card"
5595
+ ],
5596
+ "access": "public",
5597
+ "file": {
5598
+ "path": "card/_variables.scss",
5599
+ "name": "_variables.scss"
5600
+ }
5601
+ },
5602
+ {
5603
+ "description": "The line height of the Card subtitle.\n",
5604
+ "commentRange": {
5605
+ "start": 136,
5606
+ "end": 137
5607
+ },
5608
+ "context": {
5609
+ "type": "variable",
5610
+ "name": "kendo-card-subtitle-line-height",
5611
+ "value": "$headings-line-height",
5612
+ "scope": "default",
5613
+ "line": {
5614
+ "start": 138,
5615
+ "end": 138
5616
+ }
5617
+ },
5618
+ "group": [
5619
+ "card"
5620
+ ],
5621
+ "access": "public",
5622
+ "file": {
5623
+ "path": "card/_variables.scss",
5624
+ "name": "_variables.scss"
5625
+ }
5626
+ },
5627
+ {
5628
+ "description": "The font weight of the Card subtitle.\n",
5629
+ "commentRange": {
5630
+ "start": 139,
5631
+ "end": 140
5632
+ },
5633
+ "context": {
5634
+ "type": "variable",
5635
+ "name": "kendo-card-subtitle-font-weight",
5636
+ "value": "$headings-font-weight",
5637
+ "scope": "default",
5638
+ "line": {
5639
+ "start": 141,
5640
+ "end": 141
5641
+ }
5642
+ },
5643
+ "group": [
5644
+ "card"
5645
+ ],
5646
+ "access": "public",
5647
+ "file": {
5648
+ "path": "card/_variables.scss",
5649
+ "name": "_variables.scss"
5650
+ }
5651
+ },
5652
+ {
5653
+ "description": "The letter spacing of the Card subtitle.\n",
5654
+ "commentRange": {
5655
+ "start": 142,
5656
+ "end": 143
5657
+ },
5658
+ "context": {
5659
+ "type": "variable",
5660
+ "name": "kendo-card-subtitle-letter-spacing",
5661
+ "value": "null",
5662
+ "scope": "default",
5663
+ "line": {
5664
+ "start": 144,
5665
+ "end": 144
5666
+ }
5667
+ },
5668
+ "group": [
5669
+ "card"
5670
+ ],
5671
+ "access": "public",
5672
+ "file": {
5673
+ "path": "card/_variables.scss",
5674
+ "name": "_variables.scss"
5675
+ }
5676
+ },
5677
+ {
5678
+ "description": "The text color of the Card subtitle.\n",
5679
+ "commentRange": {
5680
+ "start": 145,
5681
+ "end": 146
5682
+ },
5683
+ "context": {
5684
+ "type": "variable",
5685
+ "name": "kendo-card-subtitle-text",
5686
+ "value": "$kendo-subtle-text",
5687
+ "scope": "default",
5688
+ "line": {
5689
+ "start": 147,
5690
+ "end": 147
5691
+ }
5692
+ },
5693
+ "group": [
5694
+ "card"
5695
+ ],
5696
+ "access": "public",
5697
+ "file": {
5698
+ "path": "card/_variables.scss",
5699
+ "name": "_variables.scss"
5700
+ }
5701
+ },
5702
+ {
5703
+ "description": "The maximum width of the Card image.\n",
5704
+ "commentRange": {
5705
+ "start": 149,
5706
+ "end": 150
5707
+ },
5708
+ "context": {
5709
+ "type": "variable",
5710
+ "name": "kendo-card-img-max-width",
5711
+ "value": "100px",
5712
+ "scope": "default",
5713
+ "line": {
5714
+ "start": 151,
5715
+ "end": 151
5716
+ }
5717
+ },
5718
+ "group": [
5719
+ "card"
5720
+ ],
5721
+ "access": "public",
5722
+ "file": {
5723
+ "path": "card/_variables.scss",
5724
+ "name": "_variables.scss"
5725
+ }
5726
+ },
5727
+ {
5728
+ "description": "The size of the Avatar in the Card.\n",
5729
+ "commentRange": {
5730
+ "start": 152,
5731
+ "end": 153
5732
+ },
5733
+ "context": {
5734
+ "type": "variable",
5735
+ "name": "kendo-card-avatar-size",
5736
+ "value": "45px",
5737
+ "scope": "default",
5738
+ "line": {
5739
+ "start": 154,
5740
+ "end": 154
5741
+ }
5742
+ },
5743
+ "group": [
5744
+ "card"
5745
+ ],
5746
+ "access": "public",
5747
+ "file": {
5748
+ "path": "card/_variables.scss",
5749
+ "name": "_variables.scss"
5750
+ }
5751
+ },
5752
+ {
5753
+ "description": "The spacing between the Avatar and the text in the Card.\n",
5754
+ "commentRange": {
5755
+ "start": 155,
5756
+ "end": 156
5757
+ },
5758
+ "context": {
5759
+ "type": "variable",
5760
+ "name": "kendo-card-avatar-spacing",
5761
+ "value": "$kendo-card-header-padding-x",
5762
+ "scope": "default",
5763
+ "line": {
5764
+ "start": 157,
5765
+ "end": 157
5766
+ }
5767
+ },
5768
+ "group": [
5769
+ "card"
5770
+ ],
5771
+ "access": "public",
5772
+ "file": {
5773
+ "path": "card/_variables.scss",
5774
+ "name": "_variables.scss"
5775
+ }
5776
+ },
5777
+ {
5778
+ "description": "The horizontal padding of the Card actions.\n",
5779
+ "commentRange": {
5780
+ "start": 159,
5781
+ "end": 160
5782
+ },
5783
+ "context": {
5784
+ "type": "variable",
5785
+ "name": "kendo-card-actions-padding-x",
5786
+ "value": "k-map-get( $kendo-spacing, 2 )",
5787
+ "scope": "default",
5788
+ "line": {
5789
+ "start": 161,
5790
+ "end": 161
5791
+ }
5792
+ },
5793
+ "group": [
5794
+ "card"
5795
+ ],
5796
+ "access": "public",
5797
+ "file": {
5798
+ "path": "card/_variables.scss",
5799
+ "name": "_variables.scss"
5800
+ }
5801
+ },
5802
+ {
5803
+ "description": "The vertical padding of the Card actions.\n",
5804
+ "commentRange": {
5805
+ "start": 162,
5806
+ "end": 163
5807
+ },
5808
+ "context": {
5809
+ "type": "variable",
5810
+ "name": "kendo-card-actions-padding-y",
5811
+ "value": "k-map-get( $kendo-spacing, 2 )",
5812
+ "scope": "default",
5813
+ "line": {
5814
+ "start": 164,
5815
+ "end": 164
5816
+ }
5817
+ },
5818
+ "group": [
5819
+ "card"
5820
+ ],
5821
+ "access": "public",
5822
+ "file": {
5823
+ "path": "card/_variables.scss",
5824
+ "name": "_variables.scss"
5825
+ }
5826
+ },
5827
+ {
5828
+ "description": "The top border width of the Card actions.\n",
5829
+ "commentRange": {
5830
+ "start": 165,
5831
+ "end": 166
5832
+ },
5833
+ "context": {
5834
+ "type": "variable",
5835
+ "name": "kendo-card-actions-border-width",
5836
+ "value": "1px",
5837
+ "scope": "default",
5838
+ "line": {
5839
+ "start": 167,
5840
+ "end": 167
5841
+ }
5842
+ },
5843
+ "group": [
5844
+ "card"
5845
+ ],
5846
+ "access": "public",
5847
+ "file": {
5848
+ "path": "card/_variables.scss",
5849
+ "name": "_variables.scss"
5850
+ }
5851
+ },
5852
+ {
5853
+ "description": "The spacing between the Card actions.\n",
5854
+ "commentRange": {
5855
+ "start": 168,
5856
+ "end": 169
5857
+ },
5858
+ "context": {
5859
+ "type": "variable",
5860
+ "name": "kendo-card-actions-gap",
5861
+ "value": "k-map-get( $kendo-spacing, 2 )",
5862
+ "scope": "default",
5863
+ "line": {
5864
+ "start": 170,
5865
+ "end": 170
5866
+ }
5867
+ },
5868
+ "group": [
5869
+ "card"
5870
+ ],
5871
+ "access": "public",
5872
+ "file": {
5873
+ "path": "card/_variables.scss",
5874
+ "name": "_variables.scss"
5875
+ }
5876
+ },
5877
+ {
5878
+ "description": "The border radius of the scroll button in the Card deck.\n",
5879
+ "commentRange": {
5880
+ "start": 172,
5881
+ "end": 173
5882
+ },
5883
+ "context": {
5884
+ "type": "variable",
5885
+ "name": "kendo-card-deck-scroll-button-radius",
5886
+ "value": "0px",
5887
+ "scope": "default",
5888
+ "line": {
5889
+ "start": 174,
5890
+ "end": 174
5891
+ }
5892
+ },
5893
+ "group": [
5894
+ "card"
5895
+ ],
5896
+ "access": "public",
5897
+ "file": {
5898
+ "path": "card/_variables.scss",
5899
+ "name": "_variables.scss"
5900
+ }
5901
+ },
5902
+ {
5903
+ "description": "The border radius of the scroll button in the Card deck.\n",
5904
+ "commentRange": {
5905
+ "start": 175,
5906
+ "end": 176
5907
+ },
5908
+ "context": {
5909
+ "type": "variable",
5910
+ "name": "kendo-card-deck-scroll-button-offset",
5911
+ "value": "-$kendo-button-border-width",
5912
+ "scope": "default",
5913
+ "line": {
5914
+ "start": 177,
5915
+ "end": 177
5916
+ }
5917
+ },
5918
+ "group": [
5919
+ "card"
5920
+ ],
5921
+ "access": "public",
5922
+ "file": {
5923
+ "path": "card/_variables.scss",
5924
+ "name": "_variables.scss"
5925
+ }
5926
+ },
5927
+ {
5928
+ "description": "The width of the Card callout.\n",
5929
+ "commentRange": {
5930
+ "start": 179,
5931
+ "end": 180
5932
+ },
5933
+ "context": {
5934
+ "type": "variable",
5935
+ "name": "kendo-card-callout-width",
5936
+ "value": "1.3em",
5937
+ "scope": "default",
5938
+ "line": {
5939
+ "start": 181,
5940
+ "end": 181
5941
+ }
5942
+ },
5943
+ "group": [
5944
+ "card"
5945
+ ],
5946
+ "access": "public",
5947
+ "file": {
5948
+ "path": "card/_variables.scss",
5949
+ "name": "_variables.scss"
5950
+ }
5951
+ },
5952
+ {
5953
+ "description": "The height of the Card callout.\n",
5954
+ "commentRange": {
5955
+ "start": 182,
5956
+ "end": 183
5957
+ },
5958
+ "context": {
5959
+ "type": "variable",
5960
+ "name": "kendo-card-callout-height",
5961
+ "value": "1.3em",
5962
+ "scope": "default",
5963
+ "line": {
5964
+ "start": 184,
5965
+ "end": 184
5966
+ }
5967
+ },
5968
+ "group": [
5969
+ "card"
5970
+ ],
5971
+ "access": "public",
5972
+ "file": {
5973
+ "path": "card/_variables.scss",
5974
+ "name": "_variables.scss"
5975
+ }
5976
+ },
4602
5977
  {
4603
5978
  "description": "The first base series color and its light and dark shades.\n",
4604
5979
  "commentRange": {