@progress/kendo-theme-bootstrap 13.1.2-dev.0 → 13.2.0-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.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3-dark.scss +118 -118
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-3.scss +106 -106
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4-dark.scss +117 -117
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-4.scss +105 -105
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-dataviz-v4.scss +30 -30
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +147 -147
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-nordic.scss +105 -105
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise-dark.scss +117 -117
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-turquoise.scss +105 -105
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-urban.scss +105 -105
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/bootstrap-vintage.scss +105 -105
- package/dist/meta/sassdoc-data.json +2754 -3598
- package/dist/meta/sassdoc-raw-data.json +1303 -1516
- package/dist/meta/variables.json +492 -761
- package/lib/swatches/bootstrap-3-dark.json +124 -124
- package/lib/swatches/bootstrap-3.json +112 -112
- package/lib/swatches/bootstrap-4-dark.json +123 -123
- package/lib/swatches/bootstrap-4.json +111 -111
- package/lib/swatches/bootstrap-dataviz-v4.json +36 -36
- package/lib/swatches/bootstrap-main-dark.json +153 -153
- package/lib/swatches/bootstrap-main.json +6 -6
- package/lib/swatches/bootstrap-nordic.json +111 -111
- package/lib/swatches/bootstrap-turquoise-dark.json +123 -123
- package/lib/swatches/bootstrap-turquoise.json +111 -111
- package/lib/swatches/bootstrap-urban.json +111 -111
- package/lib/swatches/bootstrap-vintage.json +111 -111
- package/package.json +4 -4
- package/scss/button/_variables.scss +20 -0
- package/scss/core/_index.scss +7 -0
- package/scss/core/border-radii/index.scss +11 -12
- package/scss/core/color-system/_swatch.scss +177 -158
- package/scss/core/spacing/index.scss +36 -38
- package/scss/core/typography/index.scss +74 -3
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/grid/_theme.scss +1 -0
- package/scss/grid/_variables.scss +11 -3
- package/scss/core/color-system/_palettes.scss +0 -195
|
@@ -6548,15 +6548,15 @@
|
|
|
6548
6548
|
}
|
|
6549
6549
|
},
|
|
6550
6550
|
{
|
|
6551
|
-
"description": "The horizontal padding of the
|
|
6551
|
+
"description": "The horizontal padding of the xsmall Button.\n",
|
|
6552
6552
|
"commentRange": {
|
|
6553
6553
|
"start": 32,
|
|
6554
6554
|
"end": 33
|
|
6555
6555
|
},
|
|
6556
6556
|
"context": {
|
|
6557
6557
|
"type": "variable",
|
|
6558
|
-
"name": "kendo-button-
|
|
6559
|
-
"value": "k-spacing(
|
|
6558
|
+
"name": "kendo-button-xs-padding-x",
|
|
6559
|
+
"value": "k-spacing(0.5)",
|
|
6560
6560
|
"scope": "default",
|
|
6561
6561
|
"line": {
|
|
6562
6562
|
"start": 34,
|
|
@@ -6573,15 +6573,15 @@
|
|
|
6573
6573
|
}
|
|
6574
6574
|
},
|
|
6575
6575
|
{
|
|
6576
|
-
"description": "The horizontal padding of the
|
|
6576
|
+
"description": "The horizontal padding of the small Button.\n",
|
|
6577
6577
|
"commentRange": {
|
|
6578
6578
|
"start": 35,
|
|
6579
6579
|
"end": 36
|
|
6580
6580
|
},
|
|
6581
6581
|
"context": {
|
|
6582
6582
|
"type": "variable",
|
|
6583
|
-
"name": "kendo-button-
|
|
6584
|
-
"value": "k-spacing(
|
|
6583
|
+
"name": "kendo-button-sm-padding-x",
|
|
6584
|
+
"value": "k-spacing(2)",
|
|
6585
6585
|
"scope": "default",
|
|
6586
6586
|
"line": {
|
|
6587
6587
|
"start": 37,
|
|
@@ -6598,15 +6598,15 @@
|
|
|
6598
6598
|
}
|
|
6599
6599
|
},
|
|
6600
6600
|
{
|
|
6601
|
-
"description": "The horizontal padding of the
|
|
6601
|
+
"description": "The horizontal padding of the medium Button.\n",
|
|
6602
6602
|
"commentRange": {
|
|
6603
6603
|
"start": 38,
|
|
6604
6604
|
"end": 39
|
|
6605
6605
|
},
|
|
6606
6606
|
"context": {
|
|
6607
6607
|
"type": "variable",
|
|
6608
|
-
"name": "kendo-button-
|
|
6609
|
-
"value": "k-spacing(
|
|
6608
|
+
"name": "kendo-button-md-padding-x",
|
|
6609
|
+
"value": "k-spacing(3)",
|
|
6610
6610
|
"scope": "default",
|
|
6611
6611
|
"line": {
|
|
6612
6612
|
"start": 40,
|
|
@@ -6622,11 +6622,61 @@
|
|
|
6622
6622
|
"name": "_variables.scss"
|
|
6623
6623
|
}
|
|
6624
6624
|
},
|
|
6625
|
+
{
|
|
6626
|
+
"description": "The horizontal padding of the large Button.\n",
|
|
6627
|
+
"commentRange": {
|
|
6628
|
+
"start": 41,
|
|
6629
|
+
"end": 42
|
|
6630
|
+
},
|
|
6631
|
+
"context": {
|
|
6632
|
+
"type": "variable",
|
|
6633
|
+
"name": "kendo-button-lg-padding-x",
|
|
6634
|
+
"value": "k-spacing(4)",
|
|
6635
|
+
"scope": "default",
|
|
6636
|
+
"line": {
|
|
6637
|
+
"start": 43,
|
|
6638
|
+
"end": 43
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
6641
|
+
"group": [
|
|
6642
|
+
"button"
|
|
6643
|
+
],
|
|
6644
|
+
"access": "public",
|
|
6645
|
+
"file": {
|
|
6646
|
+
"path": "button/_variables.scss",
|
|
6647
|
+
"name": "_variables.scss"
|
|
6648
|
+
}
|
|
6649
|
+
},
|
|
6650
|
+
{
|
|
6651
|
+
"description": "The vertical padding of the xsmall Button.\n",
|
|
6652
|
+
"commentRange": {
|
|
6653
|
+
"start": 45,
|
|
6654
|
+
"end": 46
|
|
6655
|
+
},
|
|
6656
|
+
"context": {
|
|
6657
|
+
"type": "variable",
|
|
6658
|
+
"name": "kendo-button-xs-padding-y",
|
|
6659
|
+
"value": "k-spacing(1px)",
|
|
6660
|
+
"scope": "default",
|
|
6661
|
+
"line": {
|
|
6662
|
+
"start": 47,
|
|
6663
|
+
"end": 47
|
|
6664
|
+
}
|
|
6665
|
+
},
|
|
6666
|
+
"group": [
|
|
6667
|
+
"button"
|
|
6668
|
+
],
|
|
6669
|
+
"access": "public",
|
|
6670
|
+
"file": {
|
|
6671
|
+
"path": "button/_variables.scss",
|
|
6672
|
+
"name": "_variables.scss"
|
|
6673
|
+
}
|
|
6674
|
+
},
|
|
6625
6675
|
{
|
|
6626
6676
|
"description": "The vertical padding of the small Button.\n",
|
|
6627
6677
|
"commentRange": {
|
|
6628
|
-
"start":
|
|
6629
|
-
"end":
|
|
6678
|
+
"start": 48,
|
|
6679
|
+
"end": 49
|
|
6630
6680
|
},
|
|
6631
6681
|
"context": {
|
|
6632
6682
|
"type": "variable",
|
|
@@ -6634,8 +6684,8 @@
|
|
|
6634
6684
|
"value": "k-spacing(1)",
|
|
6635
6685
|
"scope": "default",
|
|
6636
6686
|
"line": {
|
|
6637
|
-
"start":
|
|
6638
|
-
"end":
|
|
6687
|
+
"start": 50,
|
|
6688
|
+
"end": 50
|
|
6639
6689
|
}
|
|
6640
6690
|
},
|
|
6641
6691
|
"group": [
|
|
@@ -6650,8 +6700,8 @@
|
|
|
6650
6700
|
{
|
|
6651
6701
|
"description": "The vertical padding of the medium Button.\n",
|
|
6652
6702
|
"commentRange": {
|
|
6653
|
-
"start":
|
|
6654
|
-
"end":
|
|
6703
|
+
"start": 51,
|
|
6704
|
+
"end": 52
|
|
6655
6705
|
},
|
|
6656
6706
|
"context": {
|
|
6657
6707
|
"type": "variable",
|
|
@@ -6659,8 +6709,8 @@
|
|
|
6659
6709
|
"value": "k-spacing(1.5)",
|
|
6660
6710
|
"scope": "default",
|
|
6661
6711
|
"line": {
|
|
6662
|
-
"start":
|
|
6663
|
-
"end":
|
|
6712
|
+
"start": 53,
|
|
6713
|
+
"end": 53
|
|
6664
6714
|
}
|
|
6665
6715
|
},
|
|
6666
6716
|
"group": [
|
|
@@ -6675,8 +6725,8 @@
|
|
|
6675
6725
|
{
|
|
6676
6726
|
"description": "The vertical padding of the large Button.\n",
|
|
6677
6727
|
"commentRange": {
|
|
6678
|
-
"start":
|
|
6679
|
-
"end":
|
|
6728
|
+
"start": 54,
|
|
6729
|
+
"end": 55
|
|
6680
6730
|
},
|
|
6681
6731
|
"context": {
|
|
6682
6732
|
"type": "variable",
|
|
@@ -6684,8 +6734,8 @@
|
|
|
6684
6734
|
"value": "k-spacing(2)",
|
|
6685
6735
|
"scope": "default",
|
|
6686
6736
|
"line": {
|
|
6687
|
-
"start":
|
|
6688
|
-
"end":
|
|
6737
|
+
"start": 56,
|
|
6738
|
+
"end": 56
|
|
6689
6739
|
}
|
|
6690
6740
|
},
|
|
6691
6741
|
"group": [
|
|
@@ -6700,8 +6750,8 @@
|
|
|
6700
6750
|
{
|
|
6701
6751
|
"description": "The font family of the Button.\n",
|
|
6702
6752
|
"commentRange": {
|
|
6703
|
-
"start":
|
|
6704
|
-
"end":
|
|
6753
|
+
"start": 58,
|
|
6754
|
+
"end": 59
|
|
6705
6755
|
},
|
|
6706
6756
|
"context": {
|
|
6707
6757
|
"type": "variable",
|
|
@@ -6709,8 +6759,8 @@
|
|
|
6709
6759
|
"value": "var(--kendo-font-family)",
|
|
6710
6760
|
"scope": "default",
|
|
6711
6761
|
"line": {
|
|
6712
|
-
"start":
|
|
6713
|
-
"end":
|
|
6762
|
+
"start": 60,
|
|
6763
|
+
"end": 60
|
|
6714
6764
|
}
|
|
6715
6765
|
},
|
|
6716
6766
|
"group": [
|
|
@@ -6725,8 +6775,8 @@
|
|
|
6725
6775
|
{
|
|
6726
6776
|
"description": "The font weight of the Button.\n",
|
|
6727
6777
|
"commentRange": {
|
|
6728
|
-
"start":
|
|
6729
|
-
"end":
|
|
6778
|
+
"start": 61,
|
|
6779
|
+
"end": 62
|
|
6730
6780
|
},
|
|
6731
6781
|
"context": {
|
|
6732
6782
|
"type": "variable",
|
|
@@ -6734,8 +6784,8 @@
|
|
|
6734
6784
|
"value": "var(--kendo-font-weight-normal)",
|
|
6735
6785
|
"scope": "default",
|
|
6736
6786
|
"line": {
|
|
6737
|
-
"start":
|
|
6738
|
-
"end":
|
|
6787
|
+
"start": 63,
|
|
6788
|
+
"end": 63
|
|
6739
6789
|
}
|
|
6740
6790
|
},
|
|
6741
6791
|
"group": [
|
|
@@ -6750,8 +6800,8 @@
|
|
|
6750
6800
|
{
|
|
6751
6801
|
"description": "The font size of the Button.\n",
|
|
6752
6802
|
"commentRange": {
|
|
6753
|
-
"start":
|
|
6754
|
-
"end":
|
|
6803
|
+
"start": 65,
|
|
6804
|
+
"end": 66
|
|
6755
6805
|
},
|
|
6756
6806
|
"context": {
|
|
6757
6807
|
"type": "variable",
|
|
@@ -6759,8 +6809,33 @@
|
|
|
6759
6809
|
"value": "$kendo-font-size",
|
|
6760
6810
|
"scope": "default",
|
|
6761
6811
|
"line": {
|
|
6762
|
-
"start":
|
|
6763
|
-
"end":
|
|
6812
|
+
"start": 67,
|
|
6813
|
+
"end": 67
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
6816
|
+
"group": [
|
|
6817
|
+
"button"
|
|
6818
|
+
],
|
|
6819
|
+
"access": "public",
|
|
6820
|
+
"file": {
|
|
6821
|
+
"path": "button/_variables.scss",
|
|
6822
|
+
"name": "_variables.scss"
|
|
6823
|
+
}
|
|
6824
|
+
},
|
|
6825
|
+
{
|
|
6826
|
+
"description": "The font size of the xsmall Button.\n",
|
|
6827
|
+
"commentRange": {
|
|
6828
|
+
"start": 68,
|
|
6829
|
+
"end": 69
|
|
6830
|
+
},
|
|
6831
|
+
"context": {
|
|
6832
|
+
"type": "variable",
|
|
6833
|
+
"name": "kendo-button-xs-font-size",
|
|
6834
|
+
"value": "var(--kendo-font-size-sm)",
|
|
6835
|
+
"scope": "default",
|
|
6836
|
+
"line": {
|
|
6837
|
+
"start": 70,
|
|
6838
|
+
"end": 70
|
|
6764
6839
|
}
|
|
6765
6840
|
},
|
|
6766
6841
|
"group": [
|
|
@@ -6775,8 +6850,8 @@
|
|
|
6775
6850
|
{
|
|
6776
6851
|
"description": "The font size of the small Button.\n",
|
|
6777
6852
|
"commentRange": {
|
|
6778
|
-
"start":
|
|
6779
|
-
"end":
|
|
6853
|
+
"start": 71,
|
|
6854
|
+
"end": 72
|
|
6780
6855
|
},
|
|
6781
6856
|
"context": {
|
|
6782
6857
|
"type": "variable",
|
|
@@ -6784,8 +6859,8 @@
|
|
|
6784
6859
|
"value": "var(--kendo-font-size-sm)",
|
|
6785
6860
|
"scope": "default",
|
|
6786
6861
|
"line": {
|
|
6787
|
-
"start":
|
|
6788
|
-
"end":
|
|
6862
|
+
"start": 73,
|
|
6863
|
+
"end": 73
|
|
6789
6864
|
}
|
|
6790
6865
|
},
|
|
6791
6866
|
"group": [
|
|
@@ -6800,8 +6875,8 @@
|
|
|
6800
6875
|
{
|
|
6801
6876
|
"description": "The font size of the medium Button.\n",
|
|
6802
6877
|
"commentRange": {
|
|
6803
|
-
"start":
|
|
6804
|
-
"end":
|
|
6878
|
+
"start": 74,
|
|
6879
|
+
"end": 75
|
|
6805
6880
|
},
|
|
6806
6881
|
"context": {
|
|
6807
6882
|
"type": "variable",
|
|
@@ -6809,8 +6884,8 @@
|
|
|
6809
6884
|
"value": "var(--kendo-font-size)",
|
|
6810
6885
|
"scope": "default",
|
|
6811
6886
|
"line": {
|
|
6812
|
-
"start":
|
|
6813
|
-
"end":
|
|
6887
|
+
"start": 76,
|
|
6888
|
+
"end": 76
|
|
6814
6889
|
}
|
|
6815
6890
|
},
|
|
6816
6891
|
"group": [
|
|
@@ -6825,8 +6900,8 @@
|
|
|
6825
6900
|
{
|
|
6826
6901
|
"description": "The font size of the large Button.\n",
|
|
6827
6902
|
"commentRange": {
|
|
6828
|
-
"start":
|
|
6829
|
-
"end":
|
|
6903
|
+
"start": 77,
|
|
6904
|
+
"end": 78
|
|
6830
6905
|
},
|
|
6831
6906
|
"context": {
|
|
6832
6907
|
"type": "variable",
|
|
@@ -6834,8 +6909,8 @@
|
|
|
6834
6909
|
"value": "var(--kendo-font-size-lg)",
|
|
6835
6910
|
"scope": "default",
|
|
6836
6911
|
"line": {
|
|
6837
|
-
"start":
|
|
6838
|
-
"end":
|
|
6912
|
+
"start": 79,
|
|
6913
|
+
"end": 79
|
|
6839
6914
|
}
|
|
6840
6915
|
},
|
|
6841
6916
|
"group": [
|
|
@@ -6850,8 +6925,8 @@
|
|
|
6850
6925
|
{
|
|
6851
6926
|
"description": "The line height used along with the $kendo-font-size variable.\n",
|
|
6852
6927
|
"commentRange": {
|
|
6853
|
-
"start":
|
|
6854
|
-
"end":
|
|
6928
|
+
"start": 81,
|
|
6929
|
+
"end": 82
|
|
6855
6930
|
},
|
|
6856
6931
|
"context": {
|
|
6857
6932
|
"type": "variable",
|
|
@@ -6859,8 +6934,33 @@
|
|
|
6859
6934
|
"value": "$kendo-line-height",
|
|
6860
6935
|
"scope": "default",
|
|
6861
6936
|
"line": {
|
|
6862
|
-
"start":
|
|
6863
|
-
"end":
|
|
6937
|
+
"start": 83,
|
|
6938
|
+
"end": 83
|
|
6939
|
+
}
|
|
6940
|
+
},
|
|
6941
|
+
"group": [
|
|
6942
|
+
"button"
|
|
6943
|
+
],
|
|
6944
|
+
"access": "public",
|
|
6945
|
+
"file": {
|
|
6946
|
+
"path": "button/_variables.scss",
|
|
6947
|
+
"name": "_variables.scss"
|
|
6948
|
+
}
|
|
6949
|
+
},
|
|
6950
|
+
{
|
|
6951
|
+
"description": "The line height used along with the $kendo-font-size variable of the xsmall Button.\n",
|
|
6952
|
+
"commentRange": {
|
|
6953
|
+
"start": 84,
|
|
6954
|
+
"end": 85
|
|
6955
|
+
},
|
|
6956
|
+
"context": {
|
|
6957
|
+
"type": "variable",
|
|
6958
|
+
"name": "kendo-button-xs-line-height",
|
|
6959
|
+
"value": "math.div( 20, 14 )",
|
|
6960
|
+
"scope": "default",
|
|
6961
|
+
"line": {
|
|
6962
|
+
"start": 86,
|
|
6963
|
+
"end": 86
|
|
6864
6964
|
}
|
|
6865
6965
|
},
|
|
6866
6966
|
"group": [
|
|
@@ -6875,8 +6975,8 @@
|
|
|
6875
6975
|
{
|
|
6876
6976
|
"description": "The line height used along with the $kendo-font-size variable of the small Button.\n",
|
|
6877
6977
|
"commentRange": {
|
|
6878
|
-
"start":
|
|
6879
|
-
"end":
|
|
6978
|
+
"start": 87,
|
|
6979
|
+
"end": 88
|
|
6880
6980
|
},
|
|
6881
6981
|
"context": {
|
|
6882
6982
|
"type": "variable",
|
|
@@ -6884,8 +6984,8 @@
|
|
|
6884
6984
|
"value": "math.div( 20, 14 )",
|
|
6885
6985
|
"scope": "default",
|
|
6886
6986
|
"line": {
|
|
6887
|
-
"start":
|
|
6888
|
-
"end":
|
|
6987
|
+
"start": 89,
|
|
6988
|
+
"end": 89
|
|
6889
6989
|
}
|
|
6890
6990
|
},
|
|
6891
6991
|
"group": [
|
|
@@ -6900,8 +7000,8 @@
|
|
|
6900
7000
|
{
|
|
6901
7001
|
"description": "The line height used along with the $kendo-font-size variable of the medium Button.\n",
|
|
6902
7002
|
"commentRange": {
|
|
6903
|
-
"start":
|
|
6904
|
-
"end":
|
|
7003
|
+
"start": 90,
|
|
7004
|
+
"end": 91
|
|
6905
7005
|
},
|
|
6906
7006
|
"context": {
|
|
6907
7007
|
"type": "variable",
|
|
@@ -6909,8 +7009,8 @@
|
|
|
6909
7009
|
"value": "var(--kendo-line-height)",
|
|
6910
7010
|
"scope": "default",
|
|
6911
7011
|
"line": {
|
|
6912
|
-
"start":
|
|
6913
|
-
"end":
|
|
7012
|
+
"start": 92,
|
|
7013
|
+
"end": 92
|
|
6914
7014
|
}
|
|
6915
7015
|
},
|
|
6916
7016
|
"group": [
|
|
@@ -6925,8 +7025,8 @@
|
|
|
6925
7025
|
{
|
|
6926
7026
|
"description": "The line height used along with the $kendo-font-size variable of the large Button.\n",
|
|
6927
7027
|
"commentRange": {
|
|
6928
|
-
"start":
|
|
6929
|
-
"end":
|
|
7028
|
+
"start": 93,
|
|
7029
|
+
"end": 94
|
|
6930
7030
|
},
|
|
6931
7031
|
"context": {
|
|
6932
7032
|
"type": "variable",
|
|
@@ -6934,8 +7034,8 @@
|
|
|
6934
7034
|
"value": "var(--kendo-line-height)",
|
|
6935
7035
|
"scope": "default",
|
|
6936
7036
|
"line": {
|
|
6937
|
-
"start":
|
|
6938
|
-
"end":
|
|
7037
|
+
"start": 95,
|
|
7038
|
+
"end": 95
|
|
6939
7039
|
}
|
|
6940
7040
|
},
|
|
6941
7041
|
"group": [
|
|
@@ -6950,8 +7050,8 @@
|
|
|
6950
7050
|
{
|
|
6951
7051
|
"description": "The base background of the Button.\n",
|
|
6952
7052
|
"commentRange": {
|
|
6953
|
-
"start":
|
|
6954
|
-
"end":
|
|
7053
|
+
"start": 108,
|
|
7054
|
+
"end": 109
|
|
6955
7055
|
},
|
|
6956
7056
|
"context": {
|
|
6957
7057
|
"type": "variable",
|
|
@@ -6959,8 +7059,8 @@
|
|
|
6959
7059
|
"value": "k-color(base)",
|
|
6960
7060
|
"scope": "default",
|
|
6961
7061
|
"line": {
|
|
6962
|
-
"start":
|
|
6963
|
-
"end":
|
|
7062
|
+
"start": 110,
|
|
7063
|
+
"end": 110
|
|
6964
7064
|
}
|
|
6965
7065
|
},
|
|
6966
7066
|
"group": [
|
|
@@ -6975,8 +7075,8 @@
|
|
|
6975
7075
|
{
|
|
6976
7076
|
"description": "The base text color of the Button.\n",
|
|
6977
7077
|
"commentRange": {
|
|
6978
|
-
"start":
|
|
6979
|
-
"end":
|
|
7078
|
+
"start": 111,
|
|
7079
|
+
"end": 112
|
|
6980
7080
|
},
|
|
6981
7081
|
"context": {
|
|
6982
7082
|
"type": "variable",
|
|
@@ -6984,8 +7084,8 @@
|
|
|
6984
7084
|
"value": "k-color(on-base)",
|
|
6985
7085
|
"scope": "default",
|
|
6986
7086
|
"line": {
|
|
6987
|
-
"start":
|
|
6988
|
-
"end":
|
|
7087
|
+
"start": 113,
|
|
7088
|
+
"end": 113
|
|
6989
7089
|
}
|
|
6990
7090
|
},
|
|
6991
7091
|
"group": [
|
|
@@ -7000,8 +7100,8 @@
|
|
|
7000
7100
|
{
|
|
7001
7101
|
"description": "The base border color of the Button.\n",
|
|
7002
7102
|
"commentRange": {
|
|
7003
|
-
"start":
|
|
7004
|
-
"end":
|
|
7103
|
+
"start": 114,
|
|
7104
|
+
"end": 115
|
|
7005
7105
|
},
|
|
7006
7106
|
"context": {
|
|
7007
7107
|
"type": "variable",
|
|
@@ -7009,8 +7109,8 @@
|
|
|
7009
7109
|
"value": "$kendo-button-bg",
|
|
7010
7110
|
"scope": "default",
|
|
7011
7111
|
"line": {
|
|
7012
|
-
"start":
|
|
7013
|
-
"end":
|
|
7112
|
+
"start": 116,
|
|
7113
|
+
"end": 116
|
|
7014
7114
|
}
|
|
7015
7115
|
},
|
|
7016
7116
|
"group": [
|
|
@@ -7025,8 +7125,8 @@
|
|
|
7025
7125
|
{
|
|
7026
7126
|
"description": "The base background gradient of the Button.\n",
|
|
7027
7127
|
"commentRange": {
|
|
7028
|
-
"start":
|
|
7029
|
-
"end":
|
|
7128
|
+
"start": 117,
|
|
7129
|
+
"end": 118
|
|
7030
7130
|
},
|
|
7031
7131
|
"context": {
|
|
7032
7132
|
"type": "variable",
|
|
@@ -7034,8 +7134,8 @@
|
|
|
7034
7134
|
"value": "none",
|
|
7035
7135
|
"scope": "default",
|
|
7036
7136
|
"line": {
|
|
7037
|
-
"start":
|
|
7038
|
-
"end":
|
|
7137
|
+
"start": 119,
|
|
7138
|
+
"end": 119
|
|
7039
7139
|
}
|
|
7040
7140
|
},
|
|
7041
7141
|
"group": [
|
|
@@ -7050,8 +7150,8 @@
|
|
|
7050
7150
|
{
|
|
7051
7151
|
"description": "The base shadow of the Button.\n",
|
|
7052
7152
|
"commentRange": {
|
|
7053
|
-
"start":
|
|
7054
|
-
"end":
|
|
7153
|
+
"start": 120,
|
|
7154
|
+
"end": 121
|
|
7055
7155
|
},
|
|
7056
7156
|
"context": {
|
|
7057
7157
|
"type": "variable",
|
|
@@ -7059,8 +7159,8 @@
|
|
|
7059
7159
|
"value": "null",
|
|
7060
7160
|
"scope": "default",
|
|
7061
7161
|
"line": {
|
|
7062
|
-
"start":
|
|
7063
|
-
"end":
|
|
7162
|
+
"start": 122,
|
|
7163
|
+
"end": 122
|
|
7064
7164
|
}
|
|
7065
7165
|
},
|
|
7066
7166
|
"group": [
|
|
@@ -7075,8 +7175,8 @@
|
|
|
7075
7175
|
{
|
|
7076
7176
|
"description": "The base background of the hovered Button.\n",
|
|
7077
7177
|
"commentRange": {
|
|
7078
|
-
"start":
|
|
7079
|
-
"end":
|
|
7178
|
+
"start": 124,
|
|
7179
|
+
"end": 125
|
|
7080
7180
|
},
|
|
7081
7181
|
"context": {
|
|
7082
7182
|
"type": "variable",
|
|
@@ -7084,8 +7184,8 @@
|
|
|
7084
7184
|
"value": "k-color(base-hover)",
|
|
7085
7185
|
"scope": "default",
|
|
7086
7186
|
"line": {
|
|
7087
|
-
"start":
|
|
7088
|
-
"end":
|
|
7187
|
+
"start": 126,
|
|
7188
|
+
"end": 126
|
|
7089
7189
|
}
|
|
7090
7190
|
},
|
|
7091
7191
|
"group": [
|
|
@@ -7100,8 +7200,8 @@
|
|
|
7100
7200
|
{
|
|
7101
7201
|
"description": "The base text color of the hovered Button.\n",
|
|
7102
7202
|
"commentRange": {
|
|
7103
|
-
"start":
|
|
7104
|
-
"end":
|
|
7203
|
+
"start": 127,
|
|
7204
|
+
"end": 128
|
|
7105
7205
|
},
|
|
7106
7206
|
"context": {
|
|
7107
7207
|
"type": "variable",
|
|
@@ -7109,8 +7209,8 @@
|
|
|
7109
7209
|
"value": "null",
|
|
7110
7210
|
"scope": "default",
|
|
7111
7211
|
"line": {
|
|
7112
|
-
"start":
|
|
7113
|
-
"end":
|
|
7212
|
+
"start": 129,
|
|
7213
|
+
"end": 129
|
|
7114
7214
|
}
|
|
7115
7215
|
},
|
|
7116
7216
|
"group": [
|
|
@@ -7125,8 +7225,8 @@
|
|
|
7125
7225
|
{
|
|
7126
7226
|
"description": "The base border color of the hovered Button.\n",
|
|
7127
7227
|
"commentRange": {
|
|
7128
|
-
"start":
|
|
7129
|
-
"end":
|
|
7228
|
+
"start": 130,
|
|
7229
|
+
"end": 131
|
|
7130
7230
|
},
|
|
7131
7231
|
"context": {
|
|
7132
7232
|
"type": "variable",
|
|
@@ -7134,8 +7234,8 @@
|
|
|
7134
7234
|
"value": "k-color(base-hover)",
|
|
7135
7235
|
"scope": "default",
|
|
7136
7236
|
"line": {
|
|
7137
|
-
"start":
|
|
7138
|
-
"end":
|
|
7237
|
+
"start": 132,
|
|
7238
|
+
"end": 132
|
|
7139
7239
|
}
|
|
7140
7240
|
},
|
|
7141
7241
|
"group": [
|
|
@@ -7150,8 +7250,8 @@
|
|
|
7150
7250
|
{
|
|
7151
7251
|
"description": "The base background gradient of the hovered Button.\n",
|
|
7152
7252
|
"commentRange": {
|
|
7153
|
-
"start":
|
|
7154
|
-
"end":
|
|
7253
|
+
"start": 133,
|
|
7254
|
+
"end": 134
|
|
7155
7255
|
},
|
|
7156
7256
|
"context": {
|
|
7157
7257
|
"type": "variable",
|
|
@@ -7159,8 +7259,8 @@
|
|
|
7159
7259
|
"value": "none",
|
|
7160
7260
|
"scope": "default",
|
|
7161
7261
|
"line": {
|
|
7162
|
-
"start":
|
|
7163
|
-
"end":
|
|
7262
|
+
"start": 135,
|
|
7263
|
+
"end": 135
|
|
7164
7264
|
}
|
|
7165
7265
|
},
|
|
7166
7266
|
"group": [
|
|
@@ -7175,8 +7275,8 @@
|
|
|
7175
7275
|
{
|
|
7176
7276
|
"description": "The base shadow of the hovered Button.\n",
|
|
7177
7277
|
"commentRange": {
|
|
7178
|
-
"start":
|
|
7179
|
-
"end":
|
|
7278
|
+
"start": 136,
|
|
7279
|
+
"end": 137
|
|
7180
7280
|
},
|
|
7181
7281
|
"context": {
|
|
7182
7282
|
"type": "variable",
|
|
@@ -7184,8 +7284,8 @@
|
|
|
7184
7284
|
"value": "null",
|
|
7185
7285
|
"scope": "default",
|
|
7186
7286
|
"line": {
|
|
7187
|
-
"start":
|
|
7188
|
-
"end":
|
|
7287
|
+
"start": 138,
|
|
7288
|
+
"end": 138
|
|
7189
7289
|
}
|
|
7190
7290
|
},
|
|
7191
7291
|
"group": [
|
|
@@ -7200,8 +7300,8 @@
|
|
|
7200
7300
|
{
|
|
7201
7301
|
"description": "The base background color of the active Button.\n",
|
|
7202
7302
|
"commentRange": {
|
|
7203
|
-
"start":
|
|
7204
|
-
"end":
|
|
7303
|
+
"start": 140,
|
|
7304
|
+
"end": 141
|
|
7205
7305
|
},
|
|
7206
7306
|
"context": {
|
|
7207
7307
|
"type": "variable",
|
|
@@ -7209,8 +7309,8 @@
|
|
|
7209
7309
|
"value": "k-color(base-active)",
|
|
7210
7310
|
"scope": "default",
|
|
7211
7311
|
"line": {
|
|
7212
|
-
"start":
|
|
7213
|
-
"end":
|
|
7312
|
+
"start": 142,
|
|
7313
|
+
"end": 142
|
|
7214
7314
|
}
|
|
7215
7315
|
},
|
|
7216
7316
|
"group": [
|
|
@@ -7225,8 +7325,8 @@
|
|
|
7225
7325
|
{
|
|
7226
7326
|
"description": "The base text color of the active Button.\n",
|
|
7227
7327
|
"commentRange": {
|
|
7228
|
-
"start":
|
|
7229
|
-
"end":
|
|
7328
|
+
"start": 143,
|
|
7329
|
+
"end": 144
|
|
7230
7330
|
},
|
|
7231
7331
|
"context": {
|
|
7232
7332
|
"type": "variable",
|
|
@@ -7234,8 +7334,8 @@
|
|
|
7234
7334
|
"value": "null",
|
|
7235
7335
|
"scope": "default",
|
|
7236
7336
|
"line": {
|
|
7237
|
-
"start":
|
|
7238
|
-
"end":
|
|
7337
|
+
"start": 145,
|
|
7338
|
+
"end": 145
|
|
7239
7339
|
}
|
|
7240
7340
|
},
|
|
7241
7341
|
"group": [
|
|
@@ -7250,8 +7350,8 @@
|
|
|
7250
7350
|
{
|
|
7251
7351
|
"description": "The base border color of the active Button.\n",
|
|
7252
7352
|
"commentRange": {
|
|
7253
|
-
"start":
|
|
7254
|
-
"end":
|
|
7353
|
+
"start": 146,
|
|
7354
|
+
"end": 147
|
|
7255
7355
|
},
|
|
7256
7356
|
"context": {
|
|
7257
7357
|
"type": "variable",
|
|
@@ -7259,8 +7359,8 @@
|
|
|
7259
7359
|
"value": "k-color(base-active)",
|
|
7260
7360
|
"scope": "default",
|
|
7261
7361
|
"line": {
|
|
7262
|
-
"start":
|
|
7263
|
-
"end":
|
|
7362
|
+
"start": 148,
|
|
7363
|
+
"end": 148
|
|
7264
7364
|
}
|
|
7265
7365
|
},
|
|
7266
7366
|
"group": [
|
|
@@ -7275,8 +7375,8 @@
|
|
|
7275
7375
|
{
|
|
7276
7376
|
"description": "The base background gradient of the active Button.\n",
|
|
7277
7377
|
"commentRange": {
|
|
7278
|
-
"start":
|
|
7279
|
-
"end":
|
|
7378
|
+
"start": 149,
|
|
7379
|
+
"end": 150
|
|
7280
7380
|
},
|
|
7281
7381
|
"context": {
|
|
7282
7382
|
"type": "variable",
|
|
@@ -7284,8 +7384,8 @@
|
|
|
7284
7384
|
"value": "null",
|
|
7285
7385
|
"scope": "default",
|
|
7286
7386
|
"line": {
|
|
7287
|
-
"start":
|
|
7288
|
-
"end":
|
|
7387
|
+
"start": 151,
|
|
7388
|
+
"end": 151
|
|
7289
7389
|
}
|
|
7290
7390
|
},
|
|
7291
7391
|
"group": [
|
|
@@ -7300,8 +7400,8 @@
|
|
|
7300
7400
|
{
|
|
7301
7401
|
"description": "The base shadow of the active Button.\n",
|
|
7302
7402
|
"commentRange": {
|
|
7303
|
-
"start":
|
|
7304
|
-
"end":
|
|
7403
|
+
"start": 152,
|
|
7404
|
+
"end": 153
|
|
7305
7405
|
},
|
|
7306
7406
|
"context": {
|
|
7307
7407
|
"type": "variable",
|
|
@@ -7309,8 +7409,8 @@
|
|
|
7309
7409
|
"value": "null",
|
|
7310
7410
|
"scope": "default",
|
|
7311
7411
|
"line": {
|
|
7312
|
-
"start":
|
|
7313
|
-
"end":
|
|
7412
|
+
"start": 154,
|
|
7413
|
+
"end": 154
|
|
7314
7414
|
}
|
|
7315
7415
|
},
|
|
7316
7416
|
"group": [
|
|
@@ -7325,8 +7425,8 @@
|
|
|
7325
7425
|
{
|
|
7326
7426
|
"description": "The base background color of the selected Button.\n",
|
|
7327
7427
|
"commentRange": {
|
|
7328
|
-
"start":
|
|
7329
|
-
"end":
|
|
7428
|
+
"start": 156,
|
|
7429
|
+
"end": 157
|
|
7330
7430
|
},
|
|
7331
7431
|
"context": {
|
|
7332
7432
|
"type": "variable",
|
|
@@ -7334,8 +7434,8 @@
|
|
|
7334
7434
|
"value": "k-color(primary-active)",
|
|
7335
7435
|
"scope": "default",
|
|
7336
7436
|
"line": {
|
|
7337
|
-
"start":
|
|
7338
|
-
"end":
|
|
7437
|
+
"start": 158,
|
|
7438
|
+
"end": 158
|
|
7339
7439
|
}
|
|
7340
7440
|
},
|
|
7341
7441
|
"group": [
|
|
@@ -7350,8 +7450,8 @@
|
|
|
7350
7450
|
{
|
|
7351
7451
|
"description": "The text color of the selected Button.\n",
|
|
7352
7452
|
"commentRange": {
|
|
7353
|
-
"start":
|
|
7354
|
-
"end":
|
|
7453
|
+
"start": 159,
|
|
7454
|
+
"end": 160
|
|
7355
7455
|
},
|
|
7356
7456
|
"context": {
|
|
7357
7457
|
"type": "variable",
|
|
@@ -7359,8 +7459,8 @@
|
|
|
7359
7459
|
"value": "k-color(on-primary)",
|
|
7360
7460
|
"scope": "default",
|
|
7361
7461
|
"line": {
|
|
7362
|
-
"start":
|
|
7363
|
-
"end":
|
|
7462
|
+
"start": 161,
|
|
7463
|
+
"end": 161
|
|
7364
7464
|
}
|
|
7365
7465
|
},
|
|
7366
7466
|
"group": [
|
|
@@ -7375,8 +7475,8 @@
|
|
|
7375
7475
|
{
|
|
7376
7476
|
"description": "The border color of the selected Button.\n",
|
|
7377
7477
|
"commentRange": {
|
|
7378
|
-
"start":
|
|
7379
|
-
"end":
|
|
7478
|
+
"start": 162,
|
|
7479
|
+
"end": 163
|
|
7380
7480
|
},
|
|
7381
7481
|
"context": {
|
|
7382
7482
|
"type": "variable",
|
|
@@ -7384,8 +7484,8 @@
|
|
|
7384
7484
|
"value": "k-color(primary-active)",
|
|
7385
7485
|
"scope": "default",
|
|
7386
7486
|
"line": {
|
|
7387
|
-
"start":
|
|
7388
|
-
"end":
|
|
7487
|
+
"start": 164,
|
|
7488
|
+
"end": 164
|
|
7389
7489
|
}
|
|
7390
7490
|
},
|
|
7391
7491
|
"group": [
|
|
@@ -7400,8 +7500,8 @@
|
|
|
7400
7500
|
{
|
|
7401
7501
|
"description": "The background gradient of the selected Button.\n",
|
|
7402
7502
|
"commentRange": {
|
|
7403
|
-
"start":
|
|
7404
|
-
"end":
|
|
7503
|
+
"start": 165,
|
|
7504
|
+
"end": 166
|
|
7405
7505
|
},
|
|
7406
7506
|
"context": {
|
|
7407
7507
|
"type": "variable",
|
|
@@ -7409,8 +7509,8 @@
|
|
|
7409
7509
|
"value": "$kendo-button-active-gradient",
|
|
7410
7510
|
"scope": "default",
|
|
7411
7511
|
"line": {
|
|
7412
|
-
"start":
|
|
7413
|
-
"end":
|
|
7512
|
+
"start": 167,
|
|
7513
|
+
"end": 167
|
|
7414
7514
|
}
|
|
7415
7515
|
},
|
|
7416
7516
|
"group": [
|
|
@@ -7425,8 +7525,8 @@
|
|
|
7425
7525
|
{
|
|
7426
7526
|
"description": "The base shadow of the selected Button.\n",
|
|
7427
7527
|
"commentRange": {
|
|
7428
|
-
"start":
|
|
7429
|
-
"end":
|
|
7528
|
+
"start": 168,
|
|
7529
|
+
"end": 169
|
|
7430
7530
|
},
|
|
7431
7531
|
"context": {
|
|
7432
7532
|
"type": "variable",
|
|
@@ -7434,8 +7534,8 @@
|
|
|
7434
7534
|
"value": "$kendo-button-active-shadow",
|
|
7435
7535
|
"scope": "default",
|
|
7436
7536
|
"line": {
|
|
7437
|
-
"start":
|
|
7438
|
-
"end":
|
|
7537
|
+
"start": 170,
|
|
7538
|
+
"end": 170
|
|
7439
7539
|
}
|
|
7440
7540
|
},
|
|
7441
7541
|
"group": [
|
|
@@ -7450,8 +7550,8 @@
|
|
|
7450
7550
|
{
|
|
7451
7551
|
"description": "The base shadow of the focused Button.\n",
|
|
7452
7552
|
"commentRange": {
|
|
7453
|
-
"start":
|
|
7454
|
-
"end":
|
|
7553
|
+
"start": 172,
|
|
7554
|
+
"end": 173
|
|
7455
7555
|
},
|
|
7456
7556
|
"context": {
|
|
7457
7557
|
"type": "variable",
|
|
@@ -7459,8 +7559,8 @@
|
|
|
7459
7559
|
"value": "0 0 0 .25rem color-mix(in srgb, k-color(border) 50%, transparent)",
|
|
7460
7560
|
"scope": "default",
|
|
7461
7561
|
"line": {
|
|
7462
|
-
"start":
|
|
7463
|
-
"end":
|
|
7562
|
+
"start": 174,
|
|
7563
|
+
"end": 174
|
|
7464
7564
|
}
|
|
7465
7565
|
},
|
|
7466
7566
|
"group": [
|
|
@@ -7475,8 +7575,8 @@
|
|
|
7475
7575
|
{
|
|
7476
7576
|
"description": "The base background of the disabled Button.\n",
|
|
7477
7577
|
"commentRange": {
|
|
7478
|
-
"start":
|
|
7479
|
-
"end":
|
|
7578
|
+
"start": 176,
|
|
7579
|
+
"end": 177
|
|
7480
7580
|
},
|
|
7481
7581
|
"context": {
|
|
7482
7582
|
"type": "variable",
|
|
@@ -7484,8 +7584,8 @@
|
|
|
7484
7584
|
"value": "null",
|
|
7485
7585
|
"scope": "default",
|
|
7486
7586
|
"line": {
|
|
7487
|
-
"start":
|
|
7488
|
-
"end":
|
|
7587
|
+
"start": 178,
|
|
7588
|
+
"end": 178
|
|
7489
7589
|
}
|
|
7490
7590
|
},
|
|
7491
7591
|
"group": [
|
|
@@ -7500,8 +7600,8 @@
|
|
|
7500
7600
|
{
|
|
7501
7601
|
"description": "The base text color of the disabled Button.\n",
|
|
7502
7602
|
"commentRange": {
|
|
7503
|
-
"start":
|
|
7504
|
-
"end":
|
|
7603
|
+
"start": 179,
|
|
7604
|
+
"end": 180
|
|
7505
7605
|
},
|
|
7506
7606
|
"context": {
|
|
7507
7607
|
"type": "variable",
|
|
@@ -7509,8 +7609,8 @@
|
|
|
7509
7609
|
"value": "null",
|
|
7510
7610
|
"scope": "default",
|
|
7511
7611
|
"line": {
|
|
7512
|
-
"start":
|
|
7513
|
-
"end":
|
|
7612
|
+
"start": 181,
|
|
7613
|
+
"end": 181
|
|
7514
7614
|
}
|
|
7515
7615
|
},
|
|
7516
7616
|
"group": [
|
|
@@ -7525,8 +7625,8 @@
|
|
|
7525
7625
|
{
|
|
7526
7626
|
"description": "The base border color of the disabled Button.\n",
|
|
7527
7627
|
"commentRange": {
|
|
7528
|
-
"start":
|
|
7529
|
-
"end":
|
|
7628
|
+
"start": 182,
|
|
7629
|
+
"end": 183
|
|
7530
7630
|
},
|
|
7531
7631
|
"context": {
|
|
7532
7632
|
"type": "variable",
|
|
@@ -7534,8 +7634,8 @@
|
|
|
7534
7634
|
"value": "null",
|
|
7535
7635
|
"scope": "default",
|
|
7536
7636
|
"line": {
|
|
7537
|
-
"start":
|
|
7538
|
-
"end":
|
|
7637
|
+
"start": 184,
|
|
7638
|
+
"end": 184
|
|
7539
7639
|
}
|
|
7540
7640
|
},
|
|
7541
7641
|
"group": [
|
|
@@ -7550,8 +7650,8 @@
|
|
|
7550
7650
|
{
|
|
7551
7651
|
"description": "The base background gradient of the disabled Button.\n",
|
|
7552
7652
|
"commentRange": {
|
|
7553
|
-
"start":
|
|
7554
|
-
"end":
|
|
7653
|
+
"start": 185,
|
|
7654
|
+
"end": 186
|
|
7555
7655
|
},
|
|
7556
7656
|
"context": {
|
|
7557
7657
|
"type": "variable",
|
|
@@ -7559,8 +7659,8 @@
|
|
|
7559
7659
|
"value": "null",
|
|
7560
7660
|
"scope": "default",
|
|
7561
7661
|
"line": {
|
|
7562
|
-
"start":
|
|
7563
|
-
"end":
|
|
7662
|
+
"start": 187,
|
|
7663
|
+
"end": 187
|
|
7564
7664
|
}
|
|
7565
7665
|
},
|
|
7566
7666
|
"group": [
|
|
@@ -7575,8 +7675,8 @@
|
|
|
7575
7675
|
{
|
|
7576
7676
|
"description": "The base shadow of the disabled Button.\n",
|
|
7577
7677
|
"commentRange": {
|
|
7578
|
-
"start":
|
|
7579
|
-
"end":
|
|
7678
|
+
"start": 188,
|
|
7679
|
+
"end": 189
|
|
7580
7680
|
},
|
|
7581
7681
|
"context": {
|
|
7582
7682
|
"type": "variable",
|
|
@@ -7584,8 +7684,8 @@
|
|
|
7584
7684
|
"value": "null",
|
|
7585
7685
|
"scope": "default",
|
|
7586
7686
|
"line": {
|
|
7587
|
-
"start":
|
|
7588
|
-
"end":
|
|
7687
|
+
"start": 190,
|
|
7688
|
+
"end": 190
|
|
7589
7689
|
}
|
|
7590
7690
|
},
|
|
7591
7691
|
"group": [
|
|
@@ -7600,8 +7700,8 @@
|
|
|
7600
7700
|
{
|
|
7601
7701
|
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
7602
7702
|
"commentRange": {
|
|
7603
|
-
"start":
|
|
7604
|
-
"end":
|
|
7703
|
+
"start": 192,
|
|
7704
|
+
"end": 193
|
|
7605
7705
|
},
|
|
7606
7706
|
"context": {
|
|
7607
7707
|
"type": "variable",
|
|
@@ -7609,8 +7709,8 @@
|
|
|
7609
7709
|
"value": ".4",
|
|
7610
7710
|
"scope": "default",
|
|
7611
7711
|
"line": {
|
|
7612
|
-
"start":
|
|
7613
|
-
"end":
|
|
7712
|
+
"start": 194,
|
|
7713
|
+
"end": 194
|
|
7614
7714
|
}
|
|
7615
7715
|
},
|
|
7616
7716
|
"group": [
|
|
@@ -7625,8 +7725,8 @@
|
|
|
7625
7725
|
{
|
|
7626
7726
|
"description": "The gradient of the solid Button.\n",
|
|
7627
7727
|
"commentRange": {
|
|
7628
|
-
"start":
|
|
7629
|
-
"end":
|
|
7728
|
+
"start": 197,
|
|
7729
|
+
"end": 198
|
|
7630
7730
|
},
|
|
7631
7731
|
"context": {
|
|
7632
7732
|
"type": "variable",
|
|
@@ -7634,8 +7734,8 @@
|
|
|
7634
7734
|
"value": "none",
|
|
7635
7735
|
"scope": "default",
|
|
7636
7736
|
"line": {
|
|
7637
|
-
"start":
|
|
7638
|
-
"end":
|
|
7737
|
+
"start": 199,
|
|
7738
|
+
"end": 199
|
|
7639
7739
|
}
|
|
7640
7740
|
},
|
|
7641
7741
|
"group": [
|
|
@@ -7650,8 +7750,8 @@
|
|
|
7650
7750
|
{
|
|
7651
7751
|
"description": "The shadow of the solid Button.\n",
|
|
7652
7752
|
"commentRange": {
|
|
7653
|
-
"start":
|
|
7654
|
-
"end":
|
|
7753
|
+
"start": 200,
|
|
7754
|
+
"end": 201
|
|
7655
7755
|
},
|
|
7656
7756
|
"context": {
|
|
7657
7757
|
"type": "variable",
|
|
@@ -7659,8 +7759,8 @@
|
|
|
7659
7759
|
"value": "true",
|
|
7660
7760
|
"scope": "default",
|
|
7661
7761
|
"line": {
|
|
7662
|
-
"start":
|
|
7663
|
-
"end":
|
|
7762
|
+
"start": 202,
|
|
7763
|
+
"end": 202
|
|
7664
7764
|
}
|
|
7665
7765
|
},
|
|
7666
7766
|
"group": [
|
|
@@ -7675,8 +7775,8 @@
|
|
|
7675
7775
|
{
|
|
7676
7776
|
"description": "The shadow blur of the solid Button.\n",
|
|
7677
7777
|
"commentRange": {
|
|
7678
|
-
"start":
|
|
7679
|
-
"end":
|
|
7778
|
+
"start": 203,
|
|
7779
|
+
"end": 204
|
|
7680
7780
|
},
|
|
7681
7781
|
"context": {
|
|
7682
7782
|
"type": "variable",
|
|
@@ -7684,8 +7784,8 @@
|
|
|
7684
7784
|
"value": "0px",
|
|
7685
7785
|
"scope": "default",
|
|
7686
7786
|
"line": {
|
|
7687
|
-
"start":
|
|
7688
|
-
"end":
|
|
7787
|
+
"start": 205,
|
|
7788
|
+
"end": 205
|
|
7689
7789
|
}
|
|
7690
7790
|
},
|
|
7691
7791
|
"group": [
|
|
@@ -7700,8 +7800,8 @@
|
|
|
7700
7800
|
{
|
|
7701
7801
|
"description": "The shadow spread of the solid Button.\n",
|
|
7702
7802
|
"commentRange": {
|
|
7703
|
-
"start":
|
|
7704
|
-
"end":
|
|
7803
|
+
"start": 206,
|
|
7804
|
+
"end": 207
|
|
7705
7805
|
},
|
|
7706
7806
|
"context": {
|
|
7707
7807
|
"type": "variable",
|
|
@@ -7709,8 +7809,8 @@
|
|
|
7709
7809
|
"value": ".25rem",
|
|
7710
7810
|
"scope": "default",
|
|
7711
7811
|
"line": {
|
|
7712
|
-
"start":
|
|
7713
|
-
"end":
|
|
7812
|
+
"start": 208,
|
|
7813
|
+
"end": 208
|
|
7714
7814
|
}
|
|
7715
7815
|
},
|
|
7716
7816
|
"group": [
|
|
@@ -7725,8 +7825,8 @@
|
|
|
7725
7825
|
{
|
|
7726
7826
|
"description": "The shadow opacity of the solid Button.\n",
|
|
7727
7827
|
"commentRange": {
|
|
7728
|
-
"start":
|
|
7729
|
-
"end":
|
|
7828
|
+
"start": 209,
|
|
7829
|
+
"end": 210
|
|
7730
7830
|
},
|
|
7731
7831
|
"context": {
|
|
7732
7832
|
"type": "variable",
|
|
@@ -7734,8 +7834,8 @@
|
|
|
7734
7834
|
"value": ".5",
|
|
7735
7835
|
"scope": "default",
|
|
7736
7836
|
"line": {
|
|
7737
|
-
"start":
|
|
7738
|
-
"end":
|
|
7837
|
+
"start": 211,
|
|
7838
|
+
"end": 211
|
|
7739
7839
|
}
|
|
7740
7840
|
},
|
|
7741
7841
|
"group": [
|
|
@@ -7750,8 +7850,8 @@
|
|
|
7750
7850
|
{
|
|
7751
7851
|
"description": "The shadow of the outline Button.\n",
|
|
7752
7852
|
"commentRange": {
|
|
7753
|
-
"start":
|
|
7754
|
-
"end":
|
|
7853
|
+
"start": 214,
|
|
7854
|
+
"end": 215
|
|
7755
7855
|
},
|
|
7756
7856
|
"context": {
|
|
7757
7857
|
"type": "variable",
|
|
@@ -7759,8 +7859,8 @@
|
|
|
7759
7859
|
"value": "true",
|
|
7760
7860
|
"scope": "default",
|
|
7761
7861
|
"line": {
|
|
7762
|
-
"start":
|
|
7763
|
-
"end":
|
|
7862
|
+
"start": 216,
|
|
7863
|
+
"end": 216
|
|
7764
7864
|
}
|
|
7765
7865
|
},
|
|
7766
7866
|
"group": [
|
|
@@ -7775,8 +7875,8 @@
|
|
|
7775
7875
|
{
|
|
7776
7876
|
"description": "The shadow blur of the outline Button.\n",
|
|
7777
7877
|
"commentRange": {
|
|
7778
|
-
"start":
|
|
7779
|
-
"end":
|
|
7878
|
+
"start": 217,
|
|
7879
|
+
"end": 218
|
|
7780
7880
|
},
|
|
7781
7881
|
"context": {
|
|
7782
7882
|
"type": "variable",
|
|
@@ -7784,8 +7884,8 @@
|
|
|
7784
7884
|
"value": "0px",
|
|
7785
7885
|
"scope": "default",
|
|
7786
7886
|
"line": {
|
|
7787
|
-
"start":
|
|
7788
|
-
"end":
|
|
7887
|
+
"start": 219,
|
|
7888
|
+
"end": 219
|
|
7789
7889
|
}
|
|
7790
7890
|
},
|
|
7791
7891
|
"group": [
|
|
@@ -7800,8 +7900,8 @@
|
|
|
7800
7900
|
{
|
|
7801
7901
|
"description": "The shadow spread of the outline Button.\n",
|
|
7802
7902
|
"commentRange": {
|
|
7803
|
-
"start":
|
|
7804
|
-
"end":
|
|
7903
|
+
"start": 220,
|
|
7904
|
+
"end": 221
|
|
7805
7905
|
},
|
|
7806
7906
|
"context": {
|
|
7807
7907
|
"type": "variable",
|
|
@@ -7809,8 +7909,8 @@
|
|
|
7809
7909
|
"value": ".25rem",
|
|
7810
7910
|
"scope": "default",
|
|
7811
7911
|
"line": {
|
|
7812
|
-
"start":
|
|
7813
|
-
"end":
|
|
7912
|
+
"start": 222,
|
|
7913
|
+
"end": 222
|
|
7814
7914
|
}
|
|
7815
7915
|
},
|
|
7816
7916
|
"group": [
|
|
@@ -7825,8 +7925,8 @@
|
|
|
7825
7925
|
{
|
|
7826
7926
|
"description": "The shadow opacity of the outline Button.\n",
|
|
7827
7927
|
"commentRange": {
|
|
7828
|
-
"start":
|
|
7829
|
-
"end":
|
|
7928
|
+
"start": 223,
|
|
7929
|
+
"end": 224
|
|
7830
7930
|
},
|
|
7831
7931
|
"context": {
|
|
7832
7932
|
"type": "variable",
|
|
@@ -7834,8 +7934,8 @@
|
|
|
7834
7934
|
"value": ".5",
|
|
7835
7935
|
"scope": "default",
|
|
7836
7936
|
"line": {
|
|
7837
|
-
"start":
|
|
7838
|
-
"end":
|
|
7937
|
+
"start": 225,
|
|
7938
|
+
"end": 225
|
|
7839
7939
|
}
|
|
7840
7940
|
},
|
|
7841
7941
|
"group": [
|
|
@@ -7850,8 +7950,8 @@
|
|
|
7850
7950
|
{
|
|
7851
7951
|
"description": "The shadow of the link Button.\n",
|
|
7852
7952
|
"commentRange": {
|
|
7853
|
-
"start":
|
|
7854
|
-
"end":
|
|
7953
|
+
"start": 228,
|
|
7954
|
+
"end": 229
|
|
7855
7955
|
},
|
|
7856
7956
|
"context": {
|
|
7857
7957
|
"type": "variable",
|
|
@@ -7859,8 +7959,8 @@
|
|
|
7859
7959
|
"value": "true",
|
|
7860
7960
|
"scope": "default",
|
|
7861
7961
|
"line": {
|
|
7862
|
-
"start":
|
|
7863
|
-
"end":
|
|
7962
|
+
"start": 230,
|
|
7963
|
+
"end": 230
|
|
7864
7964
|
}
|
|
7865
7965
|
},
|
|
7866
7966
|
"group": [
|
|
@@ -7875,8 +7975,8 @@
|
|
|
7875
7975
|
{
|
|
7876
7976
|
"description": "The shadow blur of the link Button.\n",
|
|
7877
7977
|
"commentRange": {
|
|
7878
|
-
"start":
|
|
7879
|
-
"end":
|
|
7978
|
+
"start": 231,
|
|
7979
|
+
"end": 232
|
|
7880
7980
|
},
|
|
7881
7981
|
"context": {
|
|
7882
7982
|
"type": "variable",
|
|
@@ -7884,8 +7984,8 @@
|
|
|
7884
7984
|
"value": "0px",
|
|
7885
7985
|
"scope": "default",
|
|
7886
7986
|
"line": {
|
|
7887
|
-
"start":
|
|
7888
|
-
"end":
|
|
7987
|
+
"start": 233,
|
|
7988
|
+
"end": 233
|
|
7889
7989
|
}
|
|
7890
7990
|
},
|
|
7891
7991
|
"group": [
|
|
@@ -7900,8 +8000,8 @@
|
|
|
7900
8000
|
{
|
|
7901
8001
|
"description": "The shadow spread of the link Button.\n",
|
|
7902
8002
|
"commentRange": {
|
|
7903
|
-
"start":
|
|
7904
|
-
"end":
|
|
8003
|
+
"start": 234,
|
|
8004
|
+
"end": 235
|
|
7905
8005
|
},
|
|
7906
8006
|
"context": {
|
|
7907
8007
|
"type": "variable",
|
|
@@ -7909,8 +8009,8 @@
|
|
|
7909
8009
|
"value": ".25rem",
|
|
7910
8010
|
"scope": "default",
|
|
7911
8011
|
"line": {
|
|
7912
|
-
"start":
|
|
7913
|
-
"end":
|
|
8012
|
+
"start": 236,
|
|
8013
|
+
"end": 236
|
|
7914
8014
|
}
|
|
7915
8015
|
},
|
|
7916
8016
|
"group": [
|
|
@@ -7925,8 +8025,8 @@
|
|
|
7925
8025
|
{
|
|
7926
8026
|
"description": "The shadow opacity of the link Button.\n",
|
|
7927
8027
|
"commentRange": {
|
|
7928
|
-
"start":
|
|
7929
|
-
"end":
|
|
8028
|
+
"start": 237,
|
|
8029
|
+
"end": 238
|
|
7930
8030
|
},
|
|
7931
8031
|
"context": {
|
|
7932
8032
|
"type": "variable",
|
|
@@ -7934,8 +8034,8 @@
|
|
|
7934
8034
|
"value": ".5",
|
|
7935
8035
|
"scope": "default",
|
|
7936
8036
|
"line": {
|
|
7937
|
-
"start":
|
|
7938
|
-
"end":
|
|
8037
|
+
"start": 239,
|
|
8038
|
+
"end": 239
|
|
7939
8039
|
}
|
|
7940
8040
|
},
|
|
7941
8041
|
"group": [
|
|
@@ -7950,8 +8050,8 @@
|
|
|
7950
8050
|
{
|
|
7951
8051
|
"description": "The opacity of the clear Button.\n",
|
|
7952
8052
|
"commentRange": {
|
|
7953
|
-
"start":
|
|
7954
|
-
"end":
|
|
8053
|
+
"start": 242,
|
|
8054
|
+
"end": 243
|
|
7955
8055
|
},
|
|
7956
8056
|
"context": {
|
|
7957
8057
|
"type": "variable",
|
|
@@ -7959,8 +8059,8 @@
|
|
|
7959
8059
|
"value": ".1",
|
|
7960
8060
|
"scope": "default",
|
|
7961
8061
|
"line": {
|
|
7962
|
-
"start":
|
|
7963
|
-
"end":
|
|
8062
|
+
"start": 244,
|
|
8063
|
+
"end": 244
|
|
7964
8064
|
}
|
|
7965
8065
|
},
|
|
7966
8066
|
"group": [
|
|
@@ -7975,8 +8075,8 @@
|
|
|
7975
8075
|
{
|
|
7976
8076
|
"description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
|
|
7977
8077
|
"commentRange": {
|
|
7978
|
-
"start":
|
|
7979
|
-
"end":
|
|
8078
|
+
"start": 246,
|
|
8079
|
+
"end": 247
|
|
7980
8080
|
},
|
|
7981
8081
|
"context": {
|
|
7982
8082
|
"type": "variable",
|
|
@@ -7984,8 +8084,8 @@
|
|
|
7984
8084
|
"value": ".08",
|
|
7985
8085
|
"scope": "default",
|
|
7986
8086
|
"line": {
|
|
7987
|
-
"start":
|
|
7988
|
-
"end":
|
|
8087
|
+
"start": 248,
|
|
8088
|
+
"end": 248
|
|
7989
8089
|
}
|
|
7990
8090
|
},
|
|
7991
8091
|
"group": [
|
|
@@ -8000,8 +8100,8 @@
|
|
|
8000
8100
|
{
|
|
8001
8101
|
"description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
|
|
8002
8102
|
"commentRange": {
|
|
8003
|
-
"start":
|
|
8004
|
-
"end":
|
|
8103
|
+
"start": 249,
|
|
8104
|
+
"end": 250
|
|
8005
8105
|
},
|
|
8006
8106
|
"context": {
|
|
8007
8107
|
"type": "variable",
|
|
@@ -8009,8 +8109,8 @@
|
|
|
8009
8109
|
"value": "null",
|
|
8010
8110
|
"scope": "default",
|
|
8011
8111
|
"line": {
|
|
8012
|
-
"start":
|
|
8013
|
-
"end":
|
|
8112
|
+
"start": 251,
|
|
8113
|
+
"end": 251
|
|
8014
8114
|
}
|
|
8015
8115
|
},
|
|
8016
8116
|
"group": [
|
|
@@ -8025,8 +8125,8 @@
|
|
|
8025
8125
|
{
|
|
8026
8126
|
"description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
|
|
8027
8127
|
"commentRange": {
|
|
8028
|
-
"start":
|
|
8029
|
-
"end":
|
|
8128
|
+
"start": 252,
|
|
8129
|
+
"end": 253
|
|
8030
8130
|
},
|
|
8031
8131
|
"context": {
|
|
8032
8132
|
"type": "variable",
|
|
@@ -8034,8 +8134,8 @@
|
|
|
8034
8134
|
"value": ".16",
|
|
8035
8135
|
"scope": "default",
|
|
8036
8136
|
"line": {
|
|
8037
|
-
"start":
|
|
8038
|
-
"end":
|
|
8137
|
+
"start": 254,
|
|
8138
|
+
"end": 254
|
|
8039
8139
|
}
|
|
8040
8140
|
},
|
|
8041
8141
|
"group": [
|
|
@@ -8050,8 +8150,8 @@
|
|
|
8050
8150
|
{
|
|
8051
8151
|
"description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
|
|
8052
8152
|
"commentRange": {
|
|
8053
|
-
"start":
|
|
8054
|
-
"end":
|
|
8153
|
+
"start": 255,
|
|
8154
|
+
"end": 256
|
|
8055
8155
|
},
|
|
8056
8156
|
"context": {
|
|
8057
8157
|
"type": "variable",
|
|
@@ -8059,8 +8159,8 @@
|
|
|
8059
8159
|
"value": ".2",
|
|
8060
8160
|
"scope": "default",
|
|
8061
8161
|
"line": {
|
|
8062
|
-
"start":
|
|
8063
|
-
"end":
|
|
8162
|
+
"start": 257,
|
|
8163
|
+
"end": 257
|
|
8064
8164
|
}
|
|
8065
8165
|
},
|
|
8066
8166
|
"group": [
|
|
@@ -8075,8 +8175,8 @@
|
|
|
8075
8175
|
{
|
|
8076
8176
|
"description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
|
|
8077
8177
|
"commentRange": {
|
|
8078
|
-
"start":
|
|
8079
|
-
"end":
|
|
8178
|
+
"start": 258,
|
|
8179
|
+
"end": 259
|
|
8080
8180
|
},
|
|
8081
8181
|
"context": {
|
|
8082
8182
|
"type": "variable",
|
|
@@ -8084,8 +8184,8 @@
|
|
|
8084
8184
|
"value": ".12",
|
|
8085
8185
|
"scope": "default",
|
|
8086
8186
|
"line": {
|
|
8087
|
-
"start":
|
|
8088
|
-
"end":
|
|
8187
|
+
"start": 260,
|
|
8188
|
+
"end": 260
|
|
8089
8189
|
}
|
|
8090
8190
|
},
|
|
8091
8191
|
"group": [
|
|
@@ -8100,8 +8200,8 @@
|
|
|
8100
8200
|
{
|
|
8101
8201
|
"description": "The transition of the Button.\n",
|
|
8102
8202
|
"commentRange": {
|
|
8103
|
-
"start":
|
|
8104
|
-
"end":
|
|
8203
|
+
"start": 262,
|
|
8204
|
+
"end": 263
|
|
8105
8205
|
},
|
|
8106
8206
|
"context": {
|
|
8107
8207
|
"type": "variable",
|
|
@@ -8109,8 +8209,8 @@
|
|
|
8109
8209
|
"value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
|
|
8110
8210
|
"scope": "default",
|
|
8111
8211
|
"line": {
|
|
8112
|
-
"start":
|
|
8113
|
-
"end":
|
|
8212
|
+
"start": 264,
|
|
8213
|
+
"end": 264
|
|
8114
8214
|
}
|
|
8115
8215
|
},
|
|
8116
8216
|
"group": [
|
|
@@ -15237,7 +15337,7 @@
|
|
|
15237
15337
|
"context": {
|
|
15238
15338
|
"type": "variable",
|
|
15239
15339
|
"name": "kendo-chart-no-data-padding-y",
|
|
15240
|
-
"value": "
|
|
15340
|
+
"value": "7rem",
|
|
15241
15341
|
"scope": "default",
|
|
15242
15342
|
"line": {
|
|
15243
15343
|
"start": 365,
|
|
@@ -22508,8 +22608,8 @@
|
|
|
22508
22608
|
{
|
|
22509
22609
|
"description": "The global default Colors map.\n",
|
|
22510
22610
|
"commentRange": {
|
|
22511
|
-
"start":
|
|
22512
|
-
"end":
|
|
22611
|
+
"start": 187,
|
|
22612
|
+
"end": 441
|
|
22513
22613
|
},
|
|
22514
22614
|
"context": {
|
|
22515
22615
|
"type": "variable",
|
|
@@ -22517,8 +22617,8 @@
|
|
|
22517
22617
|
"value": "$_default-colors",
|
|
22518
22618
|
"scope": "default",
|
|
22519
22619
|
"line": {
|
|
22520
|
-
"start":
|
|
22521
|
-
"end":
|
|
22620
|
+
"start": 442,
|
|
22621
|
+
"end": 442
|
|
22522
22622
|
}
|
|
22523
22623
|
},
|
|
22524
22624
|
"group": [
|
|
@@ -22714,6 +22814,13 @@
|
|
|
22714
22814
|
],
|
|
22715
22815
|
"description": "The Inverse variable group."
|
|
22716
22816
|
},
|
|
22817
|
+
{
|
|
22818
|
+
"name": "series",
|
|
22819
|
+
"value": [
|
|
22820
|
+
"series"
|
|
22821
|
+
],
|
|
22822
|
+
"description": "The Series base variable group."
|
|
22823
|
+
},
|
|
22717
22824
|
{
|
|
22718
22825
|
"name": "series-a",
|
|
22719
22826
|
"value": [
|
|
@@ -23367,6 +23474,11 @@
|
|
|
23367
23474
|
"name": "inverse-on-surface",
|
|
23368
23475
|
"description": "The text color variable for content on surface."
|
|
23369
23476
|
},
|
|
23477
|
+
{
|
|
23478
|
+
"type": "Color",
|
|
23479
|
+
"name": "series",
|
|
23480
|
+
"description": "The base series color variable."
|
|
23481
|
+
},
|
|
23370
23482
|
{
|
|
23371
23483
|
"type": "Color",
|
|
23372
23484
|
"name": "series-a",
|
|
@@ -37310,7 +37422,7 @@
|
|
|
37310
37422
|
"context": {
|
|
37311
37423
|
"type": "variable",
|
|
37312
37424
|
"name": "kendo-grid-sticky-container-shadow",
|
|
37313
|
-
"value": "
|
|
37425
|
+
"value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
37314
37426
|
"scope": "default",
|
|
37315
37427
|
"line": {
|
|
37316
37428
|
"start": 356,
|
|
@@ -37326,20 +37438,70 @@
|
|
|
37326
37438
|
"name": "_variables.scss"
|
|
37327
37439
|
}
|
|
37328
37440
|
},
|
|
37441
|
+
{
|
|
37442
|
+
"description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
|
|
37443
|
+
"commentRange": {
|
|
37444
|
+
"start": 357,
|
|
37445
|
+
"end": 358
|
|
37446
|
+
},
|
|
37447
|
+
"context": {
|
|
37448
|
+
"type": "variable",
|
|
37449
|
+
"name": "kendo-grid-sticky-container-bottom-shadow",
|
|
37450
|
+
"value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
37451
|
+
"scope": "default",
|
|
37452
|
+
"line": {
|
|
37453
|
+
"start": 359,
|
|
37454
|
+
"end": 359
|
|
37455
|
+
}
|
|
37456
|
+
},
|
|
37457
|
+
"group": [
|
|
37458
|
+
"grid"
|
|
37459
|
+
],
|
|
37460
|
+
"access": "public",
|
|
37461
|
+
"file": {
|
|
37462
|
+
"path": "grid/_variables.scss",
|
|
37463
|
+
"name": "_variables.scss"
|
|
37464
|
+
}
|
|
37465
|
+
},
|
|
37329
37466
|
{
|
|
37330
37467
|
"description": "The box shadow of the pinned container in the Grid.\n",
|
|
37331
37468
|
"commentRange": {
|
|
37332
|
-
"start":
|
|
37333
|
-
"end":
|
|
37469
|
+
"start": 361,
|
|
37470
|
+
"end": 362
|
|
37334
37471
|
},
|
|
37335
37472
|
"context": {
|
|
37336
37473
|
"type": "variable",
|
|
37337
37474
|
"name": "kendo-grid-pinned-container-shadow",
|
|
37338
|
-
"value": "
|
|
37475
|
+
"value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
37339
37476
|
"scope": "default",
|
|
37340
37477
|
"line": {
|
|
37341
|
-
"start":
|
|
37342
|
-
"end":
|
|
37478
|
+
"start": 363,
|
|
37479
|
+
"end": 363
|
|
37480
|
+
}
|
|
37481
|
+
},
|
|
37482
|
+
"group": [
|
|
37483
|
+
"grid"
|
|
37484
|
+
],
|
|
37485
|
+
"access": "public",
|
|
37486
|
+
"file": {
|
|
37487
|
+
"path": "grid/_variables.scss",
|
|
37488
|
+
"name": "_variables.scss"
|
|
37489
|
+
}
|
|
37490
|
+
},
|
|
37491
|
+
{
|
|
37492
|
+
"description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
|
|
37493
|
+
"commentRange": {
|
|
37494
|
+
"start": 364,
|
|
37495
|
+
"end": 365
|
|
37496
|
+
},
|
|
37497
|
+
"context": {
|
|
37498
|
+
"type": "variable",
|
|
37499
|
+
"name": "kendo-grid-pinned-container-bottom-shadow",
|
|
37500
|
+
"value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
37501
|
+
"scope": "default",
|
|
37502
|
+
"line": {
|
|
37503
|
+
"start": 366,
|
|
37504
|
+
"end": 366
|
|
37343
37505
|
}
|
|
37344
37506
|
},
|
|
37345
37507
|
"group": [
|
|
@@ -37354,8 +37516,8 @@
|
|
|
37354
37516
|
{
|
|
37355
37517
|
"description": "The width of the Grid column menu.\n",
|
|
37356
37518
|
"commentRange": {
|
|
37357
|
-
"start":
|
|
37358
|
-
"end":
|
|
37519
|
+
"start": 368,
|
|
37520
|
+
"end": 369
|
|
37359
37521
|
},
|
|
37360
37522
|
"context": {
|
|
37361
37523
|
"type": "variable",
|
|
@@ -37363,8 +37525,8 @@
|
|
|
37363
37525
|
"value": "250px",
|
|
37364
37526
|
"scope": "default",
|
|
37365
37527
|
"line": {
|
|
37366
|
-
"start":
|
|
37367
|
-
"end":
|
|
37528
|
+
"start": 370,
|
|
37529
|
+
"end": 370
|
|
37368
37530
|
}
|
|
37369
37531
|
},
|
|
37370
37532
|
"group": [
|
|
@@ -37379,8 +37541,8 @@
|
|
|
37379
37541
|
{
|
|
37380
37542
|
"description": "The maximum width of the Grid column menu.\n",
|
|
37381
37543
|
"commentRange": {
|
|
37382
|
-
"start":
|
|
37383
|
-
"end":
|
|
37544
|
+
"start": 371,
|
|
37545
|
+
"end": 372
|
|
37384
37546
|
},
|
|
37385
37547
|
"context": {
|
|
37386
37548
|
"type": "variable",
|
|
@@ -37388,8 +37550,8 @@
|
|
|
37388
37550
|
"value": "320px",
|
|
37389
37551
|
"scope": "default",
|
|
37390
37552
|
"line": {
|
|
37391
|
-
"start":
|
|
37392
|
-
"end":
|
|
37553
|
+
"start": 373,
|
|
37554
|
+
"end": 373
|
|
37393
37555
|
}
|
|
37394
37556
|
},
|
|
37395
37557
|
"group": [
|
|
@@ -37404,8 +37566,8 @@
|
|
|
37404
37566
|
{
|
|
37405
37567
|
"description": "The horizontal padding of the Grid popup.\n",
|
|
37406
37568
|
"commentRange": {
|
|
37407
|
-
"start":
|
|
37408
|
-
"end":
|
|
37569
|
+
"start": 376,
|
|
37570
|
+
"end": 377
|
|
37409
37571
|
},
|
|
37410
37572
|
"context": {
|
|
37411
37573
|
"type": "variable",
|
|
@@ -37413,8 +37575,8 @@
|
|
|
37413
37575
|
"value": "null",
|
|
37414
37576
|
"scope": "default",
|
|
37415
37577
|
"line": {
|
|
37416
|
-
"start":
|
|
37417
|
-
"end":
|
|
37578
|
+
"start": 378,
|
|
37579
|
+
"end": 378
|
|
37418
37580
|
}
|
|
37419
37581
|
},
|
|
37420
37582
|
"group": [
|
|
@@ -37429,8 +37591,8 @@
|
|
|
37429
37591
|
{
|
|
37430
37592
|
"description": "The vertical padding of the Grid popup.\n",
|
|
37431
37593
|
"commentRange": {
|
|
37432
|
-
"start":
|
|
37433
|
-
"end":
|
|
37594
|
+
"start": 379,
|
|
37595
|
+
"end": 380
|
|
37434
37596
|
},
|
|
37435
37597
|
"context": {
|
|
37436
37598
|
"type": "variable",
|
|
@@ -37438,8 +37600,8 @@
|
|
|
37438
37600
|
"value": "null",
|
|
37439
37601
|
"scope": "default",
|
|
37440
37602
|
"line": {
|
|
37441
|
-
"start":
|
|
37442
|
-
"end":
|
|
37603
|
+
"start": 381,
|
|
37604
|
+
"end": 381
|
|
37443
37605
|
}
|
|
37444
37606
|
},
|
|
37445
37607
|
"group": [
|
|
@@ -37454,8 +37616,8 @@
|
|
|
37454
37616
|
{
|
|
37455
37617
|
"description": "The horizontal padding of the Grid item.\n",
|
|
37456
37618
|
"commentRange": {
|
|
37457
|
-
"start":
|
|
37458
|
-
"end":
|
|
37619
|
+
"start": 383,
|
|
37620
|
+
"end": 384
|
|
37459
37621
|
},
|
|
37460
37622
|
"context": {
|
|
37461
37623
|
"type": "variable",
|
|
@@ -37463,8 +37625,8 @@
|
|
|
37463
37625
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
37464
37626
|
"scope": "default",
|
|
37465
37627
|
"line": {
|
|
37466
|
-
"start":
|
|
37467
|
-
"end":
|
|
37628
|
+
"start": 385,
|
|
37629
|
+
"end": 385
|
|
37468
37630
|
}
|
|
37469
37631
|
},
|
|
37470
37632
|
"group": [
|
|
@@ -37479,8 +37641,8 @@
|
|
|
37479
37641
|
{
|
|
37480
37642
|
"description": "The vertical padding of the Grid item.\n",
|
|
37481
37643
|
"commentRange": {
|
|
37482
|
-
"start":
|
|
37483
|
-
"end":
|
|
37644
|
+
"start": 386,
|
|
37645
|
+
"end": 387
|
|
37484
37646
|
},
|
|
37485
37647
|
"context": {
|
|
37486
37648
|
"type": "variable",
|
|
@@ -37488,8 +37650,8 @@
|
|
|
37488
37650
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
37489
37651
|
"scope": "default",
|
|
37490
37652
|
"line": {
|
|
37491
|
-
"start":
|
|
37492
|
-
"end":
|
|
37653
|
+
"start": 388,
|
|
37654
|
+
"end": 388
|
|
37493
37655
|
}
|
|
37494
37656
|
},
|
|
37495
37657
|
"group": [
|
|
@@ -37504,8 +37666,8 @@
|
|
|
37504
37666
|
{
|
|
37505
37667
|
"description": "The horizontal padding of the Grid item.\n",
|
|
37506
37668
|
"commentRange": {
|
|
37507
|
-
"start":
|
|
37508
|
-
"end":
|
|
37669
|
+
"start": 390,
|
|
37670
|
+
"end": 391
|
|
37509
37671
|
},
|
|
37510
37672
|
"context": {
|
|
37511
37673
|
"type": "variable",
|
|
@@ -37513,8 +37675,8 @@
|
|
|
37513
37675
|
"value": "$kendo-list-md-item-padding-x",
|
|
37514
37676
|
"scope": "default",
|
|
37515
37677
|
"line": {
|
|
37516
|
-
"start":
|
|
37517
|
-
"end":
|
|
37678
|
+
"start": 392,
|
|
37679
|
+
"end": 392
|
|
37518
37680
|
}
|
|
37519
37681
|
},
|
|
37520
37682
|
"group": [
|
|
@@ -37529,8 +37691,8 @@
|
|
|
37529
37691
|
{
|
|
37530
37692
|
"description": "The vertical padding of the Grid item.\n",
|
|
37531
37693
|
"commentRange": {
|
|
37532
|
-
"start":
|
|
37533
|
-
"end":
|
|
37694
|
+
"start": 393,
|
|
37695
|
+
"end": 394
|
|
37534
37696
|
},
|
|
37535
37697
|
"context": {
|
|
37536
37698
|
"type": "variable",
|
|
@@ -37538,8 +37700,8 @@
|
|
|
37538
37700
|
"value": "$kendo-list-md-item-padding-y",
|
|
37539
37701
|
"scope": "default",
|
|
37540
37702
|
"line": {
|
|
37541
|
-
"start":
|
|
37542
|
-
"end":
|
|
37703
|
+
"start": 395,
|
|
37704
|
+
"end": 395
|
|
37543
37705
|
}
|
|
37544
37706
|
},
|
|
37545
37707
|
"group": [
|
|
@@ -37554,8 +37716,8 @@
|
|
|
37554
37716
|
{
|
|
37555
37717
|
"description": "The horizontal padding of the Grid.\n",
|
|
37556
37718
|
"commentRange": {
|
|
37557
|
-
"start":
|
|
37558
|
-
"end":
|
|
37719
|
+
"start": 397,
|
|
37720
|
+
"end": 398
|
|
37559
37721
|
},
|
|
37560
37722
|
"context": {
|
|
37561
37723
|
"type": "variable",
|
|
@@ -37563,8 +37725,8 @@
|
|
|
37563
37725
|
"value": "k-spacing(0)",
|
|
37564
37726
|
"scope": "default",
|
|
37565
37727
|
"line": {
|
|
37566
|
-
"start":
|
|
37567
|
-
"end":
|
|
37728
|
+
"start": 399,
|
|
37729
|
+
"end": 399
|
|
37568
37730
|
}
|
|
37569
37731
|
},
|
|
37570
37732
|
"group": [
|
|
@@ -37579,8 +37741,8 @@
|
|
|
37579
37741
|
{
|
|
37580
37742
|
"description": "The vertical padding of the Grid.\n",
|
|
37581
37743
|
"commentRange": {
|
|
37582
|
-
"start":
|
|
37583
|
-
"end":
|
|
37744
|
+
"start": 400,
|
|
37745
|
+
"end": 401
|
|
37584
37746
|
},
|
|
37585
37747
|
"context": {
|
|
37586
37748
|
"type": "variable",
|
|
@@ -37588,8 +37750,8 @@
|
|
|
37588
37750
|
"value": "k-spacing(2)",
|
|
37589
37751
|
"scope": "default",
|
|
37590
37752
|
"line": {
|
|
37591
|
-
"start":
|
|
37592
|
-
"end":
|
|
37753
|
+
"start": 402,
|
|
37754
|
+
"end": 402
|
|
37593
37755
|
}
|
|
37594
37756
|
},
|
|
37595
37757
|
"group": [
|
|
@@ -37604,8 +37766,8 @@
|
|
|
37604
37766
|
{
|
|
37605
37767
|
"description": "The horizontal padding of the Grid header.\n",
|
|
37606
37768
|
"commentRange": {
|
|
37607
|
-
"start":
|
|
37608
|
-
"end":
|
|
37769
|
+
"start": 404,
|
|
37770
|
+
"end": 405
|
|
37609
37771
|
},
|
|
37610
37772
|
"context": {
|
|
37611
37773
|
"type": "variable",
|
|
@@ -37613,8 +37775,8 @@
|
|
|
37613
37775
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
37614
37776
|
"scope": "default",
|
|
37615
37777
|
"line": {
|
|
37616
|
-
"start":
|
|
37617
|
-
"end":
|
|
37778
|
+
"start": 406,
|
|
37779
|
+
"end": 406
|
|
37618
37780
|
}
|
|
37619
37781
|
},
|
|
37620
37782
|
"group": [
|
|
@@ -37629,8 +37791,8 @@
|
|
|
37629
37791
|
{
|
|
37630
37792
|
"description": "The vertical padding of the Grid header.\n",
|
|
37631
37793
|
"commentRange": {
|
|
37632
|
-
"start":
|
|
37633
|
-
"end":
|
|
37794
|
+
"start": 407,
|
|
37795
|
+
"end": 408
|
|
37634
37796
|
},
|
|
37635
37797
|
"context": {
|
|
37636
37798
|
"type": "variable",
|
|
@@ -37638,8 +37800,8 @@
|
|
|
37638
37800
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
37639
37801
|
"scope": "default",
|
|
37640
37802
|
"line": {
|
|
37641
|
-
"start":
|
|
37642
|
-
"end":
|
|
37803
|
+
"start": 409,
|
|
37804
|
+
"end": 409
|
|
37643
37805
|
}
|
|
37644
37806
|
},
|
|
37645
37807
|
"group": [
|
|
@@ -37654,8 +37816,8 @@
|
|
|
37654
37816
|
{
|
|
37655
37817
|
"description": "The font size of the Grid header.\n",
|
|
37656
37818
|
"commentRange": {
|
|
37657
|
-
"start":
|
|
37658
|
-
"end":
|
|
37819
|
+
"start": 411,
|
|
37820
|
+
"end": 412
|
|
37659
37821
|
},
|
|
37660
37822
|
"context": {
|
|
37661
37823
|
"type": "variable",
|
|
@@ -37663,8 +37825,8 @@
|
|
|
37663
37825
|
"value": "var(--kendo-font-size-sm)",
|
|
37664
37826
|
"scope": "default",
|
|
37665
37827
|
"line": {
|
|
37666
|
-
"start":
|
|
37667
|
-
"end":
|
|
37828
|
+
"start": 413,
|
|
37829
|
+
"end": 413
|
|
37668
37830
|
}
|
|
37669
37831
|
},
|
|
37670
37832
|
"group": [
|
|
@@ -37679,8 +37841,8 @@
|
|
|
37679
37841
|
{
|
|
37680
37842
|
"description": "The height of the Grid header.\n",
|
|
37681
37843
|
"commentRange": {
|
|
37682
|
-
"start":
|
|
37683
|
-
"end":
|
|
37844
|
+
"start": 414,
|
|
37845
|
+
"end": 415
|
|
37684
37846
|
},
|
|
37685
37847
|
"context": {
|
|
37686
37848
|
"type": "variable",
|
|
@@ -37688,8 +37850,8 @@
|
|
|
37688
37850
|
"value": "var(--kendo-line-height)",
|
|
37689
37851
|
"scope": "default",
|
|
37690
37852
|
"line": {
|
|
37691
|
-
"start":
|
|
37692
|
-
"end":
|
|
37853
|
+
"start": 416,
|
|
37854
|
+
"end": 416
|
|
37693
37855
|
}
|
|
37694
37856
|
},
|
|
37695
37857
|
"group": [
|
|
@@ -37704,8 +37866,8 @@
|
|
|
37704
37866
|
{
|
|
37705
37867
|
"description": "The text color of the Grid header.\n",
|
|
37706
37868
|
"commentRange": {
|
|
37707
|
-
"start":
|
|
37708
|
-
"end":
|
|
37869
|
+
"start": 417,
|
|
37870
|
+
"end": 418
|
|
37709
37871
|
},
|
|
37710
37872
|
"context": {
|
|
37711
37873
|
"type": "variable",
|
|
@@ -37713,8 +37875,8 @@
|
|
|
37713
37875
|
"value": "uppercase",
|
|
37714
37876
|
"scope": "default",
|
|
37715
37877
|
"line": {
|
|
37716
|
-
"start":
|
|
37717
|
-
"end":
|
|
37878
|
+
"start": 419,
|
|
37879
|
+
"end": 419
|
|
37718
37880
|
}
|
|
37719
37881
|
},
|
|
37720
37882
|
"group": [
|
|
@@ -37729,8 +37891,8 @@
|
|
|
37729
37891
|
{
|
|
37730
37892
|
"description": "The width of the Grid header.\n",
|
|
37731
37893
|
"commentRange": {
|
|
37732
|
-
"start":
|
|
37733
|
-
"end":
|
|
37894
|
+
"start": 420,
|
|
37895
|
+
"end": 421
|
|
37734
37896
|
},
|
|
37735
37897
|
"context": {
|
|
37736
37898
|
"type": "variable",
|
|
@@ -37738,8 +37900,8 @@
|
|
|
37738
37900
|
"value": "1px",
|
|
37739
37901
|
"scope": "default",
|
|
37740
37902
|
"line": {
|
|
37741
|
-
"start":
|
|
37742
|
-
"end":
|
|
37903
|
+
"start": 422,
|
|
37904
|
+
"end": 422
|
|
37743
37905
|
}
|
|
37744
37906
|
},
|
|
37745
37907
|
"group": [
|
|
@@ -37754,8 +37916,8 @@
|
|
|
37754
37916
|
{
|
|
37755
37917
|
"description": "The background color of the Grid header.\n",
|
|
37756
37918
|
"commentRange": {
|
|
37757
|
-
"start":
|
|
37758
|
-
"end":
|
|
37919
|
+
"start": 424,
|
|
37920
|
+
"end": 425
|
|
37759
37921
|
},
|
|
37760
37922
|
"context": {
|
|
37761
37923
|
"type": "variable",
|
|
@@ -37763,8 +37925,8 @@
|
|
|
37763
37925
|
"value": "null",
|
|
37764
37926
|
"scope": "default",
|
|
37765
37927
|
"line": {
|
|
37766
|
-
"start":
|
|
37767
|
-
"end":
|
|
37928
|
+
"start": 426,
|
|
37929
|
+
"end": 426
|
|
37768
37930
|
}
|
|
37769
37931
|
},
|
|
37770
37932
|
"group": [
|
|
@@ -37779,8 +37941,8 @@
|
|
|
37779
37941
|
{
|
|
37780
37942
|
"description": "The text color of the Grid header.\n",
|
|
37781
37943
|
"commentRange": {
|
|
37782
|
-
"start":
|
|
37783
|
-
"end":
|
|
37944
|
+
"start": 427,
|
|
37945
|
+
"end": 428
|
|
37784
37946
|
},
|
|
37785
37947
|
"context": {
|
|
37786
37948
|
"type": "variable",
|
|
@@ -37788,8 +37950,8 @@
|
|
|
37788
37950
|
"value": "$kendo-popup-text",
|
|
37789
37951
|
"scope": "default",
|
|
37790
37952
|
"line": {
|
|
37791
|
-
"start":
|
|
37792
|
-
"end":
|
|
37953
|
+
"start": 429,
|
|
37954
|
+
"end": 429
|
|
37793
37955
|
}
|
|
37794
37956
|
},
|
|
37795
37957
|
"group": [
|
|
@@ -37804,8 +37966,8 @@
|
|
|
37804
37966
|
{
|
|
37805
37967
|
"description": "The border color of the Grid header.\n",
|
|
37806
37968
|
"commentRange": {
|
|
37807
|
-
"start":
|
|
37808
|
-
"end":
|
|
37969
|
+
"start": 430,
|
|
37970
|
+
"end": 431
|
|
37809
37971
|
},
|
|
37810
37972
|
"context": {
|
|
37811
37973
|
"type": "variable",
|
|
@@ -37813,8 +37975,8 @@
|
|
|
37813
37975
|
"value": "$kendo-popup-border",
|
|
37814
37976
|
"scope": "default",
|
|
37815
37977
|
"line": {
|
|
37816
|
-
"start":
|
|
37817
|
-
"end":
|
|
37978
|
+
"start": 432,
|
|
37979
|
+
"end": 432
|
|
37818
37980
|
}
|
|
37819
37981
|
},
|
|
37820
37982
|
"group": [
|
|
@@ -37829,8 +37991,8 @@
|
|
|
37829
37991
|
{
|
|
37830
37992
|
"description": "The horizontal padding of the Grid content.\n",
|
|
37831
37993
|
"commentRange": {
|
|
37832
|
-
"start":
|
|
37833
|
-
"end":
|
|
37994
|
+
"start": 434,
|
|
37995
|
+
"end": 435
|
|
37834
37996
|
},
|
|
37835
37997
|
"context": {
|
|
37836
37998
|
"type": "variable",
|
|
@@ -37838,8 +38000,8 @@
|
|
|
37838
38000
|
"value": "k-spacing(0)",
|
|
37839
38001
|
"scope": "default",
|
|
37840
38002
|
"line": {
|
|
37841
|
-
"start":
|
|
37842
|
-
"end":
|
|
38003
|
+
"start": 436,
|
|
38004
|
+
"end": 436
|
|
37843
38005
|
}
|
|
37844
38006
|
},
|
|
37845
38007
|
"group": [
|
|
@@ -37854,8 +38016,8 @@
|
|
|
37854
38016
|
{
|
|
37855
38017
|
"description": "The vertical padding of the Grid content.\n",
|
|
37856
38018
|
"commentRange": {
|
|
37857
|
-
"start":
|
|
37858
|
-
"end":
|
|
38019
|
+
"start": 437,
|
|
38020
|
+
"end": 438
|
|
37859
38021
|
},
|
|
37860
38022
|
"context": {
|
|
37861
38023
|
"type": "variable",
|
|
@@ -37863,8 +38025,8 @@
|
|
|
37863
38025
|
"value": "k-spacing(2)",
|
|
37864
38026
|
"scope": "default",
|
|
37865
38027
|
"line": {
|
|
37866
|
-
"start":
|
|
37867
|
-
"end":
|
|
38028
|
+
"start": 439,
|
|
38029
|
+
"end": 439
|
|
37868
38030
|
}
|
|
37869
38031
|
},
|
|
37870
38032
|
"group": [
|
|
@@ -37879,8 +38041,8 @@
|
|
|
37879
38041
|
{
|
|
37880
38042
|
"description": "The background color of the Grid.\n",
|
|
37881
38043
|
"commentRange": {
|
|
37882
|
-
"start":
|
|
37883
|
-
"end":
|
|
38044
|
+
"start": 441,
|
|
38045
|
+
"end": 442
|
|
37884
38046
|
},
|
|
37885
38047
|
"context": {
|
|
37886
38048
|
"type": "variable",
|
|
@@ -37888,8 +38050,8 @@
|
|
|
37888
38050
|
"value": "k-color(surface)",
|
|
37889
38051
|
"scope": "default",
|
|
37890
38052
|
"line": {
|
|
37891
|
-
"start":
|
|
37892
|
-
"end":
|
|
38053
|
+
"start": 443,
|
|
38054
|
+
"end": 443
|
|
37893
38055
|
}
|
|
37894
38056
|
},
|
|
37895
38057
|
"group": [
|
|
@@ -37904,8 +38066,8 @@
|
|
|
37904
38066
|
{
|
|
37905
38067
|
"description": "The width of the Grid cell.\n",
|
|
37906
38068
|
"commentRange": {
|
|
37907
|
-
"start":
|
|
37908
|
-
"end":
|
|
38069
|
+
"start": 445,
|
|
38070
|
+
"end": 446
|
|
37909
38071
|
},
|
|
37910
38072
|
"context": {
|
|
37911
38073
|
"type": "variable",
|
|
@@ -37913,8 +38075,8 @@
|
|
|
37913
38075
|
"value": "($kendo-icon-size * 3)",
|
|
37914
38076
|
"scope": "default",
|
|
37915
38077
|
"line": {
|
|
37916
|
-
"start":
|
|
37917
|
-
"end":
|
|
38078
|
+
"start": 447,
|
|
38079
|
+
"end": 447
|
|
37918
38080
|
}
|
|
37919
38081
|
},
|
|
37920
38082
|
"group": [
|
|
@@ -37929,8 +38091,8 @@
|
|
|
37929
38091
|
{
|
|
37930
38092
|
"description": "The width of the Grid.\n",
|
|
37931
38093
|
"commentRange": {
|
|
37932
|
-
"start":
|
|
37933
|
-
"end":
|
|
38094
|
+
"start": 449,
|
|
38095
|
+
"end": 450
|
|
37934
38096
|
},
|
|
37935
38097
|
"context": {
|
|
37936
38098
|
"type": "variable",
|
|
@@ -37938,8 +38100,8 @@
|
|
|
37938
38100
|
"value": "($kendo-icon-size * 2)",
|
|
37939
38101
|
"scope": "default",
|
|
37940
38102
|
"line": {
|
|
37941
|
-
"start":
|
|
37942
|
-
"end":
|
|
38103
|
+
"start": 451,
|
|
38104
|
+
"end": 451
|
|
37943
38105
|
}
|
|
37944
38106
|
},
|
|
37945
38107
|
"group": [
|
|
@@ -37954,8 +38116,8 @@
|
|
|
37954
38116
|
{
|
|
37955
38117
|
"description": "The grouping border top of the Grid row.\n",
|
|
37956
38118
|
"commentRange": {
|
|
37957
|
-
"start":
|
|
37958
|
-
"end":
|
|
38119
|
+
"start": 453,
|
|
38120
|
+
"end": 454
|
|
37959
38121
|
},
|
|
37960
38122
|
"context": {
|
|
37961
38123
|
"type": "variable",
|
|
@@ -37963,8 +38125,8 @@
|
|
|
37963
38125
|
"value": "1px",
|
|
37964
38126
|
"scope": "default",
|
|
37965
38127
|
"line": {
|
|
37966
|
-
"start":
|
|
37967
|
-
"end":
|
|
38128
|
+
"start": 455,
|
|
38129
|
+
"end": 455
|
|
37968
38130
|
}
|
|
37969
38131
|
},
|
|
37970
38132
|
"group": [
|
|
@@ -37979,8 +38141,8 @@
|
|
|
37979
38141
|
{
|
|
37980
38142
|
"description": "The vertical border of the Grid footer.\n",
|
|
37981
38143
|
"commentRange": {
|
|
37982
|
-
"start":
|
|
37983
|
-
"end":
|
|
38144
|
+
"start": 456,
|
|
38145
|
+
"end": 457
|
|
37984
38146
|
},
|
|
37985
38147
|
"context": {
|
|
37986
38148
|
"type": "variable",
|
|
@@ -37988,8 +38150,8 @@
|
|
|
37988
38150
|
"value": "1px",
|
|
37989
38151
|
"scope": "default",
|
|
37990
38152
|
"line": {
|
|
37991
|
-
"start":
|
|
37992
|
-
"end":
|
|
38153
|
+
"start": 458,
|
|
38154
|
+
"end": 458
|
|
37993
38155
|
}
|
|
37994
38156
|
},
|
|
37995
38157
|
"group": [
|
|
@@ -38004,8 +38166,8 @@
|
|
|
38004
38166
|
{
|
|
38005
38167
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
38006
38168
|
"commentRange": {
|
|
38007
|
-
"start":
|
|
38008
|
-
"end":
|
|
38169
|
+
"start": 460,
|
|
38170
|
+
"end": 461
|
|
38009
38171
|
},
|
|
38010
38172
|
"context": {
|
|
38011
38173
|
"type": "variable",
|
|
@@ -38013,8 +38175,8 @@
|
|
|
38013
38175
|
"value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
|
|
38014
38176
|
"scope": "default",
|
|
38015
38177
|
"line": {
|
|
38016
|
-
"start":
|
|
38017
|
-
"end":
|
|
38178
|
+
"start": 462,
|
|
38179
|
+
"end": 462
|
|
38018
38180
|
}
|
|
38019
38181
|
},
|
|
38020
38182
|
"group": [
|
|
@@ -38029,8 +38191,8 @@
|
|
|
38029
38191
|
{
|
|
38030
38192
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
38031
38193
|
"commentRange": {
|
|
38032
|
-
"start":
|
|
38033
|
-
"end":
|
|
38194
|
+
"start": 463,
|
|
38195
|
+
"end": 464
|
|
38034
38196
|
},
|
|
38035
38197
|
"context": {
|
|
38036
38198
|
"type": "variable",
|
|
@@ -38038,8 +38200,8 @@
|
|
|
38038
38200
|
"value": "k-color(primary)",
|
|
38039
38201
|
"scope": "default",
|
|
38040
38202
|
"line": {
|
|
38041
|
-
"start":
|
|
38042
|
-
"end":
|
|
38203
|
+
"start": 465,
|
|
38204
|
+
"end": 465
|
|
38043
38205
|
}
|
|
38044
38206
|
},
|
|
38045
38207
|
"group": [
|
|
@@ -38054,8 +38216,8 @@
|
|
|
38054
38216
|
{
|
|
38055
38217
|
"description": "The height of the Grid row resize indicator.\n",
|
|
38056
38218
|
"commentRange": {
|
|
38057
|
-
"start":
|
|
38058
|
-
"end":
|
|
38219
|
+
"start": 466,
|
|
38220
|
+
"end": 467
|
|
38059
38221
|
},
|
|
38060
38222
|
"context": {
|
|
38061
38223
|
"type": "variable",
|
|
@@ -38063,8 +38225,8 @@
|
|
|
38063
38225
|
"value": "k-spacing(0.5)",
|
|
38064
38226
|
"scope": "default",
|
|
38065
38227
|
"line": {
|
|
38066
|
-
"start":
|
|
38067
|
-
"end":
|
|
38228
|
+
"start": 468,
|
|
38229
|
+
"end": 468
|
|
38068
38230
|
}
|
|
38069
38231
|
},
|
|
38070
38232
|
"group": [
|
|
@@ -38079,8 +38241,8 @@
|
|
|
38079
38241
|
{
|
|
38080
38242
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
38081
38243
|
"commentRange": {
|
|
38082
|
-
"start":
|
|
38083
|
-
"end":
|
|
38244
|
+
"start": 471,
|
|
38245
|
+
"end": 472
|
|
38084
38246
|
},
|
|
38085
38247
|
"context": {
|
|
38086
38248
|
"type": "variable",
|
|
@@ -38088,8 +38250,8 @@
|
|
|
38088
38250
|
"value": "k-spacing(2)",
|
|
38089
38251
|
"scope": "default",
|
|
38090
38252
|
"line": {
|
|
38091
|
-
"start":
|
|
38092
|
-
"end":
|
|
38253
|
+
"start": 473,
|
|
38254
|
+
"end": 473
|
|
38093
38255
|
}
|
|
38094
38256
|
},
|
|
38095
38257
|
"group": [
|
|
@@ -38104,8 +38266,8 @@
|
|
|
38104
38266
|
{
|
|
38105
38267
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
38106
38268
|
"commentRange": {
|
|
38107
|
-
"start":
|
|
38108
|
-
"end":
|
|
38269
|
+
"start": 474,
|
|
38270
|
+
"end": 475
|
|
38109
38271
|
},
|
|
38110
38272
|
"context": {
|
|
38111
38273
|
"type": "variable",
|
|
@@ -38113,8 +38275,8 @@
|
|
|
38113
38275
|
"value": "k-spacing(1.5)",
|
|
38114
38276
|
"scope": "default",
|
|
38115
38277
|
"line": {
|
|
38116
|
-
"start":
|
|
38117
|
-
"end":
|
|
38278
|
+
"start": 476,
|
|
38279
|
+
"end": 476
|
|
38118
38280
|
}
|
|
38119
38281
|
},
|
|
38120
38282
|
"group": [
|
|
@@ -38129,8 +38291,8 @@
|
|
|
38129
38291
|
{
|
|
38130
38292
|
"description": "The column gap of the Grid stack layout.\n",
|
|
38131
38293
|
"commentRange": {
|
|
38132
|
-
"start":
|
|
38133
|
-
"end":
|
|
38294
|
+
"start": 478,
|
|
38295
|
+
"end": 479
|
|
38134
38296
|
},
|
|
38135
38297
|
"context": {
|
|
38136
38298
|
"type": "variable",
|
|
@@ -38138,8 +38300,8 @@
|
|
|
38138
38300
|
"value": "k-spacing(1)",
|
|
38139
38301
|
"scope": "default",
|
|
38140
38302
|
"line": {
|
|
38141
|
-
"start":
|
|
38142
|
-
"end":
|
|
38303
|
+
"start": 480,
|
|
38304
|
+
"end": 480
|
|
38143
38305
|
}
|
|
38144
38306
|
},
|
|
38145
38307
|
"group": [
|
|
@@ -38154,8 +38316,8 @@
|
|
|
38154
38316
|
{
|
|
38155
38317
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
38156
38318
|
"commentRange": {
|
|
38157
|
-
"start":
|
|
38158
|
-
"end":
|
|
38319
|
+
"start": 481,
|
|
38320
|
+
"end": 482
|
|
38159
38321
|
},
|
|
38160
38322
|
"context": {
|
|
38161
38323
|
"type": "variable",
|
|
@@ -38163,8 +38325,8 @@
|
|
|
38163
38325
|
"value": "k-spacing(2)",
|
|
38164
38326
|
"scope": "default",
|
|
38165
38327
|
"line": {
|
|
38166
|
-
"start":
|
|
38167
|
-
"end":
|
|
38328
|
+
"start": 483,
|
|
38329
|
+
"end": 483
|
|
38168
38330
|
}
|
|
38169
38331
|
},
|
|
38170
38332
|
"group": [
|
|
@@ -38179,8 +38341,8 @@
|
|
|
38179
38341
|
{
|
|
38180
38342
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
38181
38343
|
"commentRange": {
|
|
38182
|
-
"start":
|
|
38183
|
-
"end":
|
|
38344
|
+
"start": 485,
|
|
38345
|
+
"end": 486
|
|
38184
38346
|
},
|
|
38185
38347
|
"context": {
|
|
38186
38348
|
"type": "variable",
|
|
@@ -38188,8 +38350,8 @@
|
|
|
38188
38350
|
"value": "k-spacing(2)",
|
|
38189
38351
|
"scope": "default",
|
|
38190
38352
|
"line": {
|
|
38191
|
-
"start":
|
|
38192
|
-
"end":
|
|
38353
|
+
"start": 487,
|
|
38354
|
+
"end": 487
|
|
38193
38355
|
}
|
|
38194
38356
|
},
|
|
38195
38357
|
"group": [
|
|
@@ -38204,8 +38366,8 @@
|
|
|
38204
38366
|
{
|
|
38205
38367
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
38206
38368
|
"commentRange": {
|
|
38207
|
-
"start":
|
|
38208
|
-
"end":
|
|
38369
|
+
"start": 489,
|
|
38370
|
+
"end": 490
|
|
38209
38371
|
},
|
|
38210
38372
|
"context": {
|
|
38211
38373
|
"type": "variable",
|
|
@@ -38213,8 +38375,8 @@
|
|
|
38213
38375
|
"value": "var(--kendo-font-size-sm)",
|
|
38214
38376
|
"scope": "default",
|
|
38215
38377
|
"line": {
|
|
38216
|
-
"start":
|
|
38217
|
-
"end":
|
|
38378
|
+
"start": 491,
|
|
38379
|
+
"end": 491
|
|
38218
38380
|
}
|
|
38219
38381
|
},
|
|
38220
38382
|
"group": [
|
|
@@ -38229,8 +38391,8 @@
|
|
|
38229
38391
|
{
|
|
38230
38392
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
38231
38393
|
"commentRange": {
|
|
38232
|
-
"start":
|
|
38233
|
-
"end":
|
|
38394
|
+
"start": 492,
|
|
38395
|
+
"end": 493
|
|
38234
38396
|
},
|
|
38235
38397
|
"context": {
|
|
38236
38398
|
"type": "variable",
|
|
@@ -38238,8 +38400,8 @@
|
|
|
38238
38400
|
"value": "var(--kendo-font-weight-bold)",
|
|
38239
38401
|
"scope": "default",
|
|
38240
38402
|
"line": {
|
|
38241
|
-
"start":
|
|
38242
|
-
"end":
|
|
38403
|
+
"start": 494,
|
|
38404
|
+
"end": 494
|
|
38243
38405
|
}
|
|
38244
38406
|
},
|
|
38245
38407
|
"group": [
|
|
@@ -38254,8 +38416,8 @@
|
|
|
38254
38416
|
{
|
|
38255
38417
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
38256
38418
|
"commentRange": {
|
|
38257
|
-
"start":
|
|
38258
|
-
"end":
|
|
38419
|
+
"start": 495,
|
|
38420
|
+
"end": 496
|
|
38259
38421
|
},
|
|
38260
38422
|
"context": {
|
|
38261
38423
|
"type": "variable",
|
|
@@ -38263,8 +38425,8 @@
|
|
|
38263
38425
|
"value": "k-spacing(2.5)",
|
|
38264
38426
|
"scope": "default",
|
|
38265
38427
|
"line": {
|
|
38266
|
-
"start":
|
|
38267
|
-
"end":
|
|
38428
|
+
"start": 497,
|
|
38429
|
+
"end": 497
|
|
38268
38430
|
}
|
|
38269
38431
|
},
|
|
38270
38432
|
"group": [
|
|
@@ -38279,8 +38441,8 @@
|
|
|
38279
38441
|
{
|
|
38280
38442
|
"description": "The color of the Grid stack layout column header.\n",
|
|
38281
38443
|
"commentRange": {
|
|
38282
|
-
"start":
|
|
38283
|
-
"end":
|
|
38444
|
+
"start": 499,
|
|
38445
|
+
"end": 500
|
|
38284
38446
|
},
|
|
38285
38447
|
"context": {
|
|
38286
38448
|
"type": "variable",
|
|
@@ -38288,8 +38450,8 @@
|
|
|
38288
38450
|
"value": "k-color(subtle)",
|
|
38289
38451
|
"scope": "default",
|
|
38290
38452
|
"line": {
|
|
38291
|
-
"start":
|
|
38292
|
-
"end":
|
|
38453
|
+
"start": 501,
|
|
38454
|
+
"end": 501
|
|
38293
38455
|
}
|
|
38294
38456
|
},
|
|
38295
38457
|
"group": [
|
|
@@ -38304,8 +38466,8 @@
|
|
|
38304
38466
|
{
|
|
38305
38467
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
38306
38468
|
"commentRange": {
|
|
38307
|
-
"start":
|
|
38308
|
-
"end":
|
|
38469
|
+
"start": 502,
|
|
38470
|
+
"end": 503
|
|
38309
38471
|
},
|
|
38310
38472
|
"context": {
|
|
38311
38473
|
"type": "variable",
|
|
@@ -38313,8 +38475,8 @@
|
|
|
38313
38475
|
"value": "color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
|
|
38314
38476
|
"scope": "default",
|
|
38315
38477
|
"line": {
|
|
38316
|
-
"start":
|
|
38317
|
-
"end":
|
|
38478
|
+
"start": 504,
|
|
38479
|
+
"end": 504
|
|
38318
38480
|
}
|
|
38319
38481
|
},
|
|
38320
38482
|
"group": [
|
|
@@ -38329,8 +38491,8 @@
|
|
|
38329
38491
|
{
|
|
38330
38492
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
38331
38493
|
"commentRange": {
|
|
38332
|
-
"start":
|
|
38333
|
-
"end":
|
|
38494
|
+
"start": 505,
|
|
38495
|
+
"end": 506
|
|
38334
38496
|
},
|
|
38335
38497
|
"context": {
|
|
38336
38498
|
"type": "variable",
|
|
@@ -38338,8 +38500,8 @@
|
|
|
38338
38500
|
"value": "k-elevation(2)",
|
|
38339
38501
|
"scope": "default",
|
|
38340
38502
|
"line": {
|
|
38341
|
-
"start":
|
|
38342
|
-
"end":
|
|
38503
|
+
"start": 507,
|
|
38504
|
+
"end": 507
|
|
38343
38505
|
}
|
|
38344
38506
|
},
|
|
38345
38507
|
"group": [
|
|
@@ -38354,8 +38516,8 @@
|
|
|
38354
38516
|
{
|
|
38355
38517
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
38356
38518
|
"commentRange": {
|
|
38357
|
-
"start":
|
|
38358
|
-
"end":
|
|
38519
|
+
"start": 509,
|
|
38520
|
+
"end": 510
|
|
38359
38521
|
},
|
|
38360
38522
|
"context": {
|
|
38361
38523
|
"type": "variable",
|
|
@@ -38363,8 +38525,8 @@
|
|
|
38363
38525
|
"value": "var(--kendo-font-weight-bold)",
|
|
38364
38526
|
"scope": "default",
|
|
38365
38527
|
"line": {
|
|
38366
|
-
"start":
|
|
38367
|
-
"end":
|
|
38528
|
+
"start": 511,
|
|
38529
|
+
"end": 511
|
|
38368
38530
|
}
|
|
38369
38531
|
},
|
|
38370
38532
|
"group": [
|
|
@@ -51920,231 +52082,6 @@
|
|
|
51920
52082
|
"name": "_variables.scss"
|
|
51921
52083
|
}
|
|
51922
52084
|
},
|
|
51923
|
-
{
|
|
51924
|
-
"description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
|
|
51925
|
-
"commentRange": {
|
|
51926
|
-
"start": 159,
|
|
51927
|
-
"end": 160
|
|
51928
|
-
},
|
|
51929
|
-
"context": {
|
|
51930
|
-
"type": "variable",
|
|
51931
|
-
"name": "kendo-palette-gray",
|
|
51932
|
-
"value": "$_default-palette-gray",
|
|
51933
|
-
"scope": "default",
|
|
51934
|
-
"line": {
|
|
51935
|
-
"start": 161,
|
|
51936
|
-
"end": 161
|
|
51937
|
-
}
|
|
51938
|
-
},
|
|
51939
|
-
"group": [
|
|
51940
|
-
"palette"
|
|
51941
|
-
],
|
|
51942
|
-
"access": "public",
|
|
51943
|
-
"file": {
|
|
51944
|
-
"path": "core/color-system/_palettes.scss",
|
|
51945
|
-
"name": "_palettes.scss"
|
|
51946
|
-
}
|
|
51947
|
-
},
|
|
51948
|
-
{
|
|
51949
|
-
"description": "The Blue Palette provides colors to the Primary and Series A variable groups.\n",
|
|
51950
|
-
"commentRange": {
|
|
51951
|
-
"start": 163,
|
|
51952
|
-
"end": 164
|
|
51953
|
-
},
|
|
51954
|
-
"context": {
|
|
51955
|
-
"type": "variable",
|
|
51956
|
-
"name": "kendo-palette-blue",
|
|
51957
|
-
"value": "$_default-palette-blue",
|
|
51958
|
-
"scope": "default",
|
|
51959
|
-
"line": {
|
|
51960
|
-
"start": 165,
|
|
51961
|
-
"end": 165
|
|
51962
|
-
}
|
|
51963
|
-
},
|
|
51964
|
-
"group": [
|
|
51965
|
-
"palette"
|
|
51966
|
-
],
|
|
51967
|
-
"access": "public",
|
|
51968
|
-
"file": {
|
|
51969
|
-
"path": "core/color-system/_palettes.scss",
|
|
51970
|
-
"name": "_palettes.scss"
|
|
51971
|
-
}
|
|
51972
|
-
},
|
|
51973
|
-
{
|
|
51974
|
-
"description": "The Yellow Palette provides colors to the Warning and Series F variable groups.\n",
|
|
51975
|
-
"commentRange": {
|
|
51976
|
-
"start": 167,
|
|
51977
|
-
"end": 168
|
|
51978
|
-
},
|
|
51979
|
-
"context": {
|
|
51980
|
-
"type": "variable",
|
|
51981
|
-
"name": "kendo-palette-yellow",
|
|
51982
|
-
"value": "$_default-palette-yellow",
|
|
51983
|
-
"scope": "default",
|
|
51984
|
-
"line": {
|
|
51985
|
-
"start": 169,
|
|
51986
|
-
"end": 169
|
|
51987
|
-
}
|
|
51988
|
-
},
|
|
51989
|
-
"group": [
|
|
51990
|
-
"palette"
|
|
51991
|
-
],
|
|
51992
|
-
"access": "public",
|
|
51993
|
-
"file": {
|
|
51994
|
-
"path": "core/color-system/_palettes.scss",
|
|
51995
|
-
"name": "_palettes.scss"
|
|
51996
|
-
}
|
|
51997
|
-
},
|
|
51998
|
-
{
|
|
51999
|
-
"description": "The Red Palette provides colors to the Error and Series E variable groups.\n",
|
|
52000
|
-
"commentRange": {
|
|
52001
|
-
"start": 171,
|
|
52002
|
-
"end": 172
|
|
52003
|
-
},
|
|
52004
|
-
"context": {
|
|
52005
|
-
"type": "variable",
|
|
52006
|
-
"name": "kendo-palette-red",
|
|
52007
|
-
"value": "$_default-palette-red",
|
|
52008
|
-
"scope": "default",
|
|
52009
|
-
"line": {
|
|
52010
|
-
"start": 173,
|
|
52011
|
-
"end": 173
|
|
52012
|
-
}
|
|
52013
|
-
},
|
|
52014
|
-
"group": [
|
|
52015
|
-
"palette"
|
|
52016
|
-
],
|
|
52017
|
-
"access": "public",
|
|
52018
|
-
"file": {
|
|
52019
|
-
"path": "core/color-system/_palettes.scss",
|
|
52020
|
-
"name": "_palettes.scss"
|
|
52021
|
-
}
|
|
52022
|
-
},
|
|
52023
|
-
{
|
|
52024
|
-
"description": "The Cyan Palette provides colors to the Info variable group.\n",
|
|
52025
|
-
"commentRange": {
|
|
52026
|
-
"start": 175,
|
|
52027
|
-
"end": 176
|
|
52028
|
-
},
|
|
52029
|
-
"context": {
|
|
52030
|
-
"type": "variable",
|
|
52031
|
-
"name": "kendo-palette-cyan",
|
|
52032
|
-
"value": "$_default-palette-cyan",
|
|
52033
|
-
"scope": "default",
|
|
52034
|
-
"line": {
|
|
52035
|
-
"start": 177,
|
|
52036
|
-
"end": 177
|
|
52037
|
-
}
|
|
52038
|
-
},
|
|
52039
|
-
"group": [
|
|
52040
|
-
"palette"
|
|
52041
|
-
],
|
|
52042
|
-
"access": "public",
|
|
52043
|
-
"file": {
|
|
52044
|
-
"path": "core/color-system/_palettes.scss",
|
|
52045
|
-
"name": "_palettes.scss"
|
|
52046
|
-
}
|
|
52047
|
-
},
|
|
52048
|
-
{
|
|
52049
|
-
"description": "The Green Palette provides colors to the Success and Series D variable groups.\n",
|
|
52050
|
-
"commentRange": {
|
|
52051
|
-
"start": 179,
|
|
52052
|
-
"end": 180
|
|
52053
|
-
},
|
|
52054
|
-
"context": {
|
|
52055
|
-
"type": "variable",
|
|
52056
|
-
"name": "kendo-palette-green",
|
|
52057
|
-
"value": "$_default-palette-green",
|
|
52058
|
-
"scope": "default",
|
|
52059
|
-
"line": {
|
|
52060
|
-
"start": 181,
|
|
52061
|
-
"end": 181
|
|
52062
|
-
}
|
|
52063
|
-
},
|
|
52064
|
-
"group": [
|
|
52065
|
-
"palette"
|
|
52066
|
-
],
|
|
52067
|
-
"access": "public",
|
|
52068
|
-
"file": {
|
|
52069
|
-
"path": "core/color-system/_palettes.scss",
|
|
52070
|
-
"name": "_palettes.scss"
|
|
52071
|
-
}
|
|
52072
|
-
},
|
|
52073
|
-
{
|
|
52074
|
-
"description": "The Indigo Palette provides colors to the Tertiary and Series B variable groups.\n",
|
|
52075
|
-
"commentRange": {
|
|
52076
|
-
"start": 183,
|
|
52077
|
-
"end": 184
|
|
52078
|
-
},
|
|
52079
|
-
"context": {
|
|
52080
|
-
"type": "variable",
|
|
52081
|
-
"name": "kendo-palette-indigo",
|
|
52082
|
-
"value": "$_default-palette-indigo",
|
|
52083
|
-
"scope": "default",
|
|
52084
|
-
"line": {
|
|
52085
|
-
"start": 185,
|
|
52086
|
-
"end": 185
|
|
52087
|
-
}
|
|
52088
|
-
},
|
|
52089
|
-
"group": [
|
|
52090
|
-
"palette"
|
|
52091
|
-
],
|
|
52092
|
-
"access": "public",
|
|
52093
|
-
"file": {
|
|
52094
|
-
"path": "core/color-system/_palettes.scss",
|
|
52095
|
-
"name": "_palettes.scss"
|
|
52096
|
-
}
|
|
52097
|
-
},
|
|
52098
|
-
{
|
|
52099
|
-
"description": "The Teal Palette provides colors to the Series C variable group.\n",
|
|
52100
|
-
"commentRange": {
|
|
52101
|
-
"start": 187,
|
|
52102
|
-
"end": 188
|
|
52103
|
-
},
|
|
52104
|
-
"context": {
|
|
52105
|
-
"type": "variable",
|
|
52106
|
-
"name": "kendo-palette-teal",
|
|
52107
|
-
"value": "$_default-palette-teal",
|
|
52108
|
-
"scope": "default",
|
|
52109
|
-
"line": {
|
|
52110
|
-
"start": 189,
|
|
52111
|
-
"end": 189
|
|
52112
|
-
}
|
|
52113
|
-
},
|
|
52114
|
-
"group": [
|
|
52115
|
-
"palette"
|
|
52116
|
-
],
|
|
52117
|
-
"access": "public",
|
|
52118
|
-
"file": {
|
|
52119
|
-
"path": "core/color-system/_palettes.scss",
|
|
52120
|
-
"name": "_palettes.scss"
|
|
52121
|
-
}
|
|
52122
|
-
},
|
|
52123
|
-
{
|
|
52124
|
-
"description": "The Greige Palette provides colors to the Light and Dark variable groups.\n",
|
|
52125
|
-
"commentRange": {
|
|
52126
|
-
"start": 191,
|
|
52127
|
-
"end": 192
|
|
52128
|
-
},
|
|
52129
|
-
"context": {
|
|
52130
|
-
"type": "variable",
|
|
52131
|
-
"name": "kendo-palette-greige",
|
|
52132
|
-
"value": "$_default-palette-greige",
|
|
52133
|
-
"scope": "default",
|
|
52134
|
-
"line": {
|
|
52135
|
-
"start": 193,
|
|
52136
|
-
"end": 193
|
|
52137
|
-
}
|
|
52138
|
-
},
|
|
52139
|
-
"group": [
|
|
52140
|
-
"palette"
|
|
52141
|
-
],
|
|
52142
|
-
"access": "public",
|
|
52143
|
-
"file": {
|
|
52144
|
-
"path": "core/color-system/_palettes.scss",
|
|
52145
|
-
"name": "_palettes.scss"
|
|
52146
|
-
}
|
|
52147
|
-
},
|
|
52148
52085
|
{
|
|
52149
52086
|
"description": "The border radius of the Panel.\n",
|
|
52150
52087
|
"commentRange": {
|
|
@@ -60580,19 +60517,19 @@
|
|
|
60580
60517
|
}
|
|
60581
60518
|
},
|
|
60582
60519
|
{
|
|
60583
|
-
"description": "The
|
|
60520
|
+
"description": "The base border radius used across the Components.\n",
|
|
60584
60521
|
"commentRange": {
|
|
60585
|
-
"start":
|
|
60586
|
-
"end":
|
|
60522
|
+
"start": 3,
|
|
60523
|
+
"end": 4
|
|
60587
60524
|
},
|
|
60588
60525
|
"context": {
|
|
60589
60526
|
"type": "variable",
|
|
60590
|
-
"name": "kendo-border-radius",
|
|
60591
|
-
"value": "
|
|
60527
|
+
"name": "kendo-border-radius-base",
|
|
60528
|
+
"value": ".375rem",
|
|
60592
60529
|
"scope": "default",
|
|
60593
60530
|
"line": {
|
|
60594
|
-
"start":
|
|
60595
|
-
"end":
|
|
60531
|
+
"start": 5,
|
|
60532
|
+
"end": 5
|
|
60596
60533
|
}
|
|
60597
60534
|
},
|
|
60598
60535
|
"group": [
|
|
@@ -60607,17 +60544,17 @@
|
|
|
60607
60544
|
{
|
|
60608
60545
|
"description": "The none border radius used across the Components.\n",
|
|
60609
60546
|
"commentRange": {
|
|
60610
|
-
"start":
|
|
60611
|
-
"end":
|
|
60547
|
+
"start": 6,
|
|
60548
|
+
"end": 7
|
|
60612
60549
|
},
|
|
60613
60550
|
"context": {
|
|
60614
60551
|
"type": "variable",
|
|
60615
60552
|
"name": "kendo-border-radius-none",
|
|
60616
|
-
"value": "
|
|
60553
|
+
"value": "0px",
|
|
60617
60554
|
"scope": "default",
|
|
60618
60555
|
"line": {
|
|
60619
|
-
"start":
|
|
60620
|
-
"end":
|
|
60556
|
+
"start": 8,
|
|
60557
|
+
"end": 8
|
|
60621
60558
|
}
|
|
60622
60559
|
},
|
|
60623
60560
|
"group": [
|
|
@@ -60632,17 +60569,17 @@
|
|
|
60632
60569
|
{
|
|
60633
60570
|
"description": "The extra small border radius used across the Components.\n",
|
|
60634
60571
|
"commentRange": {
|
|
60635
|
-
"start":
|
|
60636
|
-
"end":
|
|
60572
|
+
"start": 9,
|
|
60573
|
+
"end": 10
|
|
60637
60574
|
},
|
|
60638
60575
|
"context": {
|
|
60639
60576
|
"type": "variable",
|
|
60640
60577
|
"name": "kendo-border-radius-xs",
|
|
60641
|
-
"value": "
|
|
60578
|
+
"value": "calc(var(--kendo-border-radius-base) / 3)",
|
|
60642
60579
|
"scope": "default",
|
|
60643
60580
|
"line": {
|
|
60644
|
-
"start":
|
|
60645
|
-
"end":
|
|
60581
|
+
"start": 11,
|
|
60582
|
+
"end": 11
|
|
60646
60583
|
}
|
|
60647
60584
|
},
|
|
60648
60585
|
"group": [
|
|
@@ -60657,17 +60594,17 @@
|
|
|
60657
60594
|
{
|
|
60658
60595
|
"description": "The small border radius used across the Components.\n",
|
|
60659
60596
|
"commentRange": {
|
|
60660
|
-
"start":
|
|
60661
|
-
"end":
|
|
60597
|
+
"start": 12,
|
|
60598
|
+
"end": 13
|
|
60662
60599
|
},
|
|
60663
60600
|
"context": {
|
|
60664
60601
|
"type": "variable",
|
|
60665
60602
|
"name": "kendo-border-radius-sm",
|
|
60666
|
-
"value": "
|
|
60603
|
+
"value": "calc(var(--kendo-border-radius-base) * 2 / 3)",
|
|
60667
60604
|
"scope": "default",
|
|
60668
60605
|
"line": {
|
|
60669
|
-
"start":
|
|
60670
|
-
"end":
|
|
60606
|
+
"start": 14,
|
|
60607
|
+
"end": 14
|
|
60671
60608
|
}
|
|
60672
60609
|
},
|
|
60673
60610
|
"group": [
|
|
@@ -60682,17 +60619,17 @@
|
|
|
60682
60619
|
{
|
|
60683
60620
|
"description": "The medium border radius used across the Components.\n",
|
|
60684
60621
|
"commentRange": {
|
|
60685
|
-
"start":
|
|
60686
|
-
"end":
|
|
60622
|
+
"start": 15,
|
|
60623
|
+
"end": 16
|
|
60687
60624
|
},
|
|
60688
60625
|
"context": {
|
|
60689
60626
|
"type": "variable",
|
|
60690
60627
|
"name": "kendo-border-radius-md",
|
|
60691
|
-
"value": "
|
|
60628
|
+
"value": "var(--kendo-border-radius-base)",
|
|
60692
60629
|
"scope": "default",
|
|
60693
60630
|
"line": {
|
|
60694
|
-
"start":
|
|
60695
|
-
"end":
|
|
60631
|
+
"start": 17,
|
|
60632
|
+
"end": 17
|
|
60696
60633
|
}
|
|
60697
60634
|
},
|
|
60698
60635
|
"group": [
|
|
@@ -60707,17 +60644,17 @@
|
|
|
60707
60644
|
{
|
|
60708
60645
|
"description": "The large border radius used across the Components.\n",
|
|
60709
60646
|
"commentRange": {
|
|
60710
|
-
"start":
|
|
60711
|
-
"end":
|
|
60647
|
+
"start": 18,
|
|
60648
|
+
"end": 19
|
|
60712
60649
|
},
|
|
60713
60650
|
"context": {
|
|
60714
60651
|
"type": "variable",
|
|
60715
60652
|
"name": "kendo-border-radius-lg",
|
|
60716
|
-
"value": "
|
|
60653
|
+
"value": "calc(var(--kendo-border-radius-base) * 4 / 3)",
|
|
60717
60654
|
"scope": "default",
|
|
60718
60655
|
"line": {
|
|
60719
|
-
"start":
|
|
60720
|
-
"end":
|
|
60656
|
+
"start": 20,
|
|
60657
|
+
"end": 20
|
|
60721
60658
|
}
|
|
60722
60659
|
},
|
|
60723
60660
|
"group": [
|
|
@@ -60732,17 +60669,17 @@
|
|
|
60732
60669
|
{
|
|
60733
60670
|
"description": "The extra large border radius used across the Components.\n",
|
|
60734
60671
|
"commentRange": {
|
|
60735
|
-
"start":
|
|
60736
|
-
"end":
|
|
60672
|
+
"start": 21,
|
|
60673
|
+
"end": 22
|
|
60737
60674
|
},
|
|
60738
60675
|
"context": {
|
|
60739
60676
|
"type": "variable",
|
|
60740
60677
|
"name": "kendo-border-radius-xl",
|
|
60741
|
-
"value": "
|
|
60678
|
+
"value": "calc(var(--kendo-border-radius-base) * 8 / 3)",
|
|
60742
60679
|
"scope": "default",
|
|
60743
60680
|
"line": {
|
|
60744
|
-
"start":
|
|
60745
|
-
"end":
|
|
60681
|
+
"start": 23,
|
|
60682
|
+
"end": 23
|
|
60746
60683
|
}
|
|
60747
60684
|
},
|
|
60748
60685
|
"group": [
|
|
@@ -60757,17 +60694,17 @@
|
|
|
60757
60694
|
{
|
|
60758
60695
|
"description": "The third largest border radius used across the Components.\n",
|
|
60759
60696
|
"commentRange": {
|
|
60760
|
-
"start":
|
|
60761
|
-
"end":
|
|
60697
|
+
"start": 24,
|
|
60698
|
+
"end": 25
|
|
60762
60699
|
},
|
|
60763
60700
|
"context": {
|
|
60764
60701
|
"type": "variable",
|
|
60765
60702
|
"name": "kendo-border-radius-xxl",
|
|
60766
|
-
"value": "
|
|
60703
|
+
"value": "calc(var(--kendo-border-radius-base) * 16 / 3)",
|
|
60767
60704
|
"scope": "default",
|
|
60768
60705
|
"line": {
|
|
60769
|
-
"start":
|
|
60770
|
-
"end":
|
|
60706
|
+
"start": 26,
|
|
60707
|
+
"end": 26
|
|
60771
60708
|
}
|
|
60772
60709
|
},
|
|
60773
60710
|
"group": [
|
|
@@ -60782,17 +60719,17 @@
|
|
|
60782
60719
|
{
|
|
60783
60720
|
"description": "The second largest border radius used across the Components.\n",
|
|
60784
60721
|
"commentRange": {
|
|
60785
|
-
"start":
|
|
60786
|
-
"end":
|
|
60722
|
+
"start": 27,
|
|
60723
|
+
"end": 28
|
|
60787
60724
|
},
|
|
60788
60725
|
"context": {
|
|
60789
60726
|
"type": "variable",
|
|
60790
60727
|
"name": "kendo-border-radius-xxxl",
|
|
60791
|
-
"value": "
|
|
60728
|
+
"value": "calc(var(--kendo-border-radius-base) * 8)",
|
|
60792
60729
|
"scope": "default",
|
|
60793
60730
|
"line": {
|
|
60794
|
-
"start":
|
|
60795
|
-
"end":
|
|
60731
|
+
"start": 29,
|
|
60732
|
+
"end": 29
|
|
60796
60733
|
}
|
|
60797
60734
|
},
|
|
60798
60735
|
"group": [
|
|
@@ -60807,17 +60744,17 @@
|
|
|
60807
60744
|
{
|
|
60808
60745
|
"description": "The largest border radius used across the Components.\n",
|
|
60809
60746
|
"commentRange": {
|
|
60810
|
-
"start":
|
|
60811
|
-
"end":
|
|
60747
|
+
"start": 30,
|
|
60748
|
+
"end": 31
|
|
60812
60749
|
},
|
|
60813
60750
|
"context": {
|
|
60814
60751
|
"type": "variable",
|
|
60815
60752
|
"name": "kendo-border-radius-full",
|
|
60816
|
-
"value": "
|
|
60753
|
+
"value": "calc(var(--kendo-border-radius-base) * 9999)",
|
|
60817
60754
|
"scope": "default",
|
|
60818
60755
|
"line": {
|
|
60819
|
-
"start":
|
|
60820
|
-
"end":
|
|
60756
|
+
"start": 32,
|
|
60757
|
+
"end": 32
|
|
60821
60758
|
}
|
|
60822
60759
|
},
|
|
60823
60760
|
"group": [
|
|
@@ -60832,8 +60769,8 @@
|
|
|
60832
60769
|
{
|
|
60833
60770
|
"description": "The global radii Map.\n",
|
|
60834
60771
|
"commentRange": {
|
|
60835
|
-
"start":
|
|
60836
|
-
"end":
|
|
60772
|
+
"start": 34,
|
|
60773
|
+
"end": 35
|
|
60837
60774
|
},
|
|
60838
60775
|
"context": {
|
|
60839
60776
|
"type": "variable",
|
|
@@ -60841,8 +60778,8 @@
|
|
|
60841
60778
|
"value": "(\n none: $kendo-border-radius-none,\n xs: $kendo-border-radius-xs,\n sm: $kendo-border-radius-sm,\n md: $kendo-border-radius-md,\n lg: $kendo-border-radius-lg,\n xl: $kendo-border-radius-xl,\n xxl: $kendo-border-radius-xxl,\n xxxl: $kendo-border-radius-xxxl,\n full: $kendo-border-radius-full\n)",
|
|
60842
60779
|
"scope": "default",
|
|
60843
60780
|
"line": {
|
|
60844
|
-
"start":
|
|
60845
|
-
"end":
|
|
60781
|
+
"start": 36,
|
|
60782
|
+
"end": 46
|
|
60846
60783
|
}
|
|
60847
60784
|
},
|
|
60848
60785
|
"group": [
|
|
@@ -60857,8 +60794,8 @@
|
|
|
60857
60794
|
{
|
|
60858
60795
|
"description": "The global radii Map.\n",
|
|
60859
60796
|
"commentRange": {
|
|
60860
|
-
"start":
|
|
60861
|
-
"end":
|
|
60797
|
+
"start": 48,
|
|
60798
|
+
"end": 49
|
|
60862
60799
|
},
|
|
60863
60800
|
"context": {
|
|
60864
60801
|
"type": "variable",
|
|
@@ -60866,8 +60803,8 @@
|
|
|
60866
60803
|
"value": "$_default-border-radii",
|
|
60867
60804
|
"scope": "default",
|
|
60868
60805
|
"line": {
|
|
60869
|
-
"start":
|
|
60870
|
-
"end":
|
|
60806
|
+
"start": 50,
|
|
60807
|
+
"end": 50
|
|
60871
60808
|
}
|
|
60872
60809
|
},
|
|
60873
60810
|
"group": [
|
|
@@ -67569,11 +67506,36 @@
|
|
|
67569
67506
|
"name": "_variables.scss"
|
|
67570
67507
|
}
|
|
67571
67508
|
},
|
|
67509
|
+
{
|
|
67510
|
+
"description": "The base spacing step used to generate the Spacing map.\n",
|
|
67511
|
+
"commentRange": {
|
|
67512
|
+
"start": 3,
|
|
67513
|
+
"end": 4
|
|
67514
|
+
},
|
|
67515
|
+
"context": {
|
|
67516
|
+
"type": "variable",
|
|
67517
|
+
"name": "kendo-spacing-base",
|
|
67518
|
+
"value": "0.25rem",
|
|
67519
|
+
"scope": "default",
|
|
67520
|
+
"line": {
|
|
67521
|
+
"start": 5,
|
|
67522
|
+
"end": 5
|
|
67523
|
+
}
|
|
67524
|
+
},
|
|
67525
|
+
"group": [
|
|
67526
|
+
"spacing"
|
|
67527
|
+
],
|
|
67528
|
+
"access": "public",
|
|
67529
|
+
"file": {
|
|
67530
|
+
"path": "core/spacing/index.scss",
|
|
67531
|
+
"name": "index.scss"
|
|
67532
|
+
}
|
|
67533
|
+
},
|
|
67572
67534
|
{
|
|
67573
67535
|
"description": "The global default Spacing map.\n",
|
|
67574
67536
|
"commentRange": {
|
|
67575
|
-
"start":
|
|
67576
|
-
"end":
|
|
67537
|
+
"start": 44,
|
|
67538
|
+
"end": 45
|
|
67577
67539
|
},
|
|
67578
67540
|
"context": {
|
|
67579
67541
|
"type": "variable",
|
|
@@ -67581,8 +67543,8 @@
|
|
|
67581
67543
|
"value": "$_default-spacing",
|
|
67582
67544
|
"scope": "default",
|
|
67583
67545
|
"line": {
|
|
67584
|
-
"start":
|
|
67585
|
-
"end":
|
|
67546
|
+
"start": 46,
|
|
67547
|
+
"end": 46
|
|
67586
67548
|
}
|
|
67587
67549
|
},
|
|
67588
67550
|
"group": [
|
|
@@ -84375,15 +84337,15 @@
|
|
|
84375
84337
|
}
|
|
84376
84338
|
},
|
|
84377
84339
|
{
|
|
84378
|
-
"description": "The extra small font size across all components.\n",
|
|
84340
|
+
"description": "The extra extra small font size across all components.\n",
|
|
84379
84341
|
"commentRange": {
|
|
84380
84342
|
"start": 6,
|
|
84381
84343
|
"end": 7
|
|
84382
84344
|
},
|
|
84383
84345
|
"context": {
|
|
84384
84346
|
"type": "variable",
|
|
84385
|
-
"name": "kendo-font-size-
|
|
84386
|
-
"value": "( $kendo-font-size * .
|
|
84347
|
+
"name": "kendo-font-size-xxs",
|
|
84348
|
+
"value": "( $kendo-font-size * .5 )",
|
|
84387
84349
|
"scope": "default",
|
|
84388
84350
|
"line": {
|
|
84389
84351
|
"start": 8,
|
|
@@ -84400,15 +84362,15 @@
|
|
|
84400
84362
|
}
|
|
84401
84363
|
},
|
|
84402
84364
|
{
|
|
84403
|
-
"description": "The small font size across all components.\n",
|
|
84365
|
+
"description": "The extra small font size across all components.\n",
|
|
84404
84366
|
"commentRange": {
|
|
84405
84367
|
"start": 9,
|
|
84406
84368
|
"end": 10
|
|
84407
84369
|
},
|
|
84408
84370
|
"context": {
|
|
84409
84371
|
"type": "variable",
|
|
84410
|
-
"name": "kendo-font-size-
|
|
84411
|
-
"value": "( $kendo-font-size * .
|
|
84372
|
+
"name": "kendo-font-size-xs",
|
|
84373
|
+
"value": "( $kendo-font-size * .75 )",
|
|
84412
84374
|
"scope": "default",
|
|
84413
84375
|
"line": {
|
|
84414
84376
|
"start": 11,
|
|
@@ -84425,15 +84387,15 @@
|
|
|
84425
84387
|
}
|
|
84426
84388
|
},
|
|
84427
84389
|
{
|
|
84428
|
-
"description": "The
|
|
84390
|
+
"description": "The small font size across all components.\n",
|
|
84429
84391
|
"commentRange": {
|
|
84430
84392
|
"start": 12,
|
|
84431
84393
|
"end": 13
|
|
84432
84394
|
},
|
|
84433
84395
|
"context": {
|
|
84434
84396
|
"type": "variable",
|
|
84435
|
-
"name": "kendo-font-size-
|
|
84436
|
-
"value": "$kendo-font-size",
|
|
84397
|
+
"name": "kendo-font-size-sm",
|
|
84398
|
+
"value": "( $kendo-font-size * .875 )",
|
|
84437
84399
|
"scope": "default",
|
|
84438
84400
|
"line": {
|
|
84439
84401
|
"start": 14,
|
|
@@ -84450,15 +84412,15 @@
|
|
|
84450
84412
|
}
|
|
84451
84413
|
},
|
|
84452
84414
|
{
|
|
84453
|
-
"description": "The
|
|
84415
|
+
"description": "The medium font size across all components.\n",
|
|
84454
84416
|
"commentRange": {
|
|
84455
84417
|
"start": 15,
|
|
84456
84418
|
"end": 16
|
|
84457
84419
|
},
|
|
84458
84420
|
"context": {
|
|
84459
84421
|
"type": "variable",
|
|
84460
|
-
"name": "kendo-font-size-
|
|
84461
|
-
"value": "
|
|
84422
|
+
"name": "kendo-font-size-md",
|
|
84423
|
+
"value": "$kendo-font-size",
|
|
84462
84424
|
"scope": "default",
|
|
84463
84425
|
"line": {
|
|
84464
84426
|
"start": 17,
|
|
@@ -84475,15 +84437,15 @@
|
|
|
84475
84437
|
}
|
|
84476
84438
|
},
|
|
84477
84439
|
{
|
|
84478
|
-
"description": "The
|
|
84440
|
+
"description": "The large font size across all components.\n",
|
|
84479
84441
|
"commentRange": {
|
|
84480
84442
|
"start": 18,
|
|
84481
84443
|
"end": 19
|
|
84482
84444
|
},
|
|
84483
84445
|
"context": {
|
|
84484
84446
|
"type": "variable",
|
|
84485
|
-
"name": "kendo-font-size-
|
|
84486
|
-
"value": "( $kendo-font-size
|
|
84447
|
+
"name": "kendo-font-size-lg",
|
|
84448
|
+
"value": "( $kendo-font-size * 1.25 )",
|
|
84487
84449
|
"scope": "default",
|
|
84488
84450
|
"line": {
|
|
84489
84451
|
"start": 20,
|
|
@@ -84500,19 +84462,19 @@
|
|
|
84500
84462
|
}
|
|
84501
84463
|
},
|
|
84502
84464
|
{
|
|
84503
|
-
"description": "The
|
|
84465
|
+
"description": "The extra large font size across all components.\n",
|
|
84504
84466
|
"commentRange": {
|
|
84505
|
-
"start":
|
|
84506
|
-
"end":
|
|
84467
|
+
"start": 21,
|
|
84468
|
+
"end": 22
|
|
84507
84469
|
},
|
|
84508
84470
|
"context": {
|
|
84509
84471
|
"type": "variable",
|
|
84510
|
-
"name": "kendo-
|
|
84511
|
-
"value": "1.5",
|
|
84472
|
+
"name": "kendo-font-size-xl",
|
|
84473
|
+
"value": "( $kendo-font-size-md * 1.5 )",
|
|
84512
84474
|
"scope": "default",
|
|
84513
84475
|
"line": {
|
|
84514
|
-
"start":
|
|
84515
|
-
"end":
|
|
84476
|
+
"start": 23,
|
|
84477
|
+
"end": 23
|
|
84516
84478
|
}
|
|
84517
84479
|
},
|
|
84518
84480
|
"group": [
|
|
@@ -84525,15 +84487,15 @@
|
|
|
84525
84487
|
}
|
|
84526
84488
|
},
|
|
84527
84489
|
{
|
|
84528
|
-
"description": "The
|
|
84490
|
+
"description": "The base line height across all components.\n",
|
|
84529
84491
|
"commentRange": {
|
|
84530
84492
|
"start": 25,
|
|
84531
84493
|
"end": 26
|
|
84532
84494
|
},
|
|
84533
84495
|
"context": {
|
|
84534
84496
|
"type": "variable",
|
|
84535
|
-
"name": "kendo-line-height
|
|
84536
|
-
"value": "1",
|
|
84497
|
+
"name": "kendo-line-height",
|
|
84498
|
+
"value": "1.5",
|
|
84537
84499
|
"scope": "default",
|
|
84538
84500
|
"line": {
|
|
84539
84501
|
"start": 27,
|
|
@@ -84550,15 +84512,15 @@
|
|
|
84550
84512
|
}
|
|
84551
84513
|
},
|
|
84552
84514
|
{
|
|
84553
|
-
"description": "The small line height across all components.\n",
|
|
84515
|
+
"description": "The extra small line height across all components.\n",
|
|
84554
84516
|
"commentRange": {
|
|
84555
84517
|
"start": 28,
|
|
84556
84518
|
"end": 29
|
|
84557
84519
|
},
|
|
84558
84520
|
"context": {
|
|
84559
84521
|
"type": "variable",
|
|
84560
|
-
"name": "kendo-line-height-
|
|
84561
|
-
"value": "1
|
|
84522
|
+
"name": "kendo-line-height-xs",
|
|
84523
|
+
"value": "1",
|
|
84562
84524
|
"scope": "default",
|
|
84563
84525
|
"line": {
|
|
84564
84526
|
"start": 30,
|
|
@@ -84575,15 +84537,15 @@
|
|
|
84575
84537
|
}
|
|
84576
84538
|
},
|
|
84577
84539
|
{
|
|
84578
|
-
"description": "The
|
|
84540
|
+
"description": "The small line height across all components.\n",
|
|
84579
84541
|
"commentRange": {
|
|
84580
84542
|
"start": 31,
|
|
84581
84543
|
"end": 32
|
|
84582
84544
|
},
|
|
84583
84545
|
"context": {
|
|
84584
84546
|
"type": "variable",
|
|
84585
|
-
"name": "kendo-line-height-
|
|
84586
|
-
"value": "
|
|
84547
|
+
"name": "kendo-line-height-sm",
|
|
84548
|
+
"value": "1.2",
|
|
84587
84549
|
"scope": "default",
|
|
84588
84550
|
"line": {
|
|
84589
84551
|
"start": 33,
|
|
@@ -84600,15 +84562,15 @@
|
|
|
84600
84562
|
}
|
|
84601
84563
|
},
|
|
84602
84564
|
{
|
|
84603
|
-
"description": "The
|
|
84565
|
+
"description": "The medium line height across all components.\n",
|
|
84604
84566
|
"commentRange": {
|
|
84605
84567
|
"start": 34,
|
|
84606
84568
|
"end": 35
|
|
84607
84569
|
},
|
|
84608
84570
|
"context": {
|
|
84609
84571
|
"type": "variable",
|
|
84610
|
-
"name": "kendo-line-height-
|
|
84611
|
-
"value": "
|
|
84572
|
+
"name": "kendo-line-height-md",
|
|
84573
|
+
"value": "$kendo-line-height",
|
|
84612
84574
|
"scope": "default",
|
|
84613
84575
|
"line": {
|
|
84614
84576
|
"start": 36,
|
|
@@ -84625,15 +84587,15 @@
|
|
|
84625
84587
|
}
|
|
84626
84588
|
},
|
|
84627
84589
|
{
|
|
84628
|
-
"description": "The
|
|
84590
|
+
"description": "The large line height across all components.\n",
|
|
84629
84591
|
"commentRange": {
|
|
84630
84592
|
"start": 37,
|
|
84631
84593
|
"end": 38
|
|
84632
84594
|
},
|
|
84633
84595
|
"context": {
|
|
84634
84596
|
"type": "variable",
|
|
84635
|
-
"name": "kendo-line-height-
|
|
84636
|
-
"value": "
|
|
84597
|
+
"name": "kendo-line-height-lg",
|
|
84598
|
+
"value": "2",
|
|
84637
84599
|
"scope": "default",
|
|
84638
84600
|
"line": {
|
|
84639
84601
|
"start": 39,
|
|
@@ -84650,19 +84612,19 @@
|
|
|
84650
84612
|
}
|
|
84651
84613
|
},
|
|
84652
84614
|
{
|
|
84653
|
-
"description": "The
|
|
84615
|
+
"description": "The base line height in ems across all components.\n",
|
|
84654
84616
|
"commentRange": {
|
|
84655
|
-
"start":
|
|
84656
|
-
"end":
|
|
84617
|
+
"start": 40,
|
|
84618
|
+
"end": 41
|
|
84657
84619
|
},
|
|
84658
84620
|
"context": {
|
|
84659
84621
|
"type": "variable",
|
|
84660
|
-
"name": "kendo-
|
|
84661
|
-
"value": "
|
|
84622
|
+
"name": "kendo-line-height-em",
|
|
84623
|
+
"value": "calc( #{$kendo-line-height} * 1em )",
|
|
84662
84624
|
"scope": "default",
|
|
84663
84625
|
"line": {
|
|
84664
|
-
"start":
|
|
84665
|
-
"end":
|
|
84626
|
+
"start": 42,
|
|
84627
|
+
"end": 42
|
|
84666
84628
|
}
|
|
84667
84629
|
},
|
|
84668
84630
|
"group": [
|
|
@@ -84682,7 +84644,7 @@
|
|
|
84682
84644
|
},
|
|
84683
84645
|
"context": {
|
|
84684
84646
|
"type": "variable",
|
|
84685
|
-
"name": "kendo-font-weight
|
|
84647
|
+
"name": "kendo-font-weight",
|
|
84686
84648
|
"value": "400",
|
|
84687
84649
|
"scope": "default",
|
|
84688
84650
|
"line": {
|
|
@@ -84700,15 +84662,15 @@
|
|
|
84700
84662
|
}
|
|
84701
84663
|
},
|
|
84702
84664
|
{
|
|
84703
|
-
"description": "The
|
|
84665
|
+
"description": "The thin font weight across all components.\n",
|
|
84704
84666
|
"commentRange": {
|
|
84705
84667
|
"start": 47,
|
|
84706
84668
|
"end": 48
|
|
84707
84669
|
},
|
|
84708
84670
|
"context": {
|
|
84709
84671
|
"type": "variable",
|
|
84710
|
-
"name": "kendo-font-weight-
|
|
84711
|
-
"value": "
|
|
84672
|
+
"name": "kendo-font-weight-thin",
|
|
84673
|
+
"value": "100",
|
|
84712
84674
|
"scope": "default",
|
|
84713
84675
|
"line": {
|
|
84714
84676
|
"start": 49,
|
|
@@ -84725,15 +84687,15 @@
|
|
|
84725
84687
|
}
|
|
84726
84688
|
},
|
|
84727
84689
|
{
|
|
84728
|
-
"description": "The
|
|
84690
|
+
"description": "The extra light font weight across all components.\n",
|
|
84729
84691
|
"commentRange": {
|
|
84730
84692
|
"start": 50,
|
|
84731
84693
|
"end": 51
|
|
84732
84694
|
},
|
|
84733
84695
|
"context": {
|
|
84734
84696
|
"type": "variable",
|
|
84735
|
-
"name": "kendo-font-weight-
|
|
84736
|
-
"value": "
|
|
84697
|
+
"name": "kendo-font-weight-extra-light",
|
|
84698
|
+
"value": "200",
|
|
84737
84699
|
"scope": "default",
|
|
84738
84700
|
"line": {
|
|
84739
84701
|
"start": 52,
|
|
@@ -84750,15 +84712,15 @@
|
|
|
84750
84712
|
}
|
|
84751
84713
|
},
|
|
84752
84714
|
{
|
|
84753
|
-
"description": "The
|
|
84715
|
+
"description": "The light font weight across all components.\n",
|
|
84754
84716
|
"commentRange": {
|
|
84755
84717
|
"start": 53,
|
|
84756
84718
|
"end": 54
|
|
84757
84719
|
},
|
|
84758
84720
|
"context": {
|
|
84759
84721
|
"type": "variable",
|
|
84760
|
-
"name": "kendo-font-weight-
|
|
84761
|
-
"value": "
|
|
84722
|
+
"name": "kendo-font-weight-light",
|
|
84723
|
+
"value": "300",
|
|
84762
84724
|
"scope": "default",
|
|
84763
84725
|
"line": {
|
|
84764
84726
|
"start": 55,
|
|
@@ -84775,19 +84737,19 @@
|
|
|
84775
84737
|
}
|
|
84776
84738
|
},
|
|
84777
84739
|
{
|
|
84778
|
-
"description": "The
|
|
84740
|
+
"description": "The normal font weight across all components.\n",
|
|
84779
84741
|
"commentRange": {
|
|
84780
|
-
"start":
|
|
84781
|
-
"end":
|
|
84742
|
+
"start": 56,
|
|
84743
|
+
"end": 57
|
|
84782
84744
|
},
|
|
84783
84745
|
"context": {
|
|
84784
84746
|
"type": "variable",
|
|
84785
|
-
"name": "kendo-font-
|
|
84786
|
-
"value": "
|
|
84747
|
+
"name": "kendo-font-weight-normal",
|
|
84748
|
+
"value": "$kendo-font-weight",
|
|
84787
84749
|
"scope": "default",
|
|
84788
84750
|
"line": {
|
|
84789
|
-
"start":
|
|
84790
|
-
"end":
|
|
84751
|
+
"start": 58,
|
|
84752
|
+
"end": 58
|
|
84791
84753
|
}
|
|
84792
84754
|
},
|
|
84793
84755
|
"group": [
|
|
@@ -84800,19 +84762,19 @@
|
|
|
84800
84762
|
}
|
|
84801
84763
|
},
|
|
84802
84764
|
{
|
|
84803
|
-
"description": "The
|
|
84765
|
+
"description": "The medium font weight across all components.\n",
|
|
84804
84766
|
"commentRange": {
|
|
84805
|
-
"start":
|
|
84806
|
-
"end":
|
|
84767
|
+
"start": 59,
|
|
84768
|
+
"end": 60
|
|
84807
84769
|
},
|
|
84808
84770
|
"context": {
|
|
84809
84771
|
"type": "variable",
|
|
84810
|
-
"name": "kendo-font-
|
|
84811
|
-
"value": "
|
|
84772
|
+
"name": "kendo-font-weight-medium",
|
|
84773
|
+
"value": "500",
|
|
84812
84774
|
"scope": "default",
|
|
84813
84775
|
"line": {
|
|
84814
|
-
"start":
|
|
84815
|
-
"end":
|
|
84776
|
+
"start": 61,
|
|
84777
|
+
"end": 61
|
|
84816
84778
|
}
|
|
84817
84779
|
},
|
|
84818
84780
|
"group": [
|
|
@@ -84825,19 +84787,19 @@
|
|
|
84825
84787
|
}
|
|
84826
84788
|
},
|
|
84827
84789
|
{
|
|
84828
|
-
"description": "The
|
|
84790
|
+
"description": "The semibold font weight across all components.\n",
|
|
84829
84791
|
"commentRange": {
|
|
84830
|
-
"start":
|
|
84831
|
-
"end":
|
|
84792
|
+
"start": 62,
|
|
84793
|
+
"end": 63
|
|
84832
84794
|
},
|
|
84833
84795
|
"context": {
|
|
84834
84796
|
"type": "variable",
|
|
84835
|
-
"name": "kendo-font-
|
|
84836
|
-
"value": "
|
|
84797
|
+
"name": "kendo-font-weight-semibold",
|
|
84798
|
+
"value": "600",
|
|
84837
84799
|
"scope": "default",
|
|
84838
84800
|
"line": {
|
|
84839
|
-
"start":
|
|
84840
|
-
"end":
|
|
84801
|
+
"start": 64,
|
|
84802
|
+
"end": 64
|
|
84841
84803
|
}
|
|
84842
84804
|
},
|
|
84843
84805
|
"group": [
|
|
@@ -84850,19 +84812,19 @@
|
|
|
84850
84812
|
}
|
|
84851
84813
|
},
|
|
84852
84814
|
{
|
|
84853
|
-
"description": "The font
|
|
84815
|
+
"description": "The bold font weight across all components.\n",
|
|
84854
84816
|
"commentRange": {
|
|
84855
|
-
"start":
|
|
84856
|
-
"end":
|
|
84817
|
+
"start": 65,
|
|
84818
|
+
"end": 66
|
|
84857
84819
|
},
|
|
84858
84820
|
"context": {
|
|
84859
84821
|
"type": "variable",
|
|
84860
|
-
"name": "kendo-font-
|
|
84861
|
-
"value": "
|
|
84822
|
+
"name": "kendo-font-weight-bold",
|
|
84823
|
+
"value": "700",
|
|
84862
84824
|
"scope": "default",
|
|
84863
84825
|
"line": {
|
|
84864
|
-
"start":
|
|
84865
|
-
"end":
|
|
84826
|
+
"start": 67,
|
|
84827
|
+
"end": 67
|
|
84866
84828
|
}
|
|
84867
84829
|
},
|
|
84868
84830
|
"group": [
|
|
@@ -84875,19 +84837,19 @@
|
|
|
84875
84837
|
}
|
|
84876
84838
|
},
|
|
84877
84839
|
{
|
|
84878
|
-
"description": "The
|
|
84840
|
+
"description": "The extra bold font weight across all components.\n",
|
|
84879
84841
|
"commentRange": {
|
|
84880
|
-
"start":
|
|
84881
|
-
"end":
|
|
84842
|
+
"start": 68,
|
|
84843
|
+
"end": 69
|
|
84882
84844
|
},
|
|
84883
84845
|
"context": {
|
|
84884
84846
|
"type": "variable",
|
|
84885
|
-
"name": "kendo-
|
|
84886
|
-
"value": "
|
|
84847
|
+
"name": "kendo-font-weight-extra-bold",
|
|
84848
|
+
"value": "800",
|
|
84887
84849
|
"scope": "default",
|
|
84888
84850
|
"line": {
|
|
84889
|
-
"start":
|
|
84890
|
-
"end":
|
|
84851
|
+
"start": 70,
|
|
84852
|
+
"end": 70
|
|
84891
84853
|
}
|
|
84892
84854
|
},
|
|
84893
84855
|
"group": [
|
|
@@ -84900,19 +84862,19 @@
|
|
|
84900
84862
|
}
|
|
84901
84863
|
},
|
|
84902
84864
|
{
|
|
84903
|
-
"description": "The font
|
|
84865
|
+
"description": "The most pronounced font weight across all components.\n",
|
|
84904
84866
|
"commentRange": {
|
|
84905
|
-
"start":
|
|
84906
|
-
"end":
|
|
84867
|
+
"start": 71,
|
|
84868
|
+
"end": 72
|
|
84907
84869
|
},
|
|
84908
84870
|
"context": {
|
|
84909
84871
|
"type": "variable",
|
|
84910
|
-
"name": "kendo-font-
|
|
84911
|
-
"value": "
|
|
84872
|
+
"name": "kendo-font-weight-black",
|
|
84873
|
+
"value": "900",
|
|
84912
84874
|
"scope": "default",
|
|
84913
84875
|
"line": {
|
|
84914
|
-
"start":
|
|
84915
|
-
"end":
|
|
84876
|
+
"start": 73,
|
|
84877
|
+
"end": 73
|
|
84916
84878
|
}
|
|
84917
84879
|
},
|
|
84918
84880
|
"group": [
|
|
@@ -84925,19 +84887,19 @@
|
|
|
84925
84887
|
}
|
|
84926
84888
|
},
|
|
84927
84889
|
{
|
|
84928
|
-
"description": "The
|
|
84890
|
+
"description": "The base letter spacing across all components.\n",
|
|
84929
84891
|
"commentRange": {
|
|
84930
|
-
"start":
|
|
84931
|
-
"end":
|
|
84892
|
+
"start": 75,
|
|
84893
|
+
"end": 76
|
|
84932
84894
|
},
|
|
84933
84895
|
"context": {
|
|
84934
84896
|
"type": "variable",
|
|
84935
|
-
"name": "kendo-
|
|
84936
|
-
"value": "
|
|
84897
|
+
"name": "kendo-letter-spacing",
|
|
84898
|
+
"value": "null",
|
|
84937
84899
|
"scope": "default",
|
|
84938
84900
|
"line": {
|
|
84939
|
-
"start":
|
|
84940
|
-
"end":
|
|
84901
|
+
"start": 77,
|
|
84902
|
+
"end": 77
|
|
84941
84903
|
}
|
|
84942
84904
|
},
|
|
84943
84905
|
"group": [
|
|
@@ -84950,232 +84912,657 @@
|
|
|
84950
84912
|
}
|
|
84951
84913
|
},
|
|
84952
84914
|
{
|
|
84953
|
-
"description": "The
|
|
84915
|
+
"description": "The tightest letter spacing across all components.\n",
|
|
84954
84916
|
"commentRange": {
|
|
84955
|
-
"start":
|
|
84956
|
-
"end":
|
|
84917
|
+
"start": 78,
|
|
84918
|
+
"end": 79
|
|
84957
84919
|
},
|
|
84958
84920
|
"context": {
|
|
84959
84921
|
"type": "variable",
|
|
84960
|
-
"name": "kendo-
|
|
84961
|
-
"value": "
|
|
84922
|
+
"name": "kendo-letter-spacing-tightest",
|
|
84923
|
+
"value": "-.15px",
|
|
84962
84924
|
"scope": "default",
|
|
84963
84925
|
"line": {
|
|
84964
|
-
"start":
|
|
84965
|
-
"end":
|
|
84926
|
+
"start": 80,
|
|
84927
|
+
"end": 80
|
|
84966
84928
|
}
|
|
84967
84929
|
},
|
|
84968
84930
|
"group": [
|
|
84969
|
-
"typography
|
|
84931
|
+
"typography"
|
|
84970
84932
|
],
|
|
84971
84933
|
"access": "public",
|
|
84972
84934
|
"file": {
|
|
84973
|
-
"path": "typography/
|
|
84974
|
-
"name": "
|
|
84935
|
+
"path": "core/typography/index.scss",
|
|
84936
|
+
"name": "index.scss"
|
|
84975
84937
|
}
|
|
84976
84938
|
},
|
|
84977
84939
|
{
|
|
84978
|
-
"description": "
|
|
84940
|
+
"description": "Slightly looser than the tighter letter spacing across all components.\n",
|
|
84979
84941
|
"commentRange": {
|
|
84980
|
-
"start":
|
|
84981
|
-
"end":
|
|
84942
|
+
"start": 81,
|
|
84943
|
+
"end": 82
|
|
84982
84944
|
},
|
|
84983
84945
|
"context": {
|
|
84984
84946
|
"type": "variable",
|
|
84985
|
-
"name": "kendo-
|
|
84986
|
-
"value": "
|
|
84947
|
+
"name": "kendo-letter-spacing-tighter",
|
|
84948
|
+
"value": "-.10px",
|
|
84987
84949
|
"scope": "default",
|
|
84988
84950
|
"line": {
|
|
84989
|
-
"start":
|
|
84990
|
-
"end":
|
|
84951
|
+
"start": 83,
|
|
84952
|
+
"end": 83
|
|
84991
84953
|
}
|
|
84992
84954
|
},
|
|
84993
84955
|
"group": [
|
|
84994
|
-
"typography
|
|
84956
|
+
"typography"
|
|
84995
84957
|
],
|
|
84996
84958
|
"access": "public",
|
|
84997
84959
|
"file": {
|
|
84998
|
-
"path": "typography/
|
|
84999
|
-
"name": "
|
|
84960
|
+
"path": "core/typography/index.scss",
|
|
84961
|
+
"name": "index.scss"
|
|
85000
84962
|
}
|
|
85001
84963
|
},
|
|
85002
84964
|
{
|
|
85003
|
-
"description": "
|
|
84965
|
+
"description": "Moderately tight letter spacing across all components.\n",
|
|
85004
84966
|
"commentRange": {
|
|
85005
|
-
"start":
|
|
85006
|
-
"end":
|
|
84967
|
+
"start": 84,
|
|
84968
|
+
"end": 85
|
|
85007
84969
|
},
|
|
85008
84970
|
"context": {
|
|
85009
84971
|
"type": "variable",
|
|
85010
|
-
"name": "kendo-
|
|
85011
|
-
"value": "
|
|
84972
|
+
"name": "kendo-letter-spacing-tight",
|
|
84973
|
+
"value": "-.5px",
|
|
85012
84974
|
"scope": "default",
|
|
85013
84975
|
"line": {
|
|
85014
|
-
"start":
|
|
85015
|
-
"end":
|
|
84976
|
+
"start": 86,
|
|
84977
|
+
"end": 86
|
|
85016
84978
|
}
|
|
85017
84979
|
},
|
|
85018
84980
|
"group": [
|
|
85019
|
-
"typography
|
|
84981
|
+
"typography"
|
|
85020
84982
|
],
|
|
85021
84983
|
"access": "public",
|
|
85022
84984
|
"file": {
|
|
85023
|
-
"path": "typography/
|
|
85024
|
-
"name": "
|
|
84985
|
+
"path": "core/typography/index.scss",
|
|
84986
|
+
"name": "index.scss"
|
|
85025
84987
|
}
|
|
85026
84988
|
},
|
|
85027
84989
|
{
|
|
85028
|
-
"description": "The
|
|
84990
|
+
"description": "The normal letter spacing across all components.\n",
|
|
85029
84991
|
"commentRange": {
|
|
85030
|
-
"start":
|
|
85031
|
-
"end":
|
|
84992
|
+
"start": 87,
|
|
84993
|
+
"end": 88
|
|
85032
84994
|
},
|
|
85033
84995
|
"context": {
|
|
85034
84996
|
"type": "variable",
|
|
85035
|
-
"name": "kendo-
|
|
85036
|
-
"value": "
|
|
84997
|
+
"name": "kendo-letter-spacing-normal",
|
|
84998
|
+
"value": "0px",
|
|
85037
84999
|
"scope": "default",
|
|
85038
85000
|
"line": {
|
|
85039
|
-
"start":
|
|
85040
|
-
"end":
|
|
85001
|
+
"start": 89,
|
|
85002
|
+
"end": 89
|
|
85041
85003
|
}
|
|
85042
85004
|
},
|
|
85043
85005
|
"group": [
|
|
85044
|
-
"typography
|
|
85006
|
+
"typography"
|
|
85045
85007
|
],
|
|
85046
85008
|
"access": "public",
|
|
85047
85009
|
"file": {
|
|
85048
|
-
"path": "typography/
|
|
85049
|
-
"name": "
|
|
85010
|
+
"path": "core/typography/index.scss",
|
|
85011
|
+
"name": "index.scss"
|
|
85050
85012
|
}
|
|
85051
85013
|
},
|
|
85052
85014
|
{
|
|
85053
|
-
"description": "
|
|
85015
|
+
"description": "Wide letter spacing across all components.\n",
|
|
85054
85016
|
"commentRange": {
|
|
85055
|
-
"start":
|
|
85056
|
-
"end":
|
|
85017
|
+
"start": 90,
|
|
85018
|
+
"end": 91
|
|
85057
85019
|
},
|
|
85058
85020
|
"context": {
|
|
85059
85021
|
"type": "variable",
|
|
85060
|
-
"name": "kendo-
|
|
85061
|
-
"value": "
|
|
85022
|
+
"name": "kendo-letter-spacing-wide",
|
|
85023
|
+
"value": ".5px",
|
|
85062
85024
|
"scope": "default",
|
|
85063
85025
|
"line": {
|
|
85064
|
-
"start":
|
|
85065
|
-
"end":
|
|
85026
|
+
"start": 92,
|
|
85027
|
+
"end": 92
|
|
85066
85028
|
}
|
|
85067
85029
|
},
|
|
85068
85030
|
"group": [
|
|
85069
|
-
"typography
|
|
85031
|
+
"typography"
|
|
85070
85032
|
],
|
|
85071
85033
|
"access": "public",
|
|
85072
85034
|
"file": {
|
|
85073
|
-
"path": "typography/
|
|
85074
|
-
"name": "
|
|
85035
|
+
"path": "core/typography/index.scss",
|
|
85036
|
+
"name": "index.scss"
|
|
85075
85037
|
}
|
|
85076
85038
|
},
|
|
85077
85039
|
{
|
|
85078
|
-
"description": "
|
|
85040
|
+
"description": "Slightly wider than the wide letter spacing across all components.\n",
|
|
85079
85041
|
"commentRange": {
|
|
85080
|
-
"start":
|
|
85081
|
-
"end":
|
|
85042
|
+
"start": 93,
|
|
85043
|
+
"end": 94
|
|
85082
85044
|
},
|
|
85083
85045
|
"context": {
|
|
85084
85046
|
"type": "variable",
|
|
85085
|
-
"name": "kendo-
|
|
85086
|
-
"value": "
|
|
85047
|
+
"name": "kendo-letter-spacing-wider",
|
|
85048
|
+
"value": ".10px",
|
|
85087
85049
|
"scope": "default",
|
|
85088
85050
|
"line": {
|
|
85089
|
-
"start":
|
|
85090
|
-
"end":
|
|
85051
|
+
"start": 95,
|
|
85052
|
+
"end": 95
|
|
85091
85053
|
}
|
|
85092
85054
|
},
|
|
85093
85055
|
"group": [
|
|
85094
|
-
"typography
|
|
85056
|
+
"typography"
|
|
85095
85057
|
],
|
|
85096
85058
|
"access": "public",
|
|
85097
85059
|
"file": {
|
|
85098
|
-
"path": "typography/
|
|
85099
|
-
"name": "
|
|
85060
|
+
"path": "core/typography/index.scss",
|
|
85061
|
+
"name": "index.scss"
|
|
85100
85062
|
}
|
|
85101
85063
|
},
|
|
85102
85064
|
{
|
|
85103
|
-
"description": "The
|
|
85065
|
+
"description": "The widest letter spacing across all components.\n",
|
|
85104
85066
|
"commentRange": {
|
|
85105
|
-
"start":
|
|
85106
|
-
"end":
|
|
85067
|
+
"start": 96,
|
|
85068
|
+
"end": 97
|
|
85107
85069
|
},
|
|
85108
85070
|
"context": {
|
|
85109
85071
|
"type": "variable",
|
|
85110
|
-
"name": "kendo-
|
|
85111
|
-
"value": "
|
|
85072
|
+
"name": "kendo-letter-spacing-widest",
|
|
85073
|
+
"value": ".15px",
|
|
85112
85074
|
"scope": "default",
|
|
85113
85075
|
"line": {
|
|
85114
|
-
"start":
|
|
85115
|
-
"end":
|
|
85076
|
+
"start": 98,
|
|
85077
|
+
"end": 98
|
|
85116
85078
|
}
|
|
85117
85079
|
},
|
|
85118
85080
|
"group": [
|
|
85119
|
-
"typography
|
|
85081
|
+
"typography"
|
|
85120
85082
|
],
|
|
85121
85083
|
"access": "public",
|
|
85122
85084
|
"file": {
|
|
85123
|
-
"path": "typography/
|
|
85124
|
-
"name": "
|
|
85085
|
+
"path": "core/typography/index.scss",
|
|
85086
|
+
"name": "index.scss"
|
|
85125
85087
|
}
|
|
85126
85088
|
},
|
|
85127
85089
|
{
|
|
85128
|
-
"description": "The font family
|
|
85090
|
+
"description": "The sans font family across all components.\n",
|
|
85129
85091
|
"commentRange": {
|
|
85130
|
-
"start":
|
|
85131
|
-
"end":
|
|
85092
|
+
"start": 100,
|
|
85093
|
+
"end": 101
|
|
85132
85094
|
},
|
|
85133
85095
|
"context": {
|
|
85134
85096
|
"type": "variable",
|
|
85135
|
-
"name": "kendo-
|
|
85136
|
-
"value": "
|
|
85097
|
+
"name": "kendo-font-family-sans",
|
|
85098
|
+
"value": "Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans",
|
|
85137
85099
|
"scope": "default",
|
|
85138
85100
|
"line": {
|
|
85139
|
-
"start":
|
|
85140
|
-
"end":
|
|
85101
|
+
"start": 102,
|
|
85102
|
+
"end": 102
|
|
85141
85103
|
}
|
|
85142
85104
|
},
|
|
85143
85105
|
"group": [
|
|
85144
|
-
"typography
|
|
85106
|
+
"typography"
|
|
85145
85107
|
],
|
|
85146
85108
|
"access": "public",
|
|
85147
85109
|
"file": {
|
|
85148
|
-
"path": "typography/
|
|
85149
|
-
"name": "
|
|
85110
|
+
"path": "core/typography/index.scss",
|
|
85111
|
+
"name": "index.scss"
|
|
85150
85112
|
}
|
|
85151
85113
|
},
|
|
85152
85114
|
{
|
|
85153
|
-
"description": "The font family
|
|
85115
|
+
"description": "The serif font family across all components.\n",
|
|
85154
85116
|
"commentRange": {
|
|
85155
|
-
"start":
|
|
85156
|
-
"end":
|
|
85117
|
+
"start": 103,
|
|
85118
|
+
"end": 104
|
|
85157
85119
|
},
|
|
85158
85120
|
"context": {
|
|
85159
85121
|
"type": "variable",
|
|
85160
|
-
"name": "kendo-
|
|
85161
|
-
"value": "
|
|
85122
|
+
"name": "kendo-font-family-serif",
|
|
85123
|
+
"value": "\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville",
|
|
85162
85124
|
"scope": "default",
|
|
85163
85125
|
"line": {
|
|
85164
|
-
"start":
|
|
85165
|
-
"end":
|
|
85126
|
+
"start": 105,
|
|
85127
|
+
"end": 105
|
|
85166
85128
|
}
|
|
85167
85129
|
},
|
|
85168
85130
|
"group": [
|
|
85169
|
-
"typography
|
|
85131
|
+
"typography"
|
|
85170
85132
|
],
|
|
85171
85133
|
"access": "public",
|
|
85172
85134
|
"file": {
|
|
85173
|
-
"path": "typography/
|
|
85174
|
-
"name": "
|
|
85135
|
+
"path": "core/typography/index.scss",
|
|
85136
|
+
"name": "index.scss"
|
|
85175
85137
|
}
|
|
85176
85138
|
},
|
|
85177
85139
|
{
|
|
85178
|
-
"description": "The font family
|
|
85140
|
+
"description": "The sans-serif font family across all components.\n",
|
|
85141
|
+
"commentRange": {
|
|
85142
|
+
"start": 106,
|
|
85143
|
+
"end": 107
|
|
85144
|
+
},
|
|
85145
|
+
"context": {
|
|
85146
|
+
"type": "variable",
|
|
85147
|
+
"name": "kendo-font-family-sans-serif",
|
|
85148
|
+
"value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85149
|
+
"scope": "default",
|
|
85150
|
+
"line": {
|
|
85151
|
+
"start": 108,
|
|
85152
|
+
"end": 108
|
|
85153
|
+
}
|
|
85154
|
+
},
|
|
85155
|
+
"group": [
|
|
85156
|
+
"typography"
|
|
85157
|
+
],
|
|
85158
|
+
"access": "public",
|
|
85159
|
+
"file": {
|
|
85160
|
+
"path": "core/typography/index.scss",
|
|
85161
|
+
"name": "index.scss"
|
|
85162
|
+
}
|
|
85163
|
+
},
|
|
85164
|
+
{
|
|
85165
|
+
"description": "The monospace font family across all components.\n",
|
|
85166
|
+
"commentRange": {
|
|
85167
|
+
"start": 109,
|
|
85168
|
+
"end": 110
|
|
85169
|
+
},
|
|
85170
|
+
"context": {
|
|
85171
|
+
"type": "variable",
|
|
85172
|
+
"name": "kendo-font-family-monospace",
|
|
85173
|
+
"value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
|
|
85174
|
+
"scope": "default",
|
|
85175
|
+
"line": {
|
|
85176
|
+
"start": 111,
|
|
85177
|
+
"end": 111
|
|
85178
|
+
}
|
|
85179
|
+
},
|
|
85180
|
+
"group": [
|
|
85181
|
+
"typography"
|
|
85182
|
+
],
|
|
85183
|
+
"access": "public",
|
|
85184
|
+
"file": {
|
|
85185
|
+
"path": "core/typography/index.scss",
|
|
85186
|
+
"name": "index.scss"
|
|
85187
|
+
}
|
|
85188
|
+
},
|
|
85189
|
+
{
|
|
85190
|
+
"description": "The base font family across all components.\n",
|
|
85191
|
+
"commentRange": {
|
|
85192
|
+
"start": 112,
|
|
85193
|
+
"end": 113
|
|
85194
|
+
},
|
|
85195
|
+
"context": {
|
|
85196
|
+
"type": "variable",
|
|
85197
|
+
"name": "kendo-font-family",
|
|
85198
|
+
"value": "$kendo-font-family-sans-serif",
|
|
85199
|
+
"scope": "default",
|
|
85200
|
+
"line": {
|
|
85201
|
+
"start": 114,
|
|
85202
|
+
"end": 114
|
|
85203
|
+
}
|
|
85204
|
+
},
|
|
85205
|
+
"group": [
|
|
85206
|
+
"typography"
|
|
85207
|
+
],
|
|
85208
|
+
"access": "public",
|
|
85209
|
+
"file": {
|
|
85210
|
+
"path": "core/typography/index.scss",
|
|
85211
|
+
"name": "index.scss"
|
|
85212
|
+
}
|
|
85213
|
+
},
|
|
85214
|
+
{
|
|
85215
|
+
"description": "The font sizes map\n",
|
|
85216
|
+
"commentRange": {
|
|
85217
|
+
"start": 161,
|
|
85218
|
+
"end": 162
|
|
85219
|
+
},
|
|
85220
|
+
"context": {
|
|
85221
|
+
"type": "variable",
|
|
85222
|
+
"name": "kendo-font-sizes",
|
|
85223
|
+
"value": "$_default-font-sizes",
|
|
85224
|
+
"scope": "default",
|
|
85225
|
+
"line": {
|
|
85226
|
+
"start": 163,
|
|
85227
|
+
"end": 163
|
|
85228
|
+
}
|
|
85229
|
+
},
|
|
85230
|
+
"group": [
|
|
85231
|
+
"typography"
|
|
85232
|
+
],
|
|
85233
|
+
"access": "public",
|
|
85234
|
+
"file": {
|
|
85235
|
+
"path": "core/typography/index.scss",
|
|
85236
|
+
"name": "index.scss"
|
|
85237
|
+
}
|
|
85238
|
+
},
|
|
85239
|
+
{
|
|
85240
|
+
"description": "The line heights map\n",
|
|
85241
|
+
"commentRange": {
|
|
85242
|
+
"start": 166,
|
|
85243
|
+
"end": 167
|
|
85244
|
+
},
|
|
85245
|
+
"context": {
|
|
85246
|
+
"type": "variable",
|
|
85247
|
+
"name": "kendo-line-heights",
|
|
85248
|
+
"value": "$_default-line-heights",
|
|
85249
|
+
"scope": "default",
|
|
85250
|
+
"line": {
|
|
85251
|
+
"start": 168,
|
|
85252
|
+
"end": 168
|
|
85253
|
+
}
|
|
85254
|
+
},
|
|
85255
|
+
"group": [
|
|
85256
|
+
"typography"
|
|
85257
|
+
],
|
|
85258
|
+
"access": "public",
|
|
85259
|
+
"file": {
|
|
85260
|
+
"path": "core/typography/index.scss",
|
|
85261
|
+
"name": "index.scss"
|
|
85262
|
+
}
|
|
85263
|
+
},
|
|
85264
|
+
{
|
|
85265
|
+
"description": "The font weights map\n",
|
|
85266
|
+
"commentRange": {
|
|
85267
|
+
"start": 171,
|
|
85268
|
+
"end": 172
|
|
85269
|
+
},
|
|
85270
|
+
"context": {
|
|
85271
|
+
"type": "variable",
|
|
85272
|
+
"name": "kendo-font-weights",
|
|
85273
|
+
"value": "$_default-font-weights",
|
|
85274
|
+
"scope": "default",
|
|
85275
|
+
"line": {
|
|
85276
|
+
"start": 173,
|
|
85277
|
+
"end": 173
|
|
85278
|
+
}
|
|
85279
|
+
},
|
|
85280
|
+
"group": [
|
|
85281
|
+
"typography"
|
|
85282
|
+
],
|
|
85283
|
+
"access": "public",
|
|
85284
|
+
"file": {
|
|
85285
|
+
"path": "core/typography/index.scss",
|
|
85286
|
+
"name": "index.scss"
|
|
85287
|
+
}
|
|
85288
|
+
},
|
|
85289
|
+
{
|
|
85290
|
+
"description": "The letter spacings map\n",
|
|
85291
|
+
"commentRange": {
|
|
85292
|
+
"start": 176,
|
|
85293
|
+
"end": 177
|
|
85294
|
+
},
|
|
85295
|
+
"context": {
|
|
85296
|
+
"type": "variable",
|
|
85297
|
+
"name": "kendo-letter-spacings",
|
|
85298
|
+
"value": "$_default-letter-spacings",
|
|
85299
|
+
"scope": "default",
|
|
85300
|
+
"line": {
|
|
85301
|
+
"start": 178,
|
|
85302
|
+
"end": 178
|
|
85303
|
+
}
|
|
85304
|
+
},
|
|
85305
|
+
"group": [
|
|
85306
|
+
"typography"
|
|
85307
|
+
],
|
|
85308
|
+
"access": "public",
|
|
85309
|
+
"file": {
|
|
85310
|
+
"path": "core/typography/index.scss",
|
|
85311
|
+
"name": "index.scss"
|
|
85312
|
+
}
|
|
85313
|
+
},
|
|
85314
|
+
{
|
|
85315
|
+
"description": "The font families map\n",
|
|
85316
|
+
"commentRange": {
|
|
85317
|
+
"start": 181,
|
|
85318
|
+
"end": 182
|
|
85319
|
+
},
|
|
85320
|
+
"context": {
|
|
85321
|
+
"type": "variable",
|
|
85322
|
+
"name": "kendo-font-families",
|
|
85323
|
+
"value": "$_default-font-families",
|
|
85324
|
+
"scope": "default",
|
|
85325
|
+
"line": {
|
|
85326
|
+
"start": 183,
|
|
85327
|
+
"end": 183
|
|
85328
|
+
}
|
|
85329
|
+
},
|
|
85330
|
+
"group": [
|
|
85331
|
+
"typography"
|
|
85332
|
+
],
|
|
85333
|
+
"access": "public",
|
|
85334
|
+
"file": {
|
|
85335
|
+
"path": "core/typography/index.scss",
|
|
85336
|
+
"name": "index.scss"
|
|
85337
|
+
}
|
|
85338
|
+
},
|
|
85339
|
+
{
|
|
85340
|
+
"description": "The font size of the highest level heading.\n",
|
|
85341
|
+
"commentRange": {
|
|
85342
|
+
"start": 8,
|
|
85343
|
+
"end": 9
|
|
85344
|
+
},
|
|
85345
|
+
"context": {
|
|
85346
|
+
"type": "variable",
|
|
85347
|
+
"name": "kendo-h1-font-size",
|
|
85348
|
+
"value": "$kendo-font-size * 2.5",
|
|
85349
|
+
"scope": "default",
|
|
85350
|
+
"line": {
|
|
85351
|
+
"start": 10,
|
|
85352
|
+
"end": 10
|
|
85353
|
+
}
|
|
85354
|
+
},
|
|
85355
|
+
"group": [
|
|
85356
|
+
"typography-component"
|
|
85357
|
+
],
|
|
85358
|
+
"access": "public",
|
|
85359
|
+
"file": {
|
|
85360
|
+
"path": "typography/_variables.scss",
|
|
85361
|
+
"name": "_variables.scss"
|
|
85362
|
+
}
|
|
85363
|
+
},
|
|
85364
|
+
{
|
|
85365
|
+
"description": "The font size of the second highest level heading.\n",
|
|
85366
|
+
"commentRange": {
|
|
85367
|
+
"start": 11,
|
|
85368
|
+
"end": 12
|
|
85369
|
+
},
|
|
85370
|
+
"context": {
|
|
85371
|
+
"type": "variable",
|
|
85372
|
+
"name": "kendo-h2-font-size",
|
|
85373
|
+
"value": "$kendo-font-size * 2",
|
|
85374
|
+
"scope": "default",
|
|
85375
|
+
"line": {
|
|
85376
|
+
"start": 13,
|
|
85377
|
+
"end": 13
|
|
85378
|
+
}
|
|
85379
|
+
},
|
|
85380
|
+
"group": [
|
|
85381
|
+
"typography-component"
|
|
85382
|
+
],
|
|
85383
|
+
"access": "public",
|
|
85384
|
+
"file": {
|
|
85385
|
+
"path": "typography/_variables.scss",
|
|
85386
|
+
"name": "_variables.scss"
|
|
85387
|
+
}
|
|
85388
|
+
},
|
|
85389
|
+
{
|
|
85390
|
+
"description": "The font size of the third highest level heading.\n",
|
|
85391
|
+
"commentRange": {
|
|
85392
|
+
"start": 14,
|
|
85393
|
+
"end": 15
|
|
85394
|
+
},
|
|
85395
|
+
"context": {
|
|
85396
|
+
"type": "variable",
|
|
85397
|
+
"name": "kendo-h3-font-size",
|
|
85398
|
+
"value": "$kendo-font-size * 1.75",
|
|
85399
|
+
"scope": "default",
|
|
85400
|
+
"line": {
|
|
85401
|
+
"start": 16,
|
|
85402
|
+
"end": 16
|
|
85403
|
+
}
|
|
85404
|
+
},
|
|
85405
|
+
"group": [
|
|
85406
|
+
"typography-component"
|
|
85407
|
+
],
|
|
85408
|
+
"access": "public",
|
|
85409
|
+
"file": {
|
|
85410
|
+
"path": "typography/_variables.scss",
|
|
85411
|
+
"name": "_variables.scss"
|
|
85412
|
+
}
|
|
85413
|
+
},
|
|
85414
|
+
{
|
|
85415
|
+
"description": "The font size of the fourth highest level heading.\n",
|
|
85416
|
+
"commentRange": {
|
|
85417
|
+
"start": 17,
|
|
85418
|
+
"end": 18
|
|
85419
|
+
},
|
|
85420
|
+
"context": {
|
|
85421
|
+
"type": "variable",
|
|
85422
|
+
"name": "kendo-h4-font-size",
|
|
85423
|
+
"value": "$kendo-font-size * 1.5",
|
|
85424
|
+
"scope": "default",
|
|
85425
|
+
"line": {
|
|
85426
|
+
"start": 19,
|
|
85427
|
+
"end": 19
|
|
85428
|
+
}
|
|
85429
|
+
},
|
|
85430
|
+
"group": [
|
|
85431
|
+
"typography-component"
|
|
85432
|
+
],
|
|
85433
|
+
"access": "public",
|
|
85434
|
+
"file": {
|
|
85435
|
+
"path": "typography/_variables.scss",
|
|
85436
|
+
"name": "_variables.scss"
|
|
85437
|
+
}
|
|
85438
|
+
},
|
|
85439
|
+
{
|
|
85440
|
+
"description": "The font size of the fifth highest level heading.\n",
|
|
85441
|
+
"commentRange": {
|
|
85442
|
+
"start": 20,
|
|
85443
|
+
"end": 21
|
|
85444
|
+
},
|
|
85445
|
+
"context": {
|
|
85446
|
+
"type": "variable",
|
|
85447
|
+
"name": "kendo-h5-font-size",
|
|
85448
|
+
"value": "$kendo-font-size * 1.25",
|
|
85449
|
+
"scope": "default",
|
|
85450
|
+
"line": {
|
|
85451
|
+
"start": 22,
|
|
85452
|
+
"end": 22
|
|
85453
|
+
}
|
|
85454
|
+
},
|
|
85455
|
+
"group": [
|
|
85456
|
+
"typography-component"
|
|
85457
|
+
],
|
|
85458
|
+
"access": "public",
|
|
85459
|
+
"file": {
|
|
85460
|
+
"path": "typography/_variables.scss",
|
|
85461
|
+
"name": "_variables.scss"
|
|
85462
|
+
}
|
|
85463
|
+
},
|
|
85464
|
+
{
|
|
85465
|
+
"description": "The font size of the sixth highest level heading.\n",
|
|
85466
|
+
"commentRange": {
|
|
85467
|
+
"start": 23,
|
|
85468
|
+
"end": 24
|
|
85469
|
+
},
|
|
85470
|
+
"context": {
|
|
85471
|
+
"type": "variable",
|
|
85472
|
+
"name": "kendo-h6-font-size",
|
|
85473
|
+
"value": "$kendo-font-size",
|
|
85474
|
+
"scope": "default",
|
|
85475
|
+
"line": {
|
|
85476
|
+
"start": 25,
|
|
85477
|
+
"end": 25
|
|
85478
|
+
}
|
|
85479
|
+
},
|
|
85480
|
+
"group": [
|
|
85481
|
+
"typography-component"
|
|
85482
|
+
],
|
|
85483
|
+
"access": "public",
|
|
85484
|
+
"file": {
|
|
85485
|
+
"path": "typography/_variables.scss",
|
|
85486
|
+
"name": "_variables.scss"
|
|
85487
|
+
}
|
|
85488
|
+
},
|
|
85489
|
+
{
|
|
85490
|
+
"description": "The font family of the highest level heading.\n",
|
|
85491
|
+
"commentRange": {
|
|
85492
|
+
"start": 27,
|
|
85493
|
+
"end": 28
|
|
85494
|
+
},
|
|
85495
|
+
"context": {
|
|
85496
|
+
"type": "variable",
|
|
85497
|
+
"name": "kendo-h1-font-family",
|
|
85498
|
+
"value": "var(--kendo-font-family)",
|
|
85499
|
+
"scope": "default",
|
|
85500
|
+
"line": {
|
|
85501
|
+
"start": 29,
|
|
85502
|
+
"end": 29
|
|
85503
|
+
}
|
|
85504
|
+
},
|
|
85505
|
+
"group": [
|
|
85506
|
+
"typography-component"
|
|
85507
|
+
],
|
|
85508
|
+
"access": "public",
|
|
85509
|
+
"file": {
|
|
85510
|
+
"path": "typography/_variables.scss",
|
|
85511
|
+
"name": "_variables.scss"
|
|
85512
|
+
}
|
|
85513
|
+
},
|
|
85514
|
+
{
|
|
85515
|
+
"description": "The font family of the second highest level heading.\n",
|
|
85516
|
+
"commentRange": {
|
|
85517
|
+
"start": 30,
|
|
85518
|
+
"end": 31
|
|
85519
|
+
},
|
|
85520
|
+
"context": {
|
|
85521
|
+
"type": "variable",
|
|
85522
|
+
"name": "kendo-h2-font-family",
|
|
85523
|
+
"value": "var(--kendo-font-family)",
|
|
85524
|
+
"scope": "default",
|
|
85525
|
+
"line": {
|
|
85526
|
+
"start": 32,
|
|
85527
|
+
"end": 32
|
|
85528
|
+
}
|
|
85529
|
+
},
|
|
85530
|
+
"group": [
|
|
85531
|
+
"typography-component"
|
|
85532
|
+
],
|
|
85533
|
+
"access": "public",
|
|
85534
|
+
"file": {
|
|
85535
|
+
"path": "typography/_variables.scss",
|
|
85536
|
+
"name": "_variables.scss"
|
|
85537
|
+
}
|
|
85538
|
+
},
|
|
85539
|
+
{
|
|
85540
|
+
"description": "The font family of the third highest level heading.\n",
|
|
85541
|
+
"commentRange": {
|
|
85542
|
+
"start": 33,
|
|
85543
|
+
"end": 34
|
|
85544
|
+
},
|
|
85545
|
+
"context": {
|
|
85546
|
+
"type": "variable",
|
|
85547
|
+
"name": "kendo-h3-font-family",
|
|
85548
|
+
"value": "var(--kendo-font-family)",
|
|
85549
|
+
"scope": "default",
|
|
85550
|
+
"line": {
|
|
85551
|
+
"start": 35,
|
|
85552
|
+
"end": 35
|
|
85553
|
+
}
|
|
85554
|
+
},
|
|
85555
|
+
"group": [
|
|
85556
|
+
"typography-component"
|
|
85557
|
+
],
|
|
85558
|
+
"access": "public",
|
|
85559
|
+
"file": {
|
|
85560
|
+
"path": "typography/_variables.scss",
|
|
85561
|
+
"name": "_variables.scss"
|
|
85562
|
+
}
|
|
85563
|
+
},
|
|
85564
|
+
{
|
|
85565
|
+
"description": "The font family of the fourth highest level heading.\n",
|
|
85179
85566
|
"commentRange": {
|
|
85180
85567
|
"start": 36,
|
|
85181
85568
|
"end": 37
|
|
@@ -88920,8 +89307,8 @@
|
|
|
88920
89307
|
{
|
|
88921
89308
|
"description": "The theme colors map of the Button.\n",
|
|
88922
89309
|
"commentRange": {
|
|
88923
|
-
"start":
|
|
88924
|
-
"end":
|
|
89310
|
+
"start": 114,
|
|
89311
|
+
"end": 115
|
|
88925
89312
|
},
|
|
88926
89313
|
"context": {
|
|
88927
89314
|
"type": "variable",
|
|
@@ -88929,8 +89316,8 @@
|
|
|
88929
89316
|
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
|
|
88930
89317
|
"scope": "default",
|
|
88931
89318
|
"line": {
|
|
88932
|
-
"start":
|
|
88933
|
-
"end":
|
|
89319
|
+
"start": 116,
|
|
89320
|
+
"end": 116
|
|
88934
89321
|
}
|
|
88935
89322
|
},
|
|
88936
89323
|
"group": [
|
|
@@ -88945,17 +89332,17 @@
|
|
|
88945
89332
|
{
|
|
88946
89333
|
"description": "The sizes map of the Button.\n",
|
|
88947
89334
|
"commentRange": {
|
|
88948
|
-
"start":
|
|
88949
|
-
"end":
|
|
89335
|
+
"start": 118,
|
|
89336
|
+
"end": 119
|
|
88950
89337
|
},
|
|
88951
89338
|
"context": {
|
|
88952
89339
|
"type": "variable",
|
|
88953
89340
|
"name": "kendo-button-sizes",
|
|
88954
|
-
"value": "(\n sm: (\n padding-x: $kendo-button-sm-padding-x,\n padding-y: $kendo-button-sm-padding-y,\n font-size: $kendo-button-sm-font-size,\n line-height: $kendo-button-sm-line-height\n ),\n md: (\n padding-x: $kendo-button-md-padding-x,\n padding-y: $kendo-button-md-padding-y,\n font-size: $kendo-button-md-font-size,\n line-height: $kendo-button-md-line-height\n ),\n lg: (\n padding-x: $kendo-button-lg-padding-x,\n padding-y: $kendo-button-lg-padding-y,\n font-size: $kendo-button-lg-font-size,\n line-height: $kendo-button-lg-line-height\n )\n)",
|
|
89341
|
+
"value": "(\n xs: (\n padding-x: $kendo-button-xs-padding-x,\n padding-y: $kendo-button-xs-padding-y,\n font-size: $kendo-button-xs-font-size,\n line-height: $kendo-button-xs-line-height\n ),\n sm: (\n padding-x: $kendo-button-sm-padding-x,\n padding-y: $kendo-button-sm-padding-y,\n font-size: $kendo-button-sm-font-size,\n line-height: $kendo-button-sm-line-height\n ),\n md: (\n padding-x: $kendo-button-md-padding-x,\n padding-y: $kendo-button-md-padding-y,\n font-size: $kendo-button-md-font-size,\n line-height: $kendo-button-md-line-height\n ),\n lg: (\n padding-x: $kendo-button-lg-padding-x,\n padding-y: $kendo-button-lg-padding-y,\n font-size: $kendo-button-lg-font-size,\n line-height: $kendo-button-lg-line-height\n )\n)",
|
|
88955
89342
|
"scope": "default",
|
|
88956
89343
|
"line": {
|
|
88957
|
-
"start":
|
|
88958
|
-
"end":
|
|
89344
|
+
"start": 120,
|
|
89345
|
+
"end": 145
|
|
88959
89346
|
}
|
|
88960
89347
|
},
|
|
88961
89348
|
"group": [
|
|
@@ -89775,181 +90162,6 @@
|
|
|
89775
90162
|
"name": "_variables.scss"
|
|
89776
90163
|
}
|
|
89777
90164
|
},
|
|
89778
|
-
{
|
|
89779
|
-
"description": "The Coral Palette provides colors to the Primary and Series A variable groups.\n",
|
|
89780
|
-
"commentRange": {
|
|
89781
|
-
"start": 228,
|
|
89782
|
-
"end": 229
|
|
89783
|
-
},
|
|
89784
|
-
"context": {
|
|
89785
|
-
"type": "variable",
|
|
89786
|
-
"name": "kendo-palette-coral",
|
|
89787
|
-
"value": "$_default-palette-coral",
|
|
89788
|
-
"scope": "default",
|
|
89789
|
-
"line": {
|
|
89790
|
-
"start": 230,
|
|
89791
|
-
"end": 230
|
|
89792
|
-
}
|
|
89793
|
-
},
|
|
89794
|
-
"group": [
|
|
89795
|
-
"palette"
|
|
89796
|
-
],
|
|
89797
|
-
"access": "public",
|
|
89798
|
-
"file": {
|
|
89799
|
-
"path": "core/scss/color-system/_palettes.scss",
|
|
89800
|
-
"name": "_palettes.scss"
|
|
89801
|
-
}
|
|
89802
|
-
},
|
|
89803
|
-
{
|
|
89804
|
-
"description": "The Sky Blue Palette provides colors to the Tertiary variable group.\n",
|
|
89805
|
-
"commentRange": {
|
|
89806
|
-
"start": 233,
|
|
89807
|
-
"end": 234
|
|
89808
|
-
},
|
|
89809
|
-
"context": {
|
|
89810
|
-
"type": "variable",
|
|
89811
|
-
"name": "kendo-palette-sky-blue",
|
|
89812
|
-
"value": "$_default-palette-sky-blue",
|
|
89813
|
-
"scope": "default",
|
|
89814
|
-
"line": {
|
|
89815
|
-
"start": 235,
|
|
89816
|
-
"end": 235
|
|
89817
|
-
}
|
|
89818
|
-
},
|
|
89819
|
-
"group": [
|
|
89820
|
-
"palette"
|
|
89821
|
-
],
|
|
89822
|
-
"access": "public",
|
|
89823
|
-
"file": {
|
|
89824
|
-
"path": "core/scss/color-system/_palettes.scss",
|
|
89825
|
-
"name": "_palettes.scss"
|
|
89826
|
-
}
|
|
89827
|
-
},
|
|
89828
|
-
{
|
|
89829
|
-
"description": "The Lemon Yellow Palette provides colors to the Series B variable group.\n",
|
|
89830
|
-
"commentRange": {
|
|
89831
|
-
"start": 258,
|
|
89832
|
-
"end": 259
|
|
89833
|
-
},
|
|
89834
|
-
"context": {
|
|
89835
|
-
"type": "variable",
|
|
89836
|
-
"name": "kendo-palette-lemon-yellow",
|
|
89837
|
-
"value": "$_default-palette-lemon-yellow",
|
|
89838
|
-
"scope": "default",
|
|
89839
|
-
"line": {
|
|
89840
|
-
"start": 260,
|
|
89841
|
-
"end": 260
|
|
89842
|
-
}
|
|
89843
|
-
},
|
|
89844
|
-
"group": [
|
|
89845
|
-
"palette"
|
|
89846
|
-
],
|
|
89847
|
-
"access": "public",
|
|
89848
|
-
"file": {
|
|
89849
|
-
"path": "core/scss/color-system/_palettes.scss",
|
|
89850
|
-
"name": "_palettes.scss"
|
|
89851
|
-
}
|
|
89852
|
-
},
|
|
89853
|
-
{
|
|
89854
|
-
"description": "The Spring Green Palette provides colors to the Series C variable group.\n",
|
|
89855
|
-
"commentRange": {
|
|
89856
|
-
"start": 263,
|
|
89857
|
-
"end": 264
|
|
89858
|
-
},
|
|
89859
|
-
"context": {
|
|
89860
|
-
"type": "variable",
|
|
89861
|
-
"name": "kendo-palette-spring-green",
|
|
89862
|
-
"value": "$_default-palette-spring-green",
|
|
89863
|
-
"scope": "default",
|
|
89864
|
-
"line": {
|
|
89865
|
-
"start": 265,
|
|
89866
|
-
"end": 265
|
|
89867
|
-
}
|
|
89868
|
-
},
|
|
89869
|
-
"group": [
|
|
89870
|
-
"palette"
|
|
89871
|
-
],
|
|
89872
|
-
"access": "public",
|
|
89873
|
-
"file": {
|
|
89874
|
-
"path": "core/scss/color-system/_palettes.scss",
|
|
89875
|
-
"name": "_palettes.scss"
|
|
89876
|
-
}
|
|
89877
|
-
},
|
|
89878
|
-
{
|
|
89879
|
-
"description": "The Royal Blue Palette provides colors to the Series D variable group.\n",
|
|
89880
|
-
"commentRange": {
|
|
89881
|
-
"start": 268,
|
|
89882
|
-
"end": 269
|
|
89883
|
-
},
|
|
89884
|
-
"context": {
|
|
89885
|
-
"type": "variable",
|
|
89886
|
-
"name": "kendo-palette-royal-blue",
|
|
89887
|
-
"value": "$_default-palette-royal-blue",
|
|
89888
|
-
"scope": "default",
|
|
89889
|
-
"line": {
|
|
89890
|
-
"start": 270,
|
|
89891
|
-
"end": 270
|
|
89892
|
-
}
|
|
89893
|
-
},
|
|
89894
|
-
"group": [
|
|
89895
|
-
"palette"
|
|
89896
|
-
],
|
|
89897
|
-
"access": "public",
|
|
89898
|
-
"file": {
|
|
89899
|
-
"path": "core/scss/color-system/_palettes.scss",
|
|
89900
|
-
"name": "_palettes.scss"
|
|
89901
|
-
}
|
|
89902
|
-
},
|
|
89903
|
-
{
|
|
89904
|
-
"description": "The Lavender Purple Palette provides colors to the Series E variable group.\n",
|
|
89905
|
-
"commentRange": {
|
|
89906
|
-
"start": 273,
|
|
89907
|
-
"end": 274
|
|
89908
|
-
},
|
|
89909
|
-
"context": {
|
|
89910
|
-
"type": "variable",
|
|
89911
|
-
"name": "kendo-palette-lavender-purple",
|
|
89912
|
-
"value": "$_default-palette-lavender-purple",
|
|
89913
|
-
"scope": "default",
|
|
89914
|
-
"line": {
|
|
89915
|
-
"start": 275,
|
|
89916
|
-
"end": 275
|
|
89917
|
-
}
|
|
89918
|
-
},
|
|
89919
|
-
"group": [
|
|
89920
|
-
"palette"
|
|
89921
|
-
],
|
|
89922
|
-
"access": "public",
|
|
89923
|
-
"file": {
|
|
89924
|
-
"path": "core/scss/color-system/_palettes.scss",
|
|
89925
|
-
"name": "_palettes.scss"
|
|
89926
|
-
}
|
|
89927
|
-
},
|
|
89928
|
-
{
|
|
89929
|
-
"description": "The Flamingo Pink Palette provides colors to the Series F variable group.\n",
|
|
89930
|
-
"commentRange": {
|
|
89931
|
-
"start": 278,
|
|
89932
|
-
"end": 279
|
|
89933
|
-
},
|
|
89934
|
-
"context": {
|
|
89935
|
-
"type": "variable",
|
|
89936
|
-
"name": "kendo-palette-flamingo-pink",
|
|
89937
|
-
"value": "$_default-palette-flamingo-pink",
|
|
89938
|
-
"scope": "default",
|
|
89939
|
-
"line": {
|
|
89940
|
-
"start": 280,
|
|
89941
|
-
"end": 280
|
|
89942
|
-
}
|
|
89943
|
-
},
|
|
89944
|
-
"group": [
|
|
89945
|
-
"palette"
|
|
89946
|
-
],
|
|
89947
|
-
"access": "public",
|
|
89948
|
-
"file": {
|
|
89949
|
-
"path": "core/scss/color-system/_palettes.scss",
|
|
89950
|
-
"name": "_palettes.scss"
|
|
89951
|
-
}
|
|
89952
|
-
},
|
|
89953
90165
|
{
|
|
89954
90166
|
"description": "The sizes map of the RadioButton.\n",
|
|
89955
90167
|
"commentRange": {
|
|
@@ -90225,431 +90437,6 @@
|
|
|
90225
90437
|
"name": "_variables.scss"
|
|
90226
90438
|
}
|
|
90227
90439
|
},
|
|
90228
|
-
{
|
|
90229
|
-
"description": "The extra extra small font size across all components.\n",
|
|
90230
|
-
"commentRange": {
|
|
90231
|
-
"start": 9,
|
|
90232
|
-
"end": 10
|
|
90233
|
-
},
|
|
90234
|
-
"context": {
|
|
90235
|
-
"type": "variable",
|
|
90236
|
-
"name": "kendo-font-size-xxs",
|
|
90237
|
-
"value": "0.5rem",
|
|
90238
|
-
"scope": "default",
|
|
90239
|
-
"line": {
|
|
90240
|
-
"start": 11,
|
|
90241
|
-
"end": 11
|
|
90242
|
-
}
|
|
90243
|
-
},
|
|
90244
|
-
"group": [
|
|
90245
|
-
"typography"
|
|
90246
|
-
],
|
|
90247
|
-
"access": "public",
|
|
90248
|
-
"file": {
|
|
90249
|
-
"path": "core/scss/typography/index.scss",
|
|
90250
|
-
"name": "index.scss"
|
|
90251
|
-
}
|
|
90252
|
-
},
|
|
90253
|
-
{
|
|
90254
|
-
"description": "The base font weight across all components.\n",
|
|
90255
|
-
"commentRange": {
|
|
90256
|
-
"start": 47,
|
|
90257
|
-
"end": 48
|
|
90258
|
-
},
|
|
90259
|
-
"context": {
|
|
90260
|
-
"type": "variable",
|
|
90261
|
-
"name": "kendo-font-weight",
|
|
90262
|
-
"value": "400",
|
|
90263
|
-
"scope": "default",
|
|
90264
|
-
"line": {
|
|
90265
|
-
"start": 49,
|
|
90266
|
-
"end": 49
|
|
90267
|
-
}
|
|
90268
|
-
},
|
|
90269
|
-
"group": [
|
|
90270
|
-
"typography"
|
|
90271
|
-
],
|
|
90272
|
-
"access": "public",
|
|
90273
|
-
"file": {
|
|
90274
|
-
"path": "core/scss/typography/index.scss",
|
|
90275
|
-
"name": "index.scss"
|
|
90276
|
-
}
|
|
90277
|
-
},
|
|
90278
|
-
{
|
|
90279
|
-
"description": "The thin font weight across all components.\n",
|
|
90280
|
-
"commentRange": {
|
|
90281
|
-
"start": 50,
|
|
90282
|
-
"end": 51
|
|
90283
|
-
},
|
|
90284
|
-
"context": {
|
|
90285
|
-
"type": "variable",
|
|
90286
|
-
"name": "kendo-font-weight-thin",
|
|
90287
|
-
"value": "100",
|
|
90288
|
-
"scope": "default",
|
|
90289
|
-
"line": {
|
|
90290
|
-
"start": 52,
|
|
90291
|
-
"end": 52
|
|
90292
|
-
}
|
|
90293
|
-
},
|
|
90294
|
-
"group": [
|
|
90295
|
-
"typography"
|
|
90296
|
-
],
|
|
90297
|
-
"access": "public",
|
|
90298
|
-
"file": {
|
|
90299
|
-
"path": "core/scss/typography/index.scss",
|
|
90300
|
-
"name": "index.scss"
|
|
90301
|
-
}
|
|
90302
|
-
},
|
|
90303
|
-
{
|
|
90304
|
-
"description": "The extra light font weight across all components.\n",
|
|
90305
|
-
"commentRange": {
|
|
90306
|
-
"start": 53,
|
|
90307
|
-
"end": 54
|
|
90308
|
-
},
|
|
90309
|
-
"context": {
|
|
90310
|
-
"type": "variable",
|
|
90311
|
-
"name": "kendo-font-weight-extra-light",
|
|
90312
|
-
"value": "200",
|
|
90313
|
-
"scope": "default",
|
|
90314
|
-
"line": {
|
|
90315
|
-
"start": 55,
|
|
90316
|
-
"end": 55
|
|
90317
|
-
}
|
|
90318
|
-
},
|
|
90319
|
-
"group": [
|
|
90320
|
-
"typography"
|
|
90321
|
-
],
|
|
90322
|
-
"access": "public",
|
|
90323
|
-
"file": {
|
|
90324
|
-
"path": "core/scss/typography/index.scss",
|
|
90325
|
-
"name": "index.scss"
|
|
90326
|
-
}
|
|
90327
|
-
},
|
|
90328
|
-
{
|
|
90329
|
-
"description": "The extra bold font weight across all components.\n",
|
|
90330
|
-
"commentRange": {
|
|
90331
|
-
"start": 71,
|
|
90332
|
-
"end": 72
|
|
90333
|
-
},
|
|
90334
|
-
"context": {
|
|
90335
|
-
"type": "variable",
|
|
90336
|
-
"name": "kendo-font-weight-extra-bold",
|
|
90337
|
-
"value": "800",
|
|
90338
|
-
"scope": "default",
|
|
90339
|
-
"line": {
|
|
90340
|
-
"start": 73,
|
|
90341
|
-
"end": 73
|
|
90342
|
-
}
|
|
90343
|
-
},
|
|
90344
|
-
"group": [
|
|
90345
|
-
"typography"
|
|
90346
|
-
],
|
|
90347
|
-
"access": "public",
|
|
90348
|
-
"file": {
|
|
90349
|
-
"path": "core/scss/typography/index.scss",
|
|
90350
|
-
"name": "index.scss"
|
|
90351
|
-
}
|
|
90352
|
-
},
|
|
90353
|
-
{
|
|
90354
|
-
"description": "The most pronounced font weight across all components.\n",
|
|
90355
|
-
"commentRange": {
|
|
90356
|
-
"start": 74,
|
|
90357
|
-
"end": 75
|
|
90358
|
-
},
|
|
90359
|
-
"context": {
|
|
90360
|
-
"type": "variable",
|
|
90361
|
-
"name": "kendo-font-weight-black",
|
|
90362
|
-
"value": "900",
|
|
90363
|
-
"scope": "default",
|
|
90364
|
-
"line": {
|
|
90365
|
-
"start": 76,
|
|
90366
|
-
"end": 76
|
|
90367
|
-
}
|
|
90368
|
-
},
|
|
90369
|
-
"group": [
|
|
90370
|
-
"typography"
|
|
90371
|
-
],
|
|
90372
|
-
"access": "public",
|
|
90373
|
-
"file": {
|
|
90374
|
-
"path": "core/scss/typography/index.scss",
|
|
90375
|
-
"name": "index.scss"
|
|
90376
|
-
}
|
|
90377
|
-
},
|
|
90378
|
-
{
|
|
90379
|
-
"description": "The base letter spacing across all components.\n",
|
|
90380
|
-
"commentRange": {
|
|
90381
|
-
"start": 78,
|
|
90382
|
-
"end": 79
|
|
90383
|
-
},
|
|
90384
|
-
"context": {
|
|
90385
|
-
"type": "variable",
|
|
90386
|
-
"name": "kendo-letter-spacing",
|
|
90387
|
-
"value": "null",
|
|
90388
|
-
"scope": "default",
|
|
90389
|
-
"line": {
|
|
90390
|
-
"start": 80,
|
|
90391
|
-
"end": 80
|
|
90392
|
-
}
|
|
90393
|
-
},
|
|
90394
|
-
"group": [
|
|
90395
|
-
"typography"
|
|
90396
|
-
],
|
|
90397
|
-
"access": "public",
|
|
90398
|
-
"file": {
|
|
90399
|
-
"path": "core/scss/typography/index.scss",
|
|
90400
|
-
"name": "index.scss"
|
|
90401
|
-
}
|
|
90402
|
-
},
|
|
90403
|
-
{
|
|
90404
|
-
"description": "The tightest letter spacing across all components.\n",
|
|
90405
|
-
"commentRange": {
|
|
90406
|
-
"start": 81,
|
|
90407
|
-
"end": 82
|
|
90408
|
-
},
|
|
90409
|
-
"context": {
|
|
90410
|
-
"type": "variable",
|
|
90411
|
-
"name": "kendo-letter-spacing-tightest",
|
|
90412
|
-
"value": "-.15px",
|
|
90413
|
-
"scope": "default",
|
|
90414
|
-
"line": {
|
|
90415
|
-
"start": 83,
|
|
90416
|
-
"end": 83
|
|
90417
|
-
}
|
|
90418
|
-
},
|
|
90419
|
-
"group": [
|
|
90420
|
-
"typography"
|
|
90421
|
-
],
|
|
90422
|
-
"access": "public",
|
|
90423
|
-
"file": {
|
|
90424
|
-
"path": "core/scss/typography/index.scss",
|
|
90425
|
-
"name": "index.scss"
|
|
90426
|
-
}
|
|
90427
|
-
},
|
|
90428
|
-
{
|
|
90429
|
-
"description": "Slightly looser than the tighter letter spacing across all components.\n",
|
|
90430
|
-
"commentRange": {
|
|
90431
|
-
"start": 84,
|
|
90432
|
-
"end": 85
|
|
90433
|
-
},
|
|
90434
|
-
"context": {
|
|
90435
|
-
"type": "variable",
|
|
90436
|
-
"name": "kendo-letter-spacing-tighter",
|
|
90437
|
-
"value": "-.10px",
|
|
90438
|
-
"scope": "default",
|
|
90439
|
-
"line": {
|
|
90440
|
-
"start": 86,
|
|
90441
|
-
"end": 86
|
|
90442
|
-
}
|
|
90443
|
-
},
|
|
90444
|
-
"group": [
|
|
90445
|
-
"typography"
|
|
90446
|
-
],
|
|
90447
|
-
"access": "public",
|
|
90448
|
-
"file": {
|
|
90449
|
-
"path": "core/scss/typography/index.scss",
|
|
90450
|
-
"name": "index.scss"
|
|
90451
|
-
}
|
|
90452
|
-
},
|
|
90453
|
-
{
|
|
90454
|
-
"description": "Moderately tight letter spacing across all components.\n",
|
|
90455
|
-
"commentRange": {
|
|
90456
|
-
"start": 87,
|
|
90457
|
-
"end": 88
|
|
90458
|
-
},
|
|
90459
|
-
"context": {
|
|
90460
|
-
"type": "variable",
|
|
90461
|
-
"name": "kendo-letter-spacing-tight",
|
|
90462
|
-
"value": "-.5px",
|
|
90463
|
-
"scope": "default",
|
|
90464
|
-
"line": {
|
|
90465
|
-
"start": 89,
|
|
90466
|
-
"end": 89
|
|
90467
|
-
}
|
|
90468
|
-
},
|
|
90469
|
-
"group": [
|
|
90470
|
-
"typography"
|
|
90471
|
-
],
|
|
90472
|
-
"access": "public",
|
|
90473
|
-
"file": {
|
|
90474
|
-
"path": "core/scss/typography/index.scss",
|
|
90475
|
-
"name": "index.scss"
|
|
90476
|
-
}
|
|
90477
|
-
},
|
|
90478
|
-
{
|
|
90479
|
-
"description": "The normal letter spacing across all components.\n",
|
|
90480
|
-
"commentRange": {
|
|
90481
|
-
"start": 90,
|
|
90482
|
-
"end": 91
|
|
90483
|
-
},
|
|
90484
|
-
"context": {
|
|
90485
|
-
"type": "variable",
|
|
90486
|
-
"name": "kendo-letter-spacing-normal",
|
|
90487
|
-
"value": "0px",
|
|
90488
|
-
"scope": "default",
|
|
90489
|
-
"line": {
|
|
90490
|
-
"start": 92,
|
|
90491
|
-
"end": 92
|
|
90492
|
-
}
|
|
90493
|
-
},
|
|
90494
|
-
"group": [
|
|
90495
|
-
"typography"
|
|
90496
|
-
],
|
|
90497
|
-
"access": "public",
|
|
90498
|
-
"file": {
|
|
90499
|
-
"path": "core/scss/typography/index.scss",
|
|
90500
|
-
"name": "index.scss"
|
|
90501
|
-
}
|
|
90502
|
-
},
|
|
90503
|
-
{
|
|
90504
|
-
"description": "Wide letter spacing across all components.\n",
|
|
90505
|
-
"commentRange": {
|
|
90506
|
-
"start": 93,
|
|
90507
|
-
"end": 94
|
|
90508
|
-
},
|
|
90509
|
-
"context": {
|
|
90510
|
-
"type": "variable",
|
|
90511
|
-
"name": "kendo-letter-spacing-wide",
|
|
90512
|
-
"value": ".5px",
|
|
90513
|
-
"scope": "default",
|
|
90514
|
-
"line": {
|
|
90515
|
-
"start": 95,
|
|
90516
|
-
"end": 95
|
|
90517
|
-
}
|
|
90518
|
-
},
|
|
90519
|
-
"group": [
|
|
90520
|
-
"typography"
|
|
90521
|
-
],
|
|
90522
|
-
"access": "public",
|
|
90523
|
-
"file": {
|
|
90524
|
-
"path": "core/scss/typography/index.scss",
|
|
90525
|
-
"name": "index.scss"
|
|
90526
|
-
}
|
|
90527
|
-
},
|
|
90528
|
-
{
|
|
90529
|
-
"description": "Slightly wider than the wide letter spacing across all components.\n",
|
|
90530
|
-
"commentRange": {
|
|
90531
|
-
"start": 96,
|
|
90532
|
-
"end": 97
|
|
90533
|
-
},
|
|
90534
|
-
"context": {
|
|
90535
|
-
"type": "variable",
|
|
90536
|
-
"name": "kendo-letter-spacing-wider",
|
|
90537
|
-
"value": ".10px",
|
|
90538
|
-
"scope": "default",
|
|
90539
|
-
"line": {
|
|
90540
|
-
"start": 98,
|
|
90541
|
-
"end": 98
|
|
90542
|
-
}
|
|
90543
|
-
},
|
|
90544
|
-
"group": [
|
|
90545
|
-
"typography"
|
|
90546
|
-
],
|
|
90547
|
-
"access": "public",
|
|
90548
|
-
"file": {
|
|
90549
|
-
"path": "core/scss/typography/index.scss",
|
|
90550
|
-
"name": "index.scss"
|
|
90551
|
-
}
|
|
90552
|
-
},
|
|
90553
|
-
{
|
|
90554
|
-
"description": "The widest letter spacing across all components.\n",
|
|
90555
|
-
"commentRange": {
|
|
90556
|
-
"start": 99,
|
|
90557
|
-
"end": 100
|
|
90558
|
-
},
|
|
90559
|
-
"context": {
|
|
90560
|
-
"type": "variable",
|
|
90561
|
-
"name": "kendo-letter-spacing-widest",
|
|
90562
|
-
"value": ".15px",
|
|
90563
|
-
"scope": "default",
|
|
90564
|
-
"line": {
|
|
90565
|
-
"start": 101,
|
|
90566
|
-
"end": 101
|
|
90567
|
-
}
|
|
90568
|
-
},
|
|
90569
|
-
"group": [
|
|
90570
|
-
"typography"
|
|
90571
|
-
],
|
|
90572
|
-
"access": "public",
|
|
90573
|
-
"file": {
|
|
90574
|
-
"path": "core/scss/typography/index.scss",
|
|
90575
|
-
"name": "index.scss"
|
|
90576
|
-
}
|
|
90577
|
-
},
|
|
90578
|
-
{
|
|
90579
|
-
"description": "The sans font family across all components.\n",
|
|
90580
|
-
"commentRange": {
|
|
90581
|
-
"start": 103,
|
|
90582
|
-
"end": 104
|
|
90583
|
-
},
|
|
90584
|
-
"context": {
|
|
90585
|
-
"type": "variable",
|
|
90586
|
-
"name": "kendo-font-family-sans",
|
|
90587
|
-
"value": "Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans",
|
|
90588
|
-
"scope": "default",
|
|
90589
|
-
"line": {
|
|
90590
|
-
"start": 105,
|
|
90591
|
-
"end": 105
|
|
90592
|
-
}
|
|
90593
|
-
},
|
|
90594
|
-
"group": [
|
|
90595
|
-
"typography"
|
|
90596
|
-
],
|
|
90597
|
-
"access": "public",
|
|
90598
|
-
"file": {
|
|
90599
|
-
"path": "core/scss/typography/index.scss",
|
|
90600
|
-
"name": "index.scss"
|
|
90601
|
-
}
|
|
90602
|
-
},
|
|
90603
|
-
{
|
|
90604
|
-
"description": "The serif font family across all components.\n",
|
|
90605
|
-
"commentRange": {
|
|
90606
|
-
"start": 106,
|
|
90607
|
-
"end": 107
|
|
90608
|
-
},
|
|
90609
|
-
"context": {
|
|
90610
|
-
"type": "variable",
|
|
90611
|
-
"name": "kendo-font-family-serif",
|
|
90612
|
-
"value": "\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville",
|
|
90613
|
-
"scope": "default",
|
|
90614
|
-
"line": {
|
|
90615
|
-
"start": 108,
|
|
90616
|
-
"end": 108
|
|
90617
|
-
}
|
|
90618
|
-
},
|
|
90619
|
-
"group": [
|
|
90620
|
-
"typography"
|
|
90621
|
-
],
|
|
90622
|
-
"access": "public",
|
|
90623
|
-
"file": {
|
|
90624
|
-
"path": "core/scss/typography/index.scss",
|
|
90625
|
-
"name": "index.scss"
|
|
90626
|
-
}
|
|
90627
|
-
},
|
|
90628
|
-
{
|
|
90629
|
-
"description": "The letter spacings map\n",
|
|
90630
|
-
"commentRange": {
|
|
90631
|
-
"start": 180,
|
|
90632
|
-
"end": 181
|
|
90633
|
-
},
|
|
90634
|
-
"context": {
|
|
90635
|
-
"type": "variable",
|
|
90636
|
-
"name": "kendo-letter-spacings",
|
|
90637
|
-
"value": "$default-letter-spacings",
|
|
90638
|
-
"scope": "default",
|
|
90639
|
-
"line": {
|
|
90640
|
-
"start": 182,
|
|
90641
|
-
"end": 182
|
|
90642
|
-
}
|
|
90643
|
-
},
|
|
90644
|
-
"group": [
|
|
90645
|
-
"typography"
|
|
90646
|
-
],
|
|
90647
|
-
"access": "public",
|
|
90648
|
-
"file": {
|
|
90649
|
-
"path": "core/scss/typography/index.scss",
|
|
90650
|
-
"name": "index.scss"
|
|
90651
|
-
}
|
|
90652
|
-
},
|
|
90653
90440
|
{
|
|
90654
90441
|
"description": "A list of exported modules.\n",
|
|
90655
90442
|
"commentRange": {
|