@progress/kendo-theme-classic 8.0.0-dev.2 → 8.0.0-dev.4
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.
- package/dist/all.css +331 -303
- package/dist/all.scss +48 -14
- package/dist/meta/sassdoc-data.json +594 -54
- package/dist/meta/sassdoc-raw-data.json +276 -26
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +6 -6
- package/scss/calendar/_variables.scss +22 -3
|
@@ -6450,15 +6450,40 @@
|
|
|
6450
6450
|
}
|
|
6451
6451
|
},
|
|
6452
6452
|
{
|
|
6453
|
-
"description": "The
|
|
6453
|
+
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
6454
|
+
"commentRange": {
|
|
6455
|
+
"start": 267,
|
|
6456
|
+
"end": 268
|
|
6457
|
+
},
|
|
6458
|
+
"context": {
|
|
6459
|
+
"type": "variable",
|
|
6460
|
+
"name": "kendo-calendar-range-cell-border-radius",
|
|
6461
|
+
"value": "k-border-radius(lg)",
|
|
6462
|
+
"scope": "default",
|
|
6463
|
+
"line": {
|
|
6464
|
+
"start": 269,
|
|
6465
|
+
"end": 269
|
|
6466
|
+
}
|
|
6467
|
+
},
|
|
6468
|
+
"group": [
|
|
6469
|
+
"calendar"
|
|
6470
|
+
],
|
|
6471
|
+
"access": "public",
|
|
6472
|
+
"file": {
|
|
6473
|
+
"path": "calendar/_variables.scss",
|
|
6474
|
+
"name": "_variables.scss"
|
|
6475
|
+
}
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"description": "The font size of the small Calendar.\n",
|
|
6454
6479
|
"commentRange": {
|
|
6455
6480
|
"start": 273,
|
|
6456
6481
|
"end": 274
|
|
6457
6482
|
},
|
|
6458
6483
|
"context": {
|
|
6459
6484
|
"type": "variable",
|
|
6460
|
-
"name": "kendo-calendar-sm-
|
|
6461
|
-
"value": "
|
|
6485
|
+
"name": "kendo-calendar-sm-font-size",
|
|
6486
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
6462
6487
|
"scope": "default",
|
|
6463
6488
|
"line": {
|
|
6464
6489
|
"start": 275,
|
|
@@ -6475,15 +6500,15 @@
|
|
|
6475
6500
|
}
|
|
6476
6501
|
},
|
|
6477
6502
|
{
|
|
6478
|
-
"description": "The
|
|
6503
|
+
"description": "The line height of the small Calendar.\n",
|
|
6479
6504
|
"commentRange": {
|
|
6480
6505
|
"start": 276,
|
|
6481
6506
|
"end": 277
|
|
6482
6507
|
},
|
|
6483
6508
|
"context": {
|
|
6484
6509
|
"type": "variable",
|
|
6485
|
-
"name": "kendo-calendar-sm-
|
|
6486
|
-
"value": "
|
|
6510
|
+
"name": "kendo-calendar-sm-line-height",
|
|
6511
|
+
"value": "var( --kendo-line-height, normal )",
|
|
6487
6512
|
"scope": "default",
|
|
6488
6513
|
"line": {
|
|
6489
6514
|
"start": 278,
|
|
@@ -6499,11 +6524,161 @@
|
|
|
6499
6524
|
"name": "_variables.scss"
|
|
6500
6525
|
}
|
|
6501
6526
|
},
|
|
6527
|
+
{
|
|
6528
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
6529
|
+
"commentRange": {
|
|
6530
|
+
"start": 279,
|
|
6531
|
+
"end": 280
|
|
6532
|
+
},
|
|
6533
|
+
"context": {
|
|
6534
|
+
"type": "variable",
|
|
6535
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
6536
|
+
"value": "28px",
|
|
6537
|
+
"scope": "default",
|
|
6538
|
+
"line": {
|
|
6539
|
+
"start": 281,
|
|
6540
|
+
"end": 281
|
|
6541
|
+
}
|
|
6542
|
+
},
|
|
6543
|
+
"group": [
|
|
6544
|
+
"calendar"
|
|
6545
|
+
],
|
|
6546
|
+
"access": "public",
|
|
6547
|
+
"file": {
|
|
6548
|
+
"path": "calendar/_variables.scss",
|
|
6549
|
+
"name": "_variables.scss"
|
|
6550
|
+
}
|
|
6551
|
+
},
|
|
6552
|
+
{
|
|
6553
|
+
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
6554
|
+
"commentRange": {
|
|
6555
|
+
"start": 282,
|
|
6556
|
+
"end": 283
|
|
6557
|
+
},
|
|
6558
|
+
"context": {
|
|
6559
|
+
"type": "variable",
|
|
6560
|
+
"name": "kendo-calendar-sm-cell-padding-x",
|
|
6561
|
+
"value": "k-spacing(0.5)",
|
|
6562
|
+
"scope": "default",
|
|
6563
|
+
"line": {
|
|
6564
|
+
"start": 284,
|
|
6565
|
+
"end": 284
|
|
6566
|
+
}
|
|
6567
|
+
},
|
|
6568
|
+
"group": [
|
|
6569
|
+
"calendar"
|
|
6570
|
+
],
|
|
6571
|
+
"access": "public",
|
|
6572
|
+
"file": {
|
|
6573
|
+
"path": "calendar/_variables.scss",
|
|
6574
|
+
"name": "_variables.scss"
|
|
6575
|
+
}
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
6579
|
+
"commentRange": {
|
|
6580
|
+
"start": 285,
|
|
6581
|
+
"end": 286
|
|
6582
|
+
},
|
|
6583
|
+
"context": {
|
|
6584
|
+
"type": "variable",
|
|
6585
|
+
"name": "kendo-calendar-sm-cell-padding-y",
|
|
6586
|
+
"value": "k-spacing(0.5)",
|
|
6587
|
+
"scope": "default",
|
|
6588
|
+
"line": {
|
|
6589
|
+
"start": 287,
|
|
6590
|
+
"end": 287
|
|
6591
|
+
}
|
|
6592
|
+
},
|
|
6593
|
+
"group": [
|
|
6594
|
+
"calendar"
|
|
6595
|
+
],
|
|
6596
|
+
"access": "public",
|
|
6597
|
+
"file": {
|
|
6598
|
+
"path": "calendar/_variables.scss",
|
|
6599
|
+
"name": "_variables.scss"
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"description": "The font size of the medium Calendar.\n",
|
|
6604
|
+
"commentRange": {
|
|
6605
|
+
"start": 289,
|
|
6606
|
+
"end": 290
|
|
6607
|
+
},
|
|
6608
|
+
"context": {
|
|
6609
|
+
"type": "variable",
|
|
6610
|
+
"name": "kendo-calendar-md-font-size",
|
|
6611
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
6612
|
+
"scope": "default",
|
|
6613
|
+
"line": {
|
|
6614
|
+
"start": 291,
|
|
6615
|
+
"end": 291
|
|
6616
|
+
}
|
|
6617
|
+
},
|
|
6618
|
+
"group": [
|
|
6619
|
+
"calendar"
|
|
6620
|
+
],
|
|
6621
|
+
"access": "public",
|
|
6622
|
+
"file": {
|
|
6623
|
+
"path": "calendar/_variables.scss",
|
|
6624
|
+
"name": "_variables.scss"
|
|
6625
|
+
}
|
|
6626
|
+
},
|
|
6627
|
+
{
|
|
6628
|
+
"description": "The line height of the medium Calendar.\n",
|
|
6629
|
+
"commentRange": {
|
|
6630
|
+
"start": 292,
|
|
6631
|
+
"end": 293
|
|
6632
|
+
},
|
|
6633
|
+
"context": {
|
|
6634
|
+
"type": "variable",
|
|
6635
|
+
"name": "kendo-calendar-md-line-height",
|
|
6636
|
+
"value": "var( --kendo-line-height, normal )",
|
|
6637
|
+
"scope": "default",
|
|
6638
|
+
"line": {
|
|
6639
|
+
"start": 294,
|
|
6640
|
+
"end": 294
|
|
6641
|
+
}
|
|
6642
|
+
},
|
|
6643
|
+
"group": [
|
|
6644
|
+
"calendar"
|
|
6645
|
+
],
|
|
6646
|
+
"access": "public",
|
|
6647
|
+
"file": {
|
|
6648
|
+
"path": "calendar/_variables.scss",
|
|
6649
|
+
"name": "_variables.scss"
|
|
6650
|
+
}
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
6654
|
+
"commentRange": {
|
|
6655
|
+
"start": 295,
|
|
6656
|
+
"end": 296
|
|
6657
|
+
},
|
|
6658
|
+
"context": {
|
|
6659
|
+
"type": "variable",
|
|
6660
|
+
"name": "kendo-calendar-md-cell-size",
|
|
6661
|
+
"value": "32px",
|
|
6662
|
+
"scope": "default",
|
|
6663
|
+
"line": {
|
|
6664
|
+
"start": 297,
|
|
6665
|
+
"end": 297
|
|
6666
|
+
}
|
|
6667
|
+
},
|
|
6668
|
+
"group": [
|
|
6669
|
+
"calendar"
|
|
6670
|
+
],
|
|
6671
|
+
"access": "public",
|
|
6672
|
+
"file": {
|
|
6673
|
+
"path": "calendar/_variables.scss",
|
|
6674
|
+
"name": "_variables.scss"
|
|
6675
|
+
}
|
|
6676
|
+
},
|
|
6502
6677
|
{
|
|
6503
6678
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
6504
6679
|
"commentRange": {
|
|
6505
|
-
"start":
|
|
6506
|
-
"end":
|
|
6680
|
+
"start": 298,
|
|
6681
|
+
"end": 299
|
|
6507
6682
|
},
|
|
6508
6683
|
"context": {
|
|
6509
6684
|
"type": "variable",
|
|
@@ -6511,8 +6686,8 @@
|
|
|
6511
6686
|
"value": "k-spacing(1)",
|
|
6512
6687
|
"scope": "default",
|
|
6513
6688
|
"line": {
|
|
6514
|
-
"start":
|
|
6515
|
-
"end":
|
|
6689
|
+
"start": 300,
|
|
6690
|
+
"end": 300
|
|
6516
6691
|
}
|
|
6517
6692
|
},
|
|
6518
6693
|
"group": [
|
|
@@ -6527,8 +6702,8 @@
|
|
|
6527
6702
|
{
|
|
6528
6703
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
6529
6704
|
"commentRange": {
|
|
6530
|
-
"start":
|
|
6531
|
-
"end":
|
|
6705
|
+
"start": 301,
|
|
6706
|
+
"end": 302
|
|
6532
6707
|
},
|
|
6533
6708
|
"context": {
|
|
6534
6709
|
"type": "variable",
|
|
@@ -6536,8 +6711,83 @@
|
|
|
6536
6711
|
"value": "k-spacing(1)",
|
|
6537
6712
|
"scope": "default",
|
|
6538
6713
|
"line": {
|
|
6539
|
-
"start":
|
|
6540
|
-
"end":
|
|
6714
|
+
"start": 303,
|
|
6715
|
+
"end": 303
|
|
6716
|
+
}
|
|
6717
|
+
},
|
|
6718
|
+
"group": [
|
|
6719
|
+
"calendar"
|
|
6720
|
+
],
|
|
6721
|
+
"access": "public",
|
|
6722
|
+
"file": {
|
|
6723
|
+
"path": "calendar/_variables.scss",
|
|
6724
|
+
"name": "_variables.scss"
|
|
6725
|
+
}
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"description": "The font size of the large Calendar.\n",
|
|
6729
|
+
"commentRange": {
|
|
6730
|
+
"start": 305,
|
|
6731
|
+
"end": 306
|
|
6732
|
+
},
|
|
6733
|
+
"context": {
|
|
6734
|
+
"type": "variable",
|
|
6735
|
+
"name": "kendo-calendar-lg-font-size",
|
|
6736
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
6737
|
+
"scope": "default",
|
|
6738
|
+
"line": {
|
|
6739
|
+
"start": 307,
|
|
6740
|
+
"end": 307
|
|
6741
|
+
}
|
|
6742
|
+
},
|
|
6743
|
+
"group": [
|
|
6744
|
+
"calendar"
|
|
6745
|
+
],
|
|
6746
|
+
"access": "public",
|
|
6747
|
+
"file": {
|
|
6748
|
+
"path": "calendar/_variables.scss",
|
|
6749
|
+
"name": "_variables.scss"
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"description": "The line height of the large Calendar.\n",
|
|
6754
|
+
"commentRange": {
|
|
6755
|
+
"start": 308,
|
|
6756
|
+
"end": 309
|
|
6757
|
+
},
|
|
6758
|
+
"context": {
|
|
6759
|
+
"type": "variable",
|
|
6760
|
+
"name": "kendo-calendar-lg-line-height",
|
|
6761
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
6762
|
+
"scope": "default",
|
|
6763
|
+
"line": {
|
|
6764
|
+
"start": 310,
|
|
6765
|
+
"end": 310
|
|
6766
|
+
}
|
|
6767
|
+
},
|
|
6768
|
+
"group": [
|
|
6769
|
+
"calendar"
|
|
6770
|
+
],
|
|
6771
|
+
"access": "public",
|
|
6772
|
+
"file": {
|
|
6773
|
+
"path": "calendar/_variables.scss",
|
|
6774
|
+
"name": "_variables.scss"
|
|
6775
|
+
}
|
|
6776
|
+
},
|
|
6777
|
+
{
|
|
6778
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
6779
|
+
"commentRange": {
|
|
6780
|
+
"start": 311,
|
|
6781
|
+
"end": 312
|
|
6782
|
+
},
|
|
6783
|
+
"context": {
|
|
6784
|
+
"type": "variable",
|
|
6785
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
6786
|
+
"value": "40px",
|
|
6787
|
+
"scope": "default",
|
|
6788
|
+
"line": {
|
|
6789
|
+
"start": 313,
|
|
6790
|
+
"end": 313
|
|
6541
6791
|
}
|
|
6542
6792
|
},
|
|
6543
6793
|
"group": [
|
|
@@ -6552,8 +6802,8 @@
|
|
|
6552
6802
|
{
|
|
6553
6803
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
6554
6804
|
"commentRange": {
|
|
6555
|
-
"start":
|
|
6556
|
-
"end":
|
|
6805
|
+
"start": 314,
|
|
6806
|
+
"end": 315
|
|
6557
6807
|
},
|
|
6558
6808
|
"context": {
|
|
6559
6809
|
"type": "variable",
|
|
@@ -6561,8 +6811,8 @@
|
|
|
6561
6811
|
"value": "k-spacing(2)",
|
|
6562
6812
|
"scope": "default",
|
|
6563
6813
|
"line": {
|
|
6564
|
-
"start":
|
|
6565
|
-
"end":
|
|
6814
|
+
"start": 316,
|
|
6815
|
+
"end": 316
|
|
6566
6816
|
}
|
|
6567
6817
|
},
|
|
6568
6818
|
"group": [
|
|
@@ -6577,8 +6827,8 @@
|
|
|
6577
6827
|
{
|
|
6578
6828
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
6579
6829
|
"commentRange": {
|
|
6580
|
-
"start":
|
|
6581
|
-
"end":
|
|
6830
|
+
"start": 317,
|
|
6831
|
+
"end": 318
|
|
6582
6832
|
},
|
|
6583
6833
|
"context": {
|
|
6584
6834
|
"type": "variable",
|
|
@@ -6586,8 +6836,8 @@
|
|
|
6586
6836
|
"value": "k-spacing(2)",
|
|
6587
6837
|
"scope": "default",
|
|
6588
6838
|
"line": {
|
|
6589
|
-
"start":
|
|
6590
|
-
"end":
|
|
6839
|
+
"start": 319,
|
|
6840
|
+
"end": 319
|
|
6591
6841
|
}
|
|
6592
6842
|
},
|
|
6593
6843
|
"group": [
|
|
@@ -6602,8 +6852,8 @@
|
|
|
6602
6852
|
{
|
|
6603
6853
|
"description": "The sizes Map of the Calendar.\n",
|
|
6604
6854
|
"commentRange": {
|
|
6605
|
-
"start":
|
|
6606
|
-
"end":
|
|
6855
|
+
"start": 321,
|
|
6856
|
+
"end": 322
|
|
6607
6857
|
},
|
|
6608
6858
|
"context": {
|
|
6609
6859
|
"type": "variable",
|
|
@@ -6611,8 +6861,8 @@
|
|
|
6611
6861
|
"value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-y,\n cell-padding-y: $kendo-calendar-sm-cell-padding-x\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-y,\n cell-padding-y: $kendo-calendar-md-cell-padding-x\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-y,\n cell-padding-y: $kendo-calendar-lg-cell-padding-x\n )\n)",
|
|
6612
6862
|
"scope": "default",
|
|
6613
6863
|
"line": {
|
|
6614
|
-
"start":
|
|
6615
|
-
"end":
|
|
6864
|
+
"start": 323,
|
|
6865
|
+
"end": 345
|
|
6616
6866
|
}
|
|
6617
6867
|
},
|
|
6618
6868
|
"group": [
|
package/dist/meta/variables.json
CHANGED
|
@@ -5151,6 +5151,10 @@
|
|
|
5151
5151
|
"type": "Number",
|
|
5152
5152
|
"value": "288px"
|
|
5153
5153
|
},
|
|
5154
|
+
"kendo-calendar-range-cell-border-radius": {
|
|
5155
|
+
"type": "String",
|
|
5156
|
+
"value": "var(--kendo-border-radius-lg, 0.375rem)"
|
|
5157
|
+
},
|
|
5154
5158
|
"kendo-calendar-sm-font-size": {
|
|
5155
5159
|
"type": "String",
|
|
5156
5160
|
"value": "var(--kendo-font-size, inherit)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "2.
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "8.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
55
|
+
"@progress/kendo-svg-icons": "2.3.0",
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-default": "8.0.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.4"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "efc246f83ca5457624d8655ebd77a552030a0989"
|
|
65
65
|
}
|
|
@@ -264,12 +264,21 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
|
|
|
264
264
|
|
|
265
265
|
// Multiview calendar
|
|
266
266
|
|
|
267
|
+
/// The border radius of the range cells in the Multiview Calendar.
|
|
268
|
+
/// @group calendar
|
|
269
|
+
$kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
|
|
267
270
|
|
|
268
271
|
// Calendar sizes
|
|
272
|
+
|
|
273
|
+
/// The font size of the small Calendar.
|
|
274
|
+
/// @group calendar
|
|
269
275
|
$kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
276
|
+
/// The line height of the small Calendar.
|
|
277
|
+
/// @group calendar
|
|
270
278
|
$kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
279
|
+
/// The size of the cells in the small Calendar.
|
|
280
|
+
/// @group calendar
|
|
271
281
|
$kendo-calendar-sm-cell-size: 28px !default;
|
|
272
|
-
|
|
273
282
|
/// The horizontal padding of the cells in the small Calendar.
|
|
274
283
|
/// @group calendar
|
|
275
284
|
$kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
@@ -277,10 +286,15 @@ $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
|
277
286
|
/// @group calendar
|
|
278
287
|
$kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
|
|
279
288
|
|
|
289
|
+
/// The font size of the medium Calendar.
|
|
290
|
+
/// @group calendar
|
|
280
291
|
$kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
292
|
+
/// The line height of the medium Calendar.
|
|
293
|
+
/// @group calendar
|
|
281
294
|
$kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
295
|
+
/// The size of the cells in the medium Calendar.
|
|
296
|
+
/// @group calendar
|
|
282
297
|
$kendo-calendar-md-cell-size: 32px !default;
|
|
283
|
-
|
|
284
298
|
/// The horizontal padding of the cells in the medium Calendar.
|
|
285
299
|
/// @group calendar
|
|
286
300
|
$kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
@@ -288,10 +302,15 @@ $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
|
288
302
|
/// @group calendar
|
|
289
303
|
$kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
|
|
290
304
|
|
|
305
|
+
/// The font size of the large Calendar.
|
|
306
|
+
/// @group calendar
|
|
291
307
|
$kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
308
|
+
/// The line height of the large Calendar.
|
|
309
|
+
/// @group calendar
|
|
292
310
|
$kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
311
|
+
/// The size of the cells in the large Calendar.
|
|
312
|
+
/// @group calendar
|
|
293
313
|
$kendo-calendar-lg-cell-size: 40px !default;
|
|
294
|
-
|
|
295
314
|
/// The horizontal padding of the cells in the large Calendar.
|
|
296
315
|
/// @group calendar
|
|
297
316
|
$kendo-calendar-lg-cell-padding-x: k-spacing(2) !default;
|