@progress/kendo-theme-material 6.5.0-dev.1 → 6.5.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +288 -25
- package/dist/all.scss +2478 -1772
- package/dist/meta/sassdoc-data.json +552 -328
- package/dist/meta/sassdoc-raw-data.json +268 -164
- package/dist/meta/variables.json +94 -58
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +16 -1
- package/scss/action-sheet/_variables.scss +1 -0
- package/scss/common/_index.scss +0 -1
- package/scss/core/_index.scss +2 -12
- package/scss/core/color-system/_color-system-material.scss +14 -0
- package/scss/core/color-system/index.import.scss +0 -1
- package/scss/common/_selection.scss +0 -1
|
@@ -8721,11 +8721,67 @@
|
|
|
8721
8721
|
"resolvedValue": "8px",
|
|
8722
8722
|
"resolvedType": "Number"
|
|
8723
8723
|
},
|
|
8724
|
+
{
|
|
8725
|
+
"description": "The color white.\nNote: you cannot change this value.\n",
|
|
8726
|
+
"commentRange": {
|
|
8727
|
+
"start": 3,
|
|
8728
|
+
"end": 6
|
|
8729
|
+
},
|
|
8730
|
+
"context": {
|
|
8731
|
+
"type": "variable",
|
|
8732
|
+
"name": "kendo-color-white",
|
|
8733
|
+
"value": "#ffffff",
|
|
8734
|
+
"scope": "private",
|
|
8735
|
+
"line": {
|
|
8736
|
+
"start": 7,
|
|
8737
|
+
"end": 7
|
|
8738
|
+
}
|
|
8739
|
+
},
|
|
8740
|
+
"type": "Color",
|
|
8741
|
+
"group": [
|
|
8742
|
+
"color-system"
|
|
8743
|
+
],
|
|
8744
|
+
"access": "public",
|
|
8745
|
+
"file": {
|
|
8746
|
+
"path": "_variables.scss",
|
|
8747
|
+
"name": "_variables.scss"
|
|
8748
|
+
},
|
|
8749
|
+
"resolvedValue": "#ffffff",
|
|
8750
|
+
"resolvedType": "Color"
|
|
8751
|
+
},
|
|
8752
|
+
{
|
|
8753
|
+
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
8754
|
+
"commentRange": {
|
|
8755
|
+
"start": 9,
|
|
8756
|
+
"end": 12
|
|
8757
|
+
},
|
|
8758
|
+
"context": {
|
|
8759
|
+
"type": "variable",
|
|
8760
|
+
"name": "kendo-color-black",
|
|
8761
|
+
"value": "#000000",
|
|
8762
|
+
"scope": "private",
|
|
8763
|
+
"line": {
|
|
8764
|
+
"start": 13,
|
|
8765
|
+
"end": 13
|
|
8766
|
+
}
|
|
8767
|
+
},
|
|
8768
|
+
"type": "Color",
|
|
8769
|
+
"group": [
|
|
8770
|
+
"color-system"
|
|
8771
|
+
],
|
|
8772
|
+
"access": "public",
|
|
8773
|
+
"file": {
|
|
8774
|
+
"path": "_variables.scss",
|
|
8775
|
+
"name": "_variables.scss"
|
|
8776
|
+
},
|
|
8777
|
+
"resolvedValue": "#000000",
|
|
8778
|
+
"resolvedType": "Color"
|
|
8779
|
+
},
|
|
8724
8780
|
{
|
|
8725
8781
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
8726
8782
|
"commentRange": {
|
|
8727
|
-
"start":
|
|
8728
|
-
"end":
|
|
8783
|
+
"start": 165,
|
|
8784
|
+
"end": 168
|
|
8729
8785
|
},
|
|
8730
8786
|
"context": {
|
|
8731
8787
|
"type": "variable",
|
|
@@ -8733,8 +8789,8 @@
|
|
|
8733
8789
|
"value": "material-color( $primary-palette, main )",
|
|
8734
8790
|
"scope": "default",
|
|
8735
8791
|
"line": {
|
|
8736
|
-
"start":
|
|
8737
|
-
"end":
|
|
8792
|
+
"start": 169,
|
|
8793
|
+
"end": 169
|
|
8738
8794
|
}
|
|
8739
8795
|
},
|
|
8740
8796
|
"group": [
|
|
@@ -8752,8 +8808,8 @@
|
|
|
8752
8808
|
{
|
|
8753
8809
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
8754
8810
|
"commentRange": {
|
|
8755
|
-
"start":
|
|
8756
|
-
"end":
|
|
8811
|
+
"start": 173,
|
|
8812
|
+
"end": 176
|
|
8757
8813
|
},
|
|
8758
8814
|
"context": {
|
|
8759
8815
|
"type": "variable",
|
|
@@ -8761,8 +8817,8 @@
|
|
|
8761
8817
|
"value": "material-color( $primary-palette, main-contrast )",
|
|
8762
8818
|
"scope": "default",
|
|
8763
8819
|
"line": {
|
|
8764
|
-
"start":
|
|
8765
|
-
"end":
|
|
8820
|
+
"start": 177,
|
|
8821
|
+
"end": 177
|
|
8766
8822
|
}
|
|
8767
8823
|
},
|
|
8768
8824
|
"group": [
|
|
@@ -8780,8 +8836,8 @@
|
|
|
8780
8836
|
{
|
|
8781
8837
|
"description": "The secondary color of the theme.\n",
|
|
8782
8838
|
"commentRange": {
|
|
8783
|
-
"start":
|
|
8784
|
-
"end":
|
|
8839
|
+
"start": 179,
|
|
8840
|
+
"end": 181
|
|
8785
8841
|
},
|
|
8786
8842
|
"context": {
|
|
8787
8843
|
"type": "variable",
|
|
@@ -8789,8 +8845,8 @@
|
|
|
8789
8845
|
"value": "material-color( $secondary-palette, main )",
|
|
8790
8846
|
"scope": "default",
|
|
8791
8847
|
"line": {
|
|
8792
|
-
"start":
|
|
8793
|
-
"end":
|
|
8848
|
+
"start": 182,
|
|
8849
|
+
"end": 182
|
|
8794
8850
|
}
|
|
8795
8851
|
},
|
|
8796
8852
|
"group": [
|
|
@@ -8808,8 +8864,8 @@
|
|
|
8808
8864
|
{
|
|
8809
8865
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
8810
8866
|
"commentRange": {
|
|
8811
|
-
"start":
|
|
8812
|
-
"end":
|
|
8867
|
+
"start": 186,
|
|
8868
|
+
"end": 189
|
|
8813
8869
|
},
|
|
8814
8870
|
"context": {
|
|
8815
8871
|
"type": "variable",
|
|
@@ -8817,8 +8873,8 @@
|
|
|
8817
8873
|
"value": "material-color( $secondary-palette, main-contrast )",
|
|
8818
8874
|
"scope": "default",
|
|
8819
8875
|
"line": {
|
|
8820
|
-
"start":
|
|
8821
|
-
"end":
|
|
8876
|
+
"start": 190,
|
|
8877
|
+
"end": 190
|
|
8822
8878
|
}
|
|
8823
8879
|
},
|
|
8824
8880
|
"group": [
|
|
@@ -8836,8 +8892,8 @@
|
|
|
8836
8892
|
{
|
|
8837
8893
|
"description": "The tertiary color of the theme.\n",
|
|
8838
8894
|
"commentRange": {
|
|
8839
|
-
"start":
|
|
8840
|
-
"end":
|
|
8895
|
+
"start": 192,
|
|
8896
|
+
"end": 194
|
|
8841
8897
|
},
|
|
8842
8898
|
"context": {
|
|
8843
8899
|
"type": "variable",
|
|
@@ -8845,8 +8901,8 @@
|
|
|
8845
8901
|
"value": "material-color($tertiary-palette, main)",
|
|
8846
8902
|
"scope": "default",
|
|
8847
8903
|
"line": {
|
|
8848
|
-
"start":
|
|
8849
|
-
"end":
|
|
8904
|
+
"start": 195,
|
|
8905
|
+
"end": 195
|
|
8850
8906
|
}
|
|
8851
8907
|
},
|
|
8852
8908
|
"group": [
|
|
@@ -8864,8 +8920,8 @@
|
|
|
8864
8920
|
{
|
|
8865
8921
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
8866
8922
|
"commentRange": {
|
|
8867
|
-
"start":
|
|
8868
|
-
"end":
|
|
8923
|
+
"start": 199,
|
|
8924
|
+
"end": 202
|
|
8869
8925
|
},
|
|
8870
8926
|
"context": {
|
|
8871
8927
|
"type": "variable",
|
|
@@ -8873,8 +8929,8 @@
|
|
|
8873
8929
|
"value": "material-color($tertiary-palette, main-contrast)",
|
|
8874
8930
|
"scope": "default",
|
|
8875
8931
|
"line": {
|
|
8876
|
-
"start":
|
|
8877
|
-
"end":
|
|
8932
|
+
"start": 203,
|
|
8933
|
+
"end": 203
|
|
8878
8934
|
}
|
|
8879
8935
|
},
|
|
8880
8936
|
"group": [
|
|
@@ -8892,8 +8948,8 @@
|
|
|
8892
8948
|
{
|
|
8893
8949
|
"description": "The color for informational messages and states.\n",
|
|
8894
8950
|
"commentRange": {
|
|
8895
|
-
"start":
|
|
8896
|
-
"end":
|
|
8951
|
+
"start": 205,
|
|
8952
|
+
"end": 207
|
|
8897
8953
|
},
|
|
8898
8954
|
"context": {
|
|
8899
8955
|
"type": "variable",
|
|
@@ -8901,8 +8957,8 @@
|
|
|
8901
8957
|
"value": "#0058e9",
|
|
8902
8958
|
"scope": "default",
|
|
8903
8959
|
"line": {
|
|
8904
|
-
"start":
|
|
8905
|
-
"end":
|
|
8960
|
+
"start": 208,
|
|
8961
|
+
"end": 208
|
|
8906
8962
|
}
|
|
8907
8963
|
},
|
|
8908
8964
|
"group": [
|
|
@@ -8920,8 +8976,8 @@
|
|
|
8920
8976
|
{
|
|
8921
8977
|
"description": "The color for success messages and states.\n",
|
|
8922
8978
|
"commentRange": {
|
|
8923
|
-
"start":
|
|
8924
|
-
"end":
|
|
8979
|
+
"start": 212,
|
|
8980
|
+
"end": 214
|
|
8925
8981
|
},
|
|
8926
8982
|
"context": {
|
|
8927
8983
|
"type": "variable",
|
|
@@ -8929,8 +8985,8 @@
|
|
|
8929
8985
|
"value": "#37b400",
|
|
8930
8986
|
"scope": "default",
|
|
8931
8987
|
"line": {
|
|
8932
|
-
"start":
|
|
8933
|
-
"end":
|
|
8988
|
+
"start": 215,
|
|
8989
|
+
"end": 215
|
|
8934
8990
|
}
|
|
8935
8991
|
},
|
|
8936
8992
|
"group": [
|
|
@@ -8948,8 +9004,8 @@
|
|
|
8948
9004
|
{
|
|
8949
9005
|
"description": "The color for warning messages and states.\n",
|
|
8950
9006
|
"commentRange": {
|
|
8951
|
-
"start":
|
|
8952
|
-
"end":
|
|
9007
|
+
"start": 219,
|
|
9008
|
+
"end": 221
|
|
8953
9009
|
},
|
|
8954
9010
|
"context": {
|
|
8955
9011
|
"type": "variable",
|
|
@@ -8957,8 +9013,8 @@
|
|
|
8957
9013
|
"value": "#ffc000",
|
|
8958
9014
|
"scope": "default",
|
|
8959
9015
|
"line": {
|
|
8960
|
-
"start":
|
|
8961
|
-
"end":
|
|
9016
|
+
"start": 222,
|
|
9017
|
+
"end": 222
|
|
8962
9018
|
}
|
|
8963
9019
|
},
|
|
8964
9020
|
"group": [
|
|
@@ -8976,8 +9032,8 @@
|
|
|
8976
9032
|
{
|
|
8977
9033
|
"description": "The color for error messages and states.\n",
|
|
8978
9034
|
"commentRange": {
|
|
8979
|
-
"start":
|
|
8980
|
-
"end":
|
|
9035
|
+
"start": 226,
|
|
9036
|
+
"end": 228
|
|
8981
9037
|
},
|
|
8982
9038
|
"context": {
|
|
8983
9039
|
"type": "variable",
|
|
@@ -8985,8 +9041,8 @@
|
|
|
8985
9041
|
"value": "#f31700",
|
|
8986
9042
|
"scope": "default",
|
|
8987
9043
|
"line": {
|
|
8988
|
-
"start":
|
|
8989
|
-
"end":
|
|
9044
|
+
"start": 229,
|
|
9045
|
+
"end": 229
|
|
8990
9046
|
}
|
|
8991
9047
|
},
|
|
8992
9048
|
"group": [
|
|
@@ -9004,8 +9060,8 @@
|
|
|
9004
9060
|
{
|
|
9005
9061
|
"description": "The dark color of the theme.\n",
|
|
9006
9062
|
"commentRange": {
|
|
9007
|
-
"start":
|
|
9008
|
-
"end":
|
|
9063
|
+
"start": 233,
|
|
9064
|
+
"end": 235
|
|
9009
9065
|
},
|
|
9010
9066
|
"context": {
|
|
9011
9067
|
"type": "variable",
|
|
@@ -9013,8 +9069,8 @@
|
|
|
9013
9069
|
"value": "get-base-hue( gray, 800 )",
|
|
9014
9070
|
"scope": "default",
|
|
9015
9071
|
"line": {
|
|
9016
|
-
"start":
|
|
9017
|
-
"end":
|
|
9072
|
+
"start": 236,
|
|
9073
|
+
"end": 236
|
|
9018
9074
|
}
|
|
9019
9075
|
},
|
|
9020
9076
|
"group": [
|
|
@@ -9032,8 +9088,8 @@
|
|
|
9032
9088
|
{
|
|
9033
9089
|
"description": "The light color of the theme.\n",
|
|
9034
9090
|
"commentRange": {
|
|
9035
|
-
"start":
|
|
9036
|
-
"end":
|
|
9091
|
+
"start": 238,
|
|
9092
|
+
"end": 240
|
|
9037
9093
|
},
|
|
9038
9094
|
"context": {
|
|
9039
9095
|
"type": "variable",
|
|
@@ -9041,8 +9097,8 @@
|
|
|
9041
9097
|
"value": "get-base-hue( gray, 100 )",
|
|
9042
9098
|
"scope": "default",
|
|
9043
9099
|
"line": {
|
|
9044
|
-
"start":
|
|
9045
|
-
"end":
|
|
9100
|
+
"start": 241,
|
|
9101
|
+
"end": 241
|
|
9046
9102
|
}
|
|
9047
9103
|
},
|
|
9048
9104
|
"group": [
|
|
@@ -9060,8 +9116,8 @@
|
|
|
9060
9116
|
{
|
|
9061
9117
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
9062
9118
|
"commentRange": {
|
|
9063
|
-
"start":
|
|
9064
|
-
"end":
|
|
9119
|
+
"start": 243,
|
|
9120
|
+
"end": 244
|
|
9065
9121
|
},
|
|
9066
9122
|
"context": {
|
|
9067
9123
|
"type": "variable",
|
|
@@ -9069,8 +9125,8 @@
|
|
|
9069
9125
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
9070
9126
|
"scope": "default",
|
|
9071
9127
|
"line": {
|
|
9072
|
-
"start":
|
|
9073
|
-
"end":
|
|
9128
|
+
"start": 245,
|
|
9129
|
+
"end": 245
|
|
9074
9130
|
}
|
|
9075
9131
|
},
|
|
9076
9132
|
"group": [
|
|
@@ -9084,6 +9140,62 @@
|
|
|
9084
9140
|
"resolvedValue": "#424242",
|
|
9085
9141
|
"resolvedType": "Color"
|
|
9086
9142
|
},
|
|
9143
|
+
{
|
|
9144
|
+
"description": "The color white.\nNote: you cannot change this value.\n",
|
|
9145
|
+
"commentRange": {
|
|
9146
|
+
"start": 3,
|
|
9147
|
+
"end": 6
|
|
9148
|
+
},
|
|
9149
|
+
"context": {
|
|
9150
|
+
"type": "variable",
|
|
9151
|
+
"name": "kendo-color-white",
|
|
9152
|
+
"value": "#ffffff",
|
|
9153
|
+
"scope": "private",
|
|
9154
|
+
"line": {
|
|
9155
|
+
"start": 7,
|
|
9156
|
+
"end": 7
|
|
9157
|
+
}
|
|
9158
|
+
},
|
|
9159
|
+
"type": "Color",
|
|
9160
|
+
"group": [
|
|
9161
|
+
"color-system"
|
|
9162
|
+
],
|
|
9163
|
+
"access": "public",
|
|
9164
|
+
"file": {
|
|
9165
|
+
"path": "core/color-system/_color-system-material.scss",
|
|
9166
|
+
"name": "_color-system-material.scss"
|
|
9167
|
+
},
|
|
9168
|
+
"resolvedValue": "#ffffff",
|
|
9169
|
+
"resolvedType": "Color"
|
|
9170
|
+
},
|
|
9171
|
+
{
|
|
9172
|
+
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
9173
|
+
"commentRange": {
|
|
9174
|
+
"start": 9,
|
|
9175
|
+
"end": 12
|
|
9176
|
+
},
|
|
9177
|
+
"context": {
|
|
9178
|
+
"type": "variable",
|
|
9179
|
+
"name": "kendo-color-black",
|
|
9180
|
+
"value": "#000000",
|
|
9181
|
+
"scope": "private",
|
|
9182
|
+
"line": {
|
|
9183
|
+
"start": 13,
|
|
9184
|
+
"end": 13
|
|
9185
|
+
}
|
|
9186
|
+
},
|
|
9187
|
+
"type": "Color",
|
|
9188
|
+
"group": [
|
|
9189
|
+
"color-system"
|
|
9190
|
+
],
|
|
9191
|
+
"access": "public",
|
|
9192
|
+
"file": {
|
|
9193
|
+
"path": "core/color-system/_color-system-material.scss",
|
|
9194
|
+
"name": "_color-system-material.scss"
|
|
9195
|
+
},
|
|
9196
|
+
"resolvedValue": "#000000",
|
|
9197
|
+
"resolvedType": "Color"
|
|
9198
|
+
},
|
|
9087
9199
|
{
|
|
9088
9200
|
"description": "The spacer of the ColorEditor.\n",
|
|
9089
9201
|
"commentRange": {
|
|
@@ -9951,8 +10063,8 @@
|
|
|
9951
10063
|
{
|
|
9952
10064
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
9953
10065
|
"commentRange": {
|
|
9954
|
-
"start":
|
|
9955
|
-
"end":
|
|
10066
|
+
"start": 337,
|
|
10067
|
+
"end": 339
|
|
9956
10068
|
},
|
|
9957
10069
|
"context": {
|
|
9958
10070
|
"type": "variable",
|
|
@@ -9960,8 +10072,8 @@
|
|
|
9960
10072
|
"value": "k-map-get( $theme, component-bg )",
|
|
9961
10073
|
"scope": "default",
|
|
9962
10074
|
"line": {
|
|
9963
|
-
"start":
|
|
9964
|
-
"end":
|
|
10075
|
+
"start": 340,
|
|
10076
|
+
"end": 340
|
|
9965
10077
|
}
|
|
9966
10078
|
},
|
|
9967
10079
|
"group": [
|
|
@@ -9978,8 +10090,8 @@
|
|
|
9978
10090
|
{
|
|
9979
10091
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
9980
10092
|
"commentRange": {
|
|
9981
|
-
"start":
|
|
9982
|
-
"end":
|
|
10093
|
+
"start": 341,
|
|
10094
|
+
"end": 343
|
|
9983
10095
|
},
|
|
9984
10096
|
"context": {
|
|
9985
10097
|
"type": "variable",
|
|
@@ -9987,8 +10099,8 @@
|
|
|
9987
10099
|
"value": "k-map-get( $theme, component-text )",
|
|
9988
10100
|
"scope": "default",
|
|
9989
10101
|
"line": {
|
|
9990
|
-
"start":
|
|
9991
|
-
"end":
|
|
10102
|
+
"start": 344,
|
|
10103
|
+
"end": 344
|
|
9992
10104
|
}
|
|
9993
10105
|
},
|
|
9994
10106
|
"group": [
|
|
@@ -10005,8 +10117,8 @@
|
|
|
10005
10117
|
{
|
|
10006
10118
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
10007
10119
|
"commentRange": {
|
|
10008
|
-
"start":
|
|
10009
|
-
"end":
|
|
10120
|
+
"start": 345,
|
|
10121
|
+
"end": 347
|
|
10010
10122
|
},
|
|
10011
10123
|
"context": {
|
|
10012
10124
|
"type": "variable",
|
|
@@ -10014,8 +10126,8 @@
|
|
|
10014
10126
|
"value": "k-map-get( $theme, component-border )",
|
|
10015
10127
|
"scope": "default",
|
|
10016
10128
|
"line": {
|
|
10017
|
-
"start":
|
|
10018
|
-
"end":
|
|
10129
|
+
"start": 348,
|
|
10130
|
+
"end": 348
|
|
10019
10131
|
}
|
|
10020
10132
|
},
|
|
10021
10133
|
"group": [
|
|
@@ -27663,8 +27775,8 @@
|
|
|
27663
27775
|
{
|
|
27664
27776
|
"description": "Color of shadows\n",
|
|
27665
27777
|
"commentRange": {
|
|
27666
|
-
"start":
|
|
27667
|
-
"end":
|
|
27778
|
+
"start": 89,
|
|
27779
|
+
"end": 90
|
|
27668
27780
|
},
|
|
27669
27781
|
"context": {
|
|
27670
27782
|
"type": "variable",
|
|
@@ -27672,8 +27784,8 @@
|
|
|
27672
27784
|
"value": "k-map-get( $theme, elevation )",
|
|
27673
27785
|
"scope": "default",
|
|
27674
27786
|
"line": {
|
|
27675
|
-
"start":
|
|
27676
|
-
"end":
|
|
27787
|
+
"start": 91,
|
|
27788
|
+
"end": 91
|
|
27677
27789
|
}
|
|
27678
27790
|
},
|
|
27679
27791
|
"group": [
|
|
@@ -27690,8 +27802,8 @@
|
|
|
27690
27802
|
{
|
|
27691
27803
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
27692
27804
|
"commentRange": {
|
|
27693
|
-
"start":
|
|
27694
|
-
"end":
|
|
27805
|
+
"start": 93,
|
|
27806
|
+
"end": 95
|
|
27695
27807
|
},
|
|
27696
27808
|
"context": {
|
|
27697
27809
|
"type": "variable",
|
|
@@ -27699,8 +27811,8 @@
|
|
|
27699
27811
|
"value": "0 2px 1px -1px rgba( $elevation, .2 ), 0 1px 1px 0 rgba( $elevation, .14 ), 0 1px 3px 0 rgba( $elevation, .12 )",
|
|
27700
27812
|
"scope": "default",
|
|
27701
27813
|
"line": {
|
|
27702
|
-
"start":
|
|
27703
|
-
"end":
|
|
27814
|
+
"start": 96,
|
|
27815
|
+
"end": 96
|
|
27704
27816
|
}
|
|
27705
27817
|
},
|
|
27706
27818
|
"group": [
|
|
@@ -27717,8 +27829,8 @@
|
|
|
27717
27829
|
{
|
|
27718
27830
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
27719
27831
|
"commentRange": {
|
|
27720
|
-
"start":
|
|
27721
|
-
"end":
|
|
27832
|
+
"start": 97,
|
|
27833
|
+
"end": 99
|
|
27722
27834
|
},
|
|
27723
27835
|
"context": {
|
|
27724
27836
|
"type": "variable",
|
|
@@ -27726,8 +27838,8 @@
|
|
|
27726
27838
|
"value": "0 3px 1px -2px rgba( $elevation, .2 ), 0 2px 2px 0 rgba( $elevation, .14 ), 0 1px 5px 0 rgba( $elevation, .12 )",
|
|
27727
27839
|
"scope": "default",
|
|
27728
27840
|
"line": {
|
|
27729
|
-
"start":
|
|
27730
|
-
"end":
|
|
27841
|
+
"start": 100,
|
|
27842
|
+
"end": 100
|
|
27731
27843
|
}
|
|
27732
27844
|
},
|
|
27733
27845
|
"group": [
|
|
@@ -27744,8 +27856,8 @@
|
|
|
27744
27856
|
{
|
|
27745
27857
|
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 8.\n",
|
|
27746
27858
|
"commentRange": {
|
|
27747
|
-
"start":
|
|
27748
|
-
"end":
|
|
27859
|
+
"start": 101,
|
|
27860
|
+
"end": 103
|
|
27749
27861
|
},
|
|
27750
27862
|
"context": {
|
|
27751
27863
|
"type": "variable",
|
|
@@ -27753,8 +27865,8 @@
|
|
|
27753
27865
|
"value": "0 5px 5px -3px rgba( $elevation, .2 ), 0 8px 10px 1px rgba( $elevation, .14 ), 0 3px 14px 2px rgba( $elevation, .12 )",
|
|
27754
27866
|
"scope": "default",
|
|
27755
27867
|
"line": {
|
|
27756
|
-
"start":
|
|
27757
|
-
"end":
|
|
27868
|
+
"start": 104,
|
|
27869
|
+
"end": 104
|
|
27758
27870
|
}
|
|
27759
27871
|
},
|
|
27760
27872
|
"group": [
|
|
@@ -27771,8 +27883,8 @@
|
|
|
27771
27883
|
{
|
|
27772
27884
|
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 16.\n",
|
|
27773
27885
|
"commentRange": {
|
|
27774
|
-
"start":
|
|
27775
|
-
"end":
|
|
27886
|
+
"start": 105,
|
|
27887
|
+
"end": 107
|
|
27776
27888
|
},
|
|
27777
27889
|
"context": {
|
|
27778
27890
|
"type": "variable",
|
|
@@ -27780,8 +27892,8 @@
|
|
|
27780
27892
|
"value": "0 8px 10px -5px rgba( $elevation, .2 ), 0 16px 24px 2px rgba( $elevation, .14 ), 0 6px 30px 5px rgba( $elevation, .12 )",
|
|
27781
27893
|
"scope": "default",
|
|
27782
27894
|
"line": {
|
|
27783
|
-
"start":
|
|
27784
|
-
"end":
|
|
27895
|
+
"start": 108,
|
|
27896
|
+
"end": 108
|
|
27785
27897
|
}
|
|
27786
27898
|
},
|
|
27787
27899
|
"group": [
|
|
@@ -27798,8 +27910,8 @@
|
|
|
27798
27910
|
{
|
|
27799
27911
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
27800
27912
|
"commentRange": {
|
|
27801
|
-
"start":
|
|
27802
|
-
"end":
|
|
27913
|
+
"start": 109,
|
|
27914
|
+
"end": 111
|
|
27803
27915
|
},
|
|
27804
27916
|
"context": {
|
|
27805
27917
|
"type": "variable",
|
|
@@ -27807,8 +27919,8 @@
|
|
|
27807
27919
|
"value": "0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rgba( $elevation, .14 ), 0 9px 46px 8px rgba( $elevation, .12 )",
|
|
27808
27920
|
"scope": "default",
|
|
27809
27921
|
"line": {
|
|
27810
|
-
"start":
|
|
27811
|
-
"end":
|
|
27922
|
+
"start": 112,
|
|
27923
|
+
"end": 112
|
|
27812
27924
|
}
|
|
27813
27925
|
},
|
|
27814
27926
|
"group": [
|
|
@@ -33468,8 +33580,8 @@
|
|
|
33468
33580
|
{
|
|
33469
33581
|
"description": "Base font size across all components.\n",
|
|
33470
33582
|
"commentRange": {
|
|
33471
|
-
"start":
|
|
33472
|
-
"end":
|
|
33583
|
+
"start": 264,
|
|
33584
|
+
"end": 265
|
|
33473
33585
|
},
|
|
33474
33586
|
"context": {
|
|
33475
33587
|
"type": "variable",
|
|
@@ -33477,8 +33589,8 @@
|
|
|
33477
33589
|
"value": "14px",
|
|
33478
33590
|
"scope": "default",
|
|
33479
33591
|
"line": {
|
|
33480
|
-
"start":
|
|
33481
|
-
"end":
|
|
33592
|
+
"start": 266,
|
|
33593
|
+
"end": 266
|
|
33482
33594
|
}
|
|
33483
33595
|
},
|
|
33484
33596
|
"group": [
|
|
@@ -33495,8 +33607,8 @@
|
|
|
33495
33607
|
{
|
|
33496
33608
|
"description": "Font family for text.\n",
|
|
33497
33609
|
"commentRange": {
|
|
33498
|
-
"start":
|
|
33499
|
-
"end":
|
|
33610
|
+
"start": 281,
|
|
33611
|
+
"end": 282
|
|
33500
33612
|
},
|
|
33501
33613
|
"context": {
|
|
33502
33614
|
"type": "variable",
|
|
@@ -33504,8 +33616,8 @@
|
|
|
33504
33616
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
33505
33617
|
"scope": "default",
|
|
33506
33618
|
"line": {
|
|
33507
|
-
"start":
|
|
33508
|
-
"end":
|
|
33619
|
+
"start": 283,
|
|
33620
|
+
"end": 283
|
|
33509
33621
|
}
|
|
33510
33622
|
},
|
|
33511
33623
|
"group": [
|
|
@@ -33522,8 +33634,8 @@
|
|
|
33522
33634
|
{
|
|
33523
33635
|
"description": "Font family across all components.\n",
|
|
33524
33636
|
"commentRange": {
|
|
33525
|
-
"start":
|
|
33526
|
-
"end":
|
|
33637
|
+
"start": 285,
|
|
33638
|
+
"end": 286
|
|
33527
33639
|
},
|
|
33528
33640
|
"context": {
|
|
33529
33641
|
"type": "variable",
|
|
@@ -33531,8 +33643,8 @@
|
|
|
33531
33643
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
33532
33644
|
"scope": "default",
|
|
33533
33645
|
"line": {
|
|
33534
|
-
"start":
|
|
33535
|
-
"end":
|
|
33646
|
+
"start": 287,
|
|
33647
|
+
"end": 287
|
|
33536
33648
|
}
|
|
33537
33649
|
},
|
|
33538
33650
|
"group": [
|
|
@@ -33549,8 +33661,8 @@
|
|
|
33549
33661
|
{
|
|
33550
33662
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
33551
33663
|
"commentRange": {
|
|
33552
|
-
"start":
|
|
33553
|
-
"end":
|
|
33664
|
+
"start": 289,
|
|
33665
|
+
"end": 290
|
|
33554
33666
|
},
|
|
33555
33667
|
"context": {
|
|
33556
33668
|
"type": "variable",
|
|
@@ -33558,8 +33670,8 @@
|
|
|
33558
33670
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
33559
33671
|
"scope": "default",
|
|
33560
33672
|
"line": {
|
|
33561
|
-
"start":
|
|
33562
|
-
"end":
|
|
33673
|
+
"start": 291,
|
|
33674
|
+
"end": 291
|
|
33563
33675
|
}
|
|
33564
33676
|
},
|
|
33565
33677
|
"group": [
|
|
@@ -33576,8 +33688,8 @@
|
|
|
33576
33688
|
{
|
|
33577
33689
|
"description": "Font family across all components.\n",
|
|
33578
33690
|
"commentRange": {
|
|
33579
|
-
"start":
|
|
33580
|
-
"end":
|
|
33691
|
+
"start": 293,
|
|
33692
|
+
"end": 294
|
|
33581
33693
|
},
|
|
33582
33694
|
"context": {
|
|
33583
33695
|
"type": "variable",
|
|
@@ -33585,8 +33697,8 @@
|
|
|
33585
33697
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
33586
33698
|
"scope": "default",
|
|
33587
33699
|
"line": {
|
|
33588
|
-
"start":
|
|
33589
|
-
"end":
|
|
33700
|
+
"start": 295,
|
|
33701
|
+
"end": 295
|
|
33590
33702
|
}
|
|
33591
33703
|
},
|
|
33592
33704
|
"group": [
|
|
@@ -33603,8 +33715,8 @@
|
|
|
33603
33715
|
{
|
|
33604
33716
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
33605
33717
|
"commentRange": {
|
|
33606
|
-
"start":
|
|
33607
|
-
"end":
|
|
33718
|
+
"start": 297,
|
|
33719
|
+
"end": 298
|
|
33608
33720
|
},
|
|
33609
33721
|
"context": {
|
|
33610
33722
|
"type": "variable",
|
|
@@ -33612,8 +33724,8 @@
|
|
|
33612
33724
|
"value": "k-math-div( 28, 14 )",
|
|
33613
33725
|
"scope": "default",
|
|
33614
33726
|
"line": {
|
|
33615
|
-
"start":
|
|
33616
|
-
"end":
|
|
33727
|
+
"start": 299,
|
|
33728
|
+
"end": 299
|
|
33617
33729
|
}
|
|
33618
33730
|
},
|
|
33619
33731
|
"group": [
|
|
@@ -33630,8 +33742,8 @@
|
|
|
33630
33742
|
{
|
|
33631
33743
|
"description": "Border radius for all components.\n",
|
|
33632
33744
|
"commentRange": {
|
|
33633
|
-
"start":
|
|
33634
|
-
"end":
|
|
33745
|
+
"start": 139,
|
|
33746
|
+
"end": 139
|
|
33635
33747
|
},
|
|
33636
33748
|
"context": {
|
|
33637
33749
|
"type": "variable",
|
|
@@ -33639,8 +33751,8 @@
|
|
|
33639
33751
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
33640
33752
|
"scope": "default",
|
|
33641
33753
|
"line": {
|
|
33642
|
-
"start":
|
|
33643
|
-
"end":
|
|
33754
|
+
"start": 140,
|
|
33755
|
+
"end": 140
|
|
33644
33756
|
}
|
|
33645
33757
|
},
|
|
33646
33758
|
"access": "public",
|
|
@@ -33657,8 +33769,8 @@
|
|
|
33657
33769
|
{
|
|
33658
33770
|
"description": "The background of the components' chrome area.\n",
|
|
33659
33771
|
"commentRange": {
|
|
33660
|
-
"start":
|
|
33661
|
-
"end":
|
|
33772
|
+
"start": 351,
|
|
33773
|
+
"end": 351
|
|
33662
33774
|
},
|
|
33663
33775
|
"context": {
|
|
33664
33776
|
"type": "variable",
|
|
@@ -33666,8 +33778,8 @@
|
|
|
33666
33778
|
"value": "k-map-get( $theme, base-bg )",
|
|
33667
33779
|
"scope": "default",
|
|
33668
33780
|
"line": {
|
|
33669
|
-
"start":
|
|
33670
|
-
"end":
|
|
33781
|
+
"start": 352,
|
|
33782
|
+
"end": 352
|
|
33671
33783
|
}
|
|
33672
33784
|
},
|
|
33673
33785
|
"access": "public",
|
|
@@ -33684,8 +33796,8 @@
|
|
|
33684
33796
|
{
|
|
33685
33797
|
"description": "The text color of the components' chrome area.\n",
|
|
33686
33798
|
"commentRange": {
|
|
33687
|
-
"start":
|
|
33688
|
-
"end":
|
|
33799
|
+
"start": 353,
|
|
33800
|
+
"end": 353
|
|
33689
33801
|
},
|
|
33690
33802
|
"context": {
|
|
33691
33803
|
"type": "variable",
|
|
@@ -33693,8 +33805,8 @@
|
|
|
33693
33805
|
"value": "k-map-get( $theme, component-text )",
|
|
33694
33806
|
"scope": "default",
|
|
33695
33807
|
"line": {
|
|
33696
|
-
"start":
|
|
33697
|
-
"end":
|
|
33808
|
+
"start": 354,
|
|
33809
|
+
"end": 354
|
|
33698
33810
|
}
|
|
33699
33811
|
},
|
|
33700
33812
|
"access": "public",
|
|
@@ -33711,8 +33823,8 @@
|
|
|
33711
33823
|
{
|
|
33712
33824
|
"description": "The border of the components' chrome area.\n",
|
|
33713
33825
|
"commentRange": {
|
|
33714
|
-
"start":
|
|
33715
|
-
"end":
|
|
33826
|
+
"start": 355,
|
|
33827
|
+
"end": 355
|
|
33716
33828
|
},
|
|
33717
33829
|
"context": {
|
|
33718
33830
|
"type": "variable",
|
|
@@ -33720,8 +33832,8 @@
|
|
|
33720
33832
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
33721
33833
|
"scope": "default",
|
|
33722
33834
|
"line": {
|
|
33723
|
-
"start":
|
|
33724
|
-
"end":
|
|
33835
|
+
"start": 356,
|
|
33836
|
+
"end": 356
|
|
33725
33837
|
}
|
|
33726
33838
|
},
|
|
33727
33839
|
"access": "public",
|
|
@@ -33738,8 +33850,8 @@
|
|
|
33738
33850
|
{
|
|
33739
33851
|
"description": "The gradient background of the components' chrome area.\n",
|
|
33740
33852
|
"commentRange": {
|
|
33741
|
-
"start":
|
|
33742
|
-
"end":
|
|
33853
|
+
"start": 357,
|
|
33854
|
+
"end": 357
|
|
33743
33855
|
},
|
|
33744
33856
|
"context": {
|
|
33745
33857
|
"type": "variable",
|
|
@@ -33747,8 +33859,8 @@
|
|
|
33747
33859
|
"value": "null",
|
|
33748
33860
|
"scope": "default",
|
|
33749
33861
|
"line": {
|
|
33750
|
-
"start":
|
|
33751
|
-
"end":
|
|
33862
|
+
"start": 358,
|
|
33863
|
+
"end": 358
|
|
33752
33864
|
}
|
|
33753
33865
|
},
|
|
33754
33866
|
"access": "public",
|
|
@@ -33765,8 +33877,8 @@
|
|
|
33765
33877
|
{
|
|
33766
33878
|
"description": "The background of hovered items.\n",
|
|
33767
33879
|
"commentRange": {
|
|
33768
|
-
"start":
|
|
33769
|
-
"end":
|
|
33880
|
+
"start": 360,
|
|
33881
|
+
"end": 360
|
|
33770
33882
|
},
|
|
33771
33883
|
"context": {
|
|
33772
33884
|
"type": "variable",
|
|
@@ -33774,8 +33886,8 @@
|
|
|
33774
33886
|
"value": "k-map-get( $theme, hover-bg )",
|
|
33775
33887
|
"scope": "default",
|
|
33776
33888
|
"line": {
|
|
33777
|
-
"start":
|
|
33778
|
-
"end":
|
|
33889
|
+
"start": 361,
|
|
33890
|
+
"end": 361
|
|
33779
33891
|
}
|
|
33780
33892
|
},
|
|
33781
33893
|
"access": "public",
|
|
@@ -33792,8 +33904,8 @@
|
|
|
33792
33904
|
{
|
|
33793
33905
|
"description": "The text color of hovered items.\n",
|
|
33794
33906
|
"commentRange": {
|
|
33795
|
-
"start":
|
|
33796
|
-
"end":
|
|
33907
|
+
"start": 362,
|
|
33908
|
+
"end": 362
|
|
33797
33909
|
},
|
|
33798
33910
|
"context": {
|
|
33799
33911
|
"type": "variable",
|
|
@@ -33801,8 +33913,8 @@
|
|
|
33801
33913
|
"value": "$kendo-base-text",
|
|
33802
33914
|
"scope": "default",
|
|
33803
33915
|
"line": {
|
|
33804
|
-
"start":
|
|
33805
|
-
"end":
|
|
33916
|
+
"start": 363,
|
|
33917
|
+
"end": 363
|
|
33806
33918
|
}
|
|
33807
33919
|
},
|
|
33808
33920
|
"access": "public",
|
|
@@ -33819,8 +33931,8 @@
|
|
|
33819
33931
|
{
|
|
33820
33932
|
"description": "The border color of hovered items.\n",
|
|
33821
33933
|
"commentRange": {
|
|
33822
|
-
"start":
|
|
33823
|
-
"end":
|
|
33934
|
+
"start": 364,
|
|
33935
|
+
"end": 364
|
|
33824
33936
|
},
|
|
33825
33937
|
"context": {
|
|
33826
33938
|
"type": "variable",
|
|
@@ -33828,8 +33940,8 @@
|
|
|
33828
33940
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
33829
33941
|
"scope": "default",
|
|
33830
33942
|
"line": {
|
|
33831
|
-
"start":
|
|
33832
|
-
"end":
|
|
33943
|
+
"start": 365,
|
|
33944
|
+
"end": 365
|
|
33833
33945
|
}
|
|
33834
33946
|
},
|
|
33835
33947
|
"access": "public",
|
|
@@ -33846,8 +33958,8 @@
|
|
|
33846
33958
|
{
|
|
33847
33959
|
"description": "The gradient background of hovered items.\n",
|
|
33848
33960
|
"commentRange": {
|
|
33849
|
-
"start":
|
|
33850
|
-
"end":
|
|
33961
|
+
"start": 366,
|
|
33962
|
+
"end": 366
|
|
33851
33963
|
},
|
|
33852
33964
|
"context": {
|
|
33853
33965
|
"type": "variable",
|
|
@@ -33855,8 +33967,8 @@
|
|
|
33855
33967
|
"value": "null",
|
|
33856
33968
|
"scope": "default",
|
|
33857
33969
|
"line": {
|
|
33858
|
-
"start":
|
|
33859
|
-
"end":
|
|
33970
|
+
"start": 367,
|
|
33971
|
+
"end": 367
|
|
33860
33972
|
}
|
|
33861
33973
|
},
|
|
33862
33974
|
"access": "public",
|
|
@@ -33873,8 +33985,8 @@
|
|
|
33873
33985
|
{
|
|
33874
33986
|
"description": "The background of selected items.\n",
|
|
33875
33987
|
"commentRange": {
|
|
33876
|
-
"start":
|
|
33877
|
-
"end":
|
|
33988
|
+
"start": 369,
|
|
33989
|
+
"end": 369
|
|
33878
33990
|
},
|
|
33879
33991
|
"context": {
|
|
33880
33992
|
"type": "variable",
|
|
@@ -33882,8 +33994,8 @@
|
|
|
33882
33994
|
"value": "$kendo-color-secondary",
|
|
33883
33995
|
"scope": "default",
|
|
33884
33996
|
"line": {
|
|
33885
|
-
"start":
|
|
33886
|
-
"end":
|
|
33997
|
+
"start": 370,
|
|
33998
|
+
"end": 370
|
|
33887
33999
|
}
|
|
33888
34000
|
},
|
|
33889
34001
|
"access": "public",
|
|
@@ -33900,8 +34012,8 @@
|
|
|
33900
34012
|
{
|
|
33901
34013
|
"description": "The text color of selected items.\n",
|
|
33902
34014
|
"commentRange": {
|
|
33903
|
-
"start":
|
|
33904
|
-
"end":
|
|
34015
|
+
"start": 371,
|
|
34016
|
+
"end": 371
|
|
33905
34017
|
},
|
|
33906
34018
|
"context": {
|
|
33907
34019
|
"type": "variable",
|
|
@@ -33909,8 +34021,8 @@
|
|
|
33909
34021
|
"value": "$kendo-color-secondary-contrast",
|
|
33910
34022
|
"scope": "default",
|
|
33911
34023
|
"line": {
|
|
33912
|
-
"start":
|
|
33913
|
-
"end":
|
|
34024
|
+
"start": 372,
|
|
34025
|
+
"end": 372
|
|
33914
34026
|
}
|
|
33915
34027
|
},
|
|
33916
34028
|
"access": "public",
|
|
@@ -33927,8 +34039,8 @@
|
|
|
33927
34039
|
{
|
|
33928
34040
|
"description": "The border color of selected items.\n",
|
|
33929
34041
|
"commentRange": {
|
|
33930
|
-
"start":
|
|
33931
|
-
"end":
|
|
34042
|
+
"start": 373,
|
|
34043
|
+
"end": 373
|
|
33932
34044
|
},
|
|
33933
34045
|
"context": {
|
|
33934
34046
|
"type": "variable",
|
|
@@ -33936,8 +34048,8 @@
|
|
|
33936
34048
|
"value": "rgba( $kendo-base-border, .1 )",
|
|
33937
34049
|
"scope": "default",
|
|
33938
34050
|
"line": {
|
|
33939
|
-
"start":
|
|
33940
|
-
"end":
|
|
34051
|
+
"start": 374,
|
|
34052
|
+
"end": 374
|
|
33941
34053
|
}
|
|
33942
34054
|
},
|
|
33943
34055
|
"access": "public",
|
|
@@ -33954,8 +34066,8 @@
|
|
|
33954
34066
|
{
|
|
33955
34067
|
"description": "The gradient background of selected items.\n",
|
|
33956
34068
|
"commentRange": {
|
|
33957
|
-
"start":
|
|
33958
|
-
"end":
|
|
34069
|
+
"start": 375,
|
|
34070
|
+
"end": 375
|
|
33959
34071
|
},
|
|
33960
34072
|
"context": {
|
|
33961
34073
|
"type": "variable",
|
|
@@ -33963,8 +34075,8 @@
|
|
|
33963
34075
|
"value": "null",
|
|
33964
34076
|
"scope": "default",
|
|
33965
34077
|
"line": {
|
|
33966
|
-
"start":
|
|
33967
|
-
"end":
|
|
34078
|
+
"start": 376,
|
|
34079
|
+
"end": 376
|
|
33968
34080
|
}
|
|
33969
34081
|
},
|
|
33970
34082
|
"access": "public",
|
|
@@ -35611,8 +35723,8 @@
|
|
|
35611
35723
|
{
|
|
35612
35724
|
"description": "Border radius for all components.\n",
|
|
35613
35725
|
"commentRange": {
|
|
35614
|
-
"start":
|
|
35615
|
-
"end":
|
|
35726
|
+
"start": 139,
|
|
35727
|
+
"end": 139
|
|
35616
35728
|
},
|
|
35617
35729
|
"context": {
|
|
35618
35730
|
"type": "variable",
|
|
@@ -35620,8 +35732,8 @@
|
|
|
35620
35732
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
35621
35733
|
"scope": "default",
|
|
35622
35734
|
"line": {
|
|
35623
|
-
"start":
|
|
35624
|
-
"end":
|
|
35735
|
+
"start": 140,
|
|
35736
|
+
"end": 140
|
|
35625
35737
|
}
|
|
35626
35738
|
},
|
|
35627
35739
|
"access": "public",
|
|
@@ -35638,8 +35750,8 @@
|
|
|
35638
35750
|
{
|
|
35639
35751
|
"description": "The background of the components' chrome area.\n",
|
|
35640
35752
|
"commentRange": {
|
|
35641
|
-
"start":
|
|
35642
|
-
"end":
|
|
35753
|
+
"start": 351,
|
|
35754
|
+
"end": 351
|
|
35643
35755
|
},
|
|
35644
35756
|
"context": {
|
|
35645
35757
|
"type": "variable",
|
|
@@ -35647,8 +35759,8 @@
|
|
|
35647
35759
|
"value": "k-map-get( $theme, base-bg )",
|
|
35648
35760
|
"scope": "default",
|
|
35649
35761
|
"line": {
|
|
35650
|
-
"start":
|
|
35651
|
-
"end":
|
|
35762
|
+
"start": 352,
|
|
35763
|
+
"end": 352
|
|
35652
35764
|
}
|
|
35653
35765
|
},
|
|
35654
35766
|
"access": "public",
|
|
@@ -35665,8 +35777,8 @@
|
|
|
35665
35777
|
{
|
|
35666
35778
|
"description": "The text color of the components' chrome area.\n",
|
|
35667
35779
|
"commentRange": {
|
|
35668
|
-
"start":
|
|
35669
|
-
"end":
|
|
35780
|
+
"start": 353,
|
|
35781
|
+
"end": 353
|
|
35670
35782
|
},
|
|
35671
35783
|
"context": {
|
|
35672
35784
|
"type": "variable",
|
|
@@ -35674,8 +35786,8 @@
|
|
|
35674
35786
|
"value": "k-map-get( $theme, component-text )",
|
|
35675
35787
|
"scope": "default",
|
|
35676
35788
|
"line": {
|
|
35677
|
-
"start":
|
|
35678
|
-
"end":
|
|
35789
|
+
"start": 354,
|
|
35790
|
+
"end": 354
|
|
35679
35791
|
}
|
|
35680
35792
|
},
|
|
35681
35793
|
"access": "public",
|
|
@@ -35692,8 +35804,8 @@
|
|
|
35692
35804
|
{
|
|
35693
35805
|
"description": "The border of the components' chrome area.\n",
|
|
35694
35806
|
"commentRange": {
|
|
35695
|
-
"start":
|
|
35696
|
-
"end":
|
|
35807
|
+
"start": 355,
|
|
35808
|
+
"end": 355
|
|
35697
35809
|
},
|
|
35698
35810
|
"context": {
|
|
35699
35811
|
"type": "variable",
|
|
@@ -35701,8 +35813,8 @@
|
|
|
35701
35813
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
35702
35814
|
"scope": "default",
|
|
35703
35815
|
"line": {
|
|
35704
|
-
"start":
|
|
35705
|
-
"end":
|
|
35816
|
+
"start": 356,
|
|
35817
|
+
"end": 356
|
|
35706
35818
|
}
|
|
35707
35819
|
},
|
|
35708
35820
|
"access": "public",
|
|
@@ -35719,8 +35831,8 @@
|
|
|
35719
35831
|
{
|
|
35720
35832
|
"description": "The gradient background of the components' chrome area.\n",
|
|
35721
35833
|
"commentRange": {
|
|
35722
|
-
"start":
|
|
35723
|
-
"end":
|
|
35834
|
+
"start": 357,
|
|
35835
|
+
"end": 357
|
|
35724
35836
|
},
|
|
35725
35837
|
"context": {
|
|
35726
35838
|
"type": "variable",
|
|
@@ -35728,8 +35840,8 @@
|
|
|
35728
35840
|
"value": "null",
|
|
35729
35841
|
"scope": "default",
|
|
35730
35842
|
"line": {
|
|
35731
|
-
"start":
|
|
35732
|
-
"end":
|
|
35843
|
+
"start": 358,
|
|
35844
|
+
"end": 358
|
|
35733
35845
|
}
|
|
35734
35846
|
},
|
|
35735
35847
|
"access": "public",
|
|
@@ -35746,8 +35858,8 @@
|
|
|
35746
35858
|
{
|
|
35747
35859
|
"description": "The background of hovered items.\n",
|
|
35748
35860
|
"commentRange": {
|
|
35749
|
-
"start":
|
|
35750
|
-
"end":
|
|
35861
|
+
"start": 360,
|
|
35862
|
+
"end": 360
|
|
35751
35863
|
},
|
|
35752
35864
|
"context": {
|
|
35753
35865
|
"type": "variable",
|
|
@@ -35755,8 +35867,8 @@
|
|
|
35755
35867
|
"value": "k-map-get( $theme, hover-bg )",
|
|
35756
35868
|
"scope": "default",
|
|
35757
35869
|
"line": {
|
|
35758
|
-
"start":
|
|
35759
|
-
"end":
|
|
35870
|
+
"start": 361,
|
|
35871
|
+
"end": 361
|
|
35760
35872
|
}
|
|
35761
35873
|
},
|
|
35762
35874
|
"access": "public",
|
|
@@ -35773,8 +35885,8 @@
|
|
|
35773
35885
|
{
|
|
35774
35886
|
"description": "The text color of hovered items.\n",
|
|
35775
35887
|
"commentRange": {
|
|
35776
|
-
"start":
|
|
35777
|
-
"end":
|
|
35888
|
+
"start": 362,
|
|
35889
|
+
"end": 362
|
|
35778
35890
|
},
|
|
35779
35891
|
"context": {
|
|
35780
35892
|
"type": "variable",
|
|
@@ -35782,8 +35894,8 @@
|
|
|
35782
35894
|
"value": "$kendo-base-text",
|
|
35783
35895
|
"scope": "default",
|
|
35784
35896
|
"line": {
|
|
35785
|
-
"start":
|
|
35786
|
-
"end":
|
|
35897
|
+
"start": 363,
|
|
35898
|
+
"end": 363
|
|
35787
35899
|
}
|
|
35788
35900
|
},
|
|
35789
35901
|
"access": "public",
|
|
@@ -35800,8 +35912,8 @@
|
|
|
35800
35912
|
{
|
|
35801
35913
|
"description": "The border color of hovered items.\n",
|
|
35802
35914
|
"commentRange": {
|
|
35803
|
-
"start":
|
|
35804
|
-
"end":
|
|
35915
|
+
"start": 364,
|
|
35916
|
+
"end": 364
|
|
35805
35917
|
},
|
|
35806
35918
|
"context": {
|
|
35807
35919
|
"type": "variable",
|
|
@@ -35809,8 +35921,8 @@
|
|
|
35809
35921
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
35810
35922
|
"scope": "default",
|
|
35811
35923
|
"line": {
|
|
35812
|
-
"start":
|
|
35813
|
-
"end":
|
|
35924
|
+
"start": 365,
|
|
35925
|
+
"end": 365
|
|
35814
35926
|
}
|
|
35815
35927
|
},
|
|
35816
35928
|
"access": "public",
|
|
@@ -35827,8 +35939,8 @@
|
|
|
35827
35939
|
{
|
|
35828
35940
|
"description": "The gradient background of hovered items.\n",
|
|
35829
35941
|
"commentRange": {
|
|
35830
|
-
"start":
|
|
35831
|
-
"end":
|
|
35942
|
+
"start": 366,
|
|
35943
|
+
"end": 366
|
|
35832
35944
|
},
|
|
35833
35945
|
"context": {
|
|
35834
35946
|
"type": "variable",
|
|
@@ -35836,8 +35948,8 @@
|
|
|
35836
35948
|
"value": "null",
|
|
35837
35949
|
"scope": "default",
|
|
35838
35950
|
"line": {
|
|
35839
|
-
"start":
|
|
35840
|
-
"end":
|
|
35951
|
+
"start": 367,
|
|
35952
|
+
"end": 367
|
|
35841
35953
|
}
|
|
35842
35954
|
},
|
|
35843
35955
|
"access": "public",
|
|
@@ -35854,8 +35966,8 @@
|
|
|
35854
35966
|
{
|
|
35855
35967
|
"description": "The background of selected items.\n",
|
|
35856
35968
|
"commentRange": {
|
|
35857
|
-
"start":
|
|
35858
|
-
"end":
|
|
35969
|
+
"start": 369,
|
|
35970
|
+
"end": 369
|
|
35859
35971
|
},
|
|
35860
35972
|
"context": {
|
|
35861
35973
|
"type": "variable",
|
|
@@ -35863,8 +35975,8 @@
|
|
|
35863
35975
|
"value": "$kendo-color-secondary",
|
|
35864
35976
|
"scope": "default",
|
|
35865
35977
|
"line": {
|
|
35866
|
-
"start":
|
|
35867
|
-
"end":
|
|
35978
|
+
"start": 370,
|
|
35979
|
+
"end": 370
|
|
35868
35980
|
}
|
|
35869
35981
|
},
|
|
35870
35982
|
"access": "public",
|
|
@@ -35881,8 +35993,8 @@
|
|
|
35881
35993
|
{
|
|
35882
35994
|
"description": "The text color of selected items.\n",
|
|
35883
35995
|
"commentRange": {
|
|
35884
|
-
"start":
|
|
35885
|
-
"end":
|
|
35996
|
+
"start": 371,
|
|
35997
|
+
"end": 371
|
|
35886
35998
|
},
|
|
35887
35999
|
"context": {
|
|
35888
36000
|
"type": "variable",
|
|
@@ -35890,8 +36002,8 @@
|
|
|
35890
36002
|
"value": "$kendo-color-secondary-contrast",
|
|
35891
36003
|
"scope": "default",
|
|
35892
36004
|
"line": {
|
|
35893
|
-
"start":
|
|
35894
|
-
"end":
|
|
36005
|
+
"start": 372,
|
|
36006
|
+
"end": 372
|
|
35895
36007
|
}
|
|
35896
36008
|
},
|
|
35897
36009
|
"access": "public",
|
|
@@ -35908,8 +36020,8 @@
|
|
|
35908
36020
|
{
|
|
35909
36021
|
"description": "The border color of selected items.\n",
|
|
35910
36022
|
"commentRange": {
|
|
35911
|
-
"start":
|
|
35912
|
-
"end":
|
|
36023
|
+
"start": 373,
|
|
36024
|
+
"end": 373
|
|
35913
36025
|
},
|
|
35914
36026
|
"context": {
|
|
35915
36027
|
"type": "variable",
|
|
@@ -35917,8 +36029,8 @@
|
|
|
35917
36029
|
"value": "rgba( $kendo-base-border, .1 )",
|
|
35918
36030
|
"scope": "default",
|
|
35919
36031
|
"line": {
|
|
35920
|
-
"start":
|
|
35921
|
-
"end":
|
|
36032
|
+
"start": 374,
|
|
36033
|
+
"end": 374
|
|
35922
36034
|
}
|
|
35923
36035
|
},
|
|
35924
36036
|
"access": "public",
|
|
@@ -35935,8 +36047,8 @@
|
|
|
35935
36047
|
{
|
|
35936
36048
|
"description": "The gradient background of selected items.\n",
|
|
35937
36049
|
"commentRange": {
|
|
35938
|
-
"start":
|
|
35939
|
-
"end":
|
|
36050
|
+
"start": 375,
|
|
36051
|
+
"end": 375
|
|
35940
36052
|
},
|
|
35941
36053
|
"context": {
|
|
35942
36054
|
"type": "variable",
|
|
@@ -35944,8 +36056,8 @@
|
|
|
35944
36056
|
"value": "null",
|
|
35945
36057
|
"scope": "default",
|
|
35946
36058
|
"line": {
|
|
35947
|
-
"start":
|
|
35948
|
-
"end":
|
|
36059
|
+
"start": 376,
|
|
36060
|
+
"end": 376
|
|
35949
36061
|
}
|
|
35950
36062
|
},
|
|
35951
36063
|
"access": "public",
|
|
@@ -44773,11 +44885,67 @@
|
|
|
44773
44885
|
"id": "color-system",
|
|
44774
44886
|
"title": "Color System",
|
|
44775
44887
|
"variables": [
|
|
44888
|
+
{
|
|
44889
|
+
"description": "The color white.\nNote: you cannot change this value.\n",
|
|
44890
|
+
"commentRange": {
|
|
44891
|
+
"start": 3,
|
|
44892
|
+
"end": 6
|
|
44893
|
+
},
|
|
44894
|
+
"context": {
|
|
44895
|
+
"type": "variable",
|
|
44896
|
+
"name": "kendo-color-white",
|
|
44897
|
+
"value": "#ffffff",
|
|
44898
|
+
"scope": "private",
|
|
44899
|
+
"line": {
|
|
44900
|
+
"start": 7,
|
|
44901
|
+
"end": 7
|
|
44902
|
+
}
|
|
44903
|
+
},
|
|
44904
|
+
"type": "Color",
|
|
44905
|
+
"group": [
|
|
44906
|
+
"color-system"
|
|
44907
|
+
],
|
|
44908
|
+
"access": "public",
|
|
44909
|
+
"file": {
|
|
44910
|
+
"path": "_variables.scss",
|
|
44911
|
+
"name": "_variables.scss"
|
|
44912
|
+
},
|
|
44913
|
+
"resolvedValue": "#ffffff",
|
|
44914
|
+
"resolvedType": "Color"
|
|
44915
|
+
},
|
|
44916
|
+
{
|
|
44917
|
+
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
44918
|
+
"commentRange": {
|
|
44919
|
+
"start": 9,
|
|
44920
|
+
"end": 12
|
|
44921
|
+
},
|
|
44922
|
+
"context": {
|
|
44923
|
+
"type": "variable",
|
|
44924
|
+
"name": "kendo-color-black",
|
|
44925
|
+
"value": "#000000",
|
|
44926
|
+
"scope": "private",
|
|
44927
|
+
"line": {
|
|
44928
|
+
"start": 13,
|
|
44929
|
+
"end": 13
|
|
44930
|
+
}
|
|
44931
|
+
},
|
|
44932
|
+
"type": "Color",
|
|
44933
|
+
"group": [
|
|
44934
|
+
"color-system"
|
|
44935
|
+
],
|
|
44936
|
+
"access": "public",
|
|
44937
|
+
"file": {
|
|
44938
|
+
"path": "_variables.scss",
|
|
44939
|
+
"name": "_variables.scss"
|
|
44940
|
+
},
|
|
44941
|
+
"resolvedValue": "#000000",
|
|
44942
|
+
"resolvedType": "Color"
|
|
44943
|
+
},
|
|
44776
44944
|
{
|
|
44777
44945
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
44778
44946
|
"commentRange": {
|
|
44779
|
-
"start":
|
|
44780
|
-
"end":
|
|
44947
|
+
"start": 165,
|
|
44948
|
+
"end": 168
|
|
44781
44949
|
},
|
|
44782
44950
|
"context": {
|
|
44783
44951
|
"type": "variable",
|
|
@@ -44785,8 +44953,8 @@
|
|
|
44785
44953
|
"value": "material-color( $primary-palette, main )",
|
|
44786
44954
|
"scope": "default",
|
|
44787
44955
|
"line": {
|
|
44788
|
-
"start":
|
|
44789
|
-
"end":
|
|
44956
|
+
"start": 169,
|
|
44957
|
+
"end": 169
|
|
44790
44958
|
}
|
|
44791
44959
|
},
|
|
44792
44960
|
"group": [
|
|
@@ -44804,8 +44972,8 @@
|
|
|
44804
44972
|
{
|
|
44805
44973
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
44806
44974
|
"commentRange": {
|
|
44807
|
-
"start":
|
|
44808
|
-
"end":
|
|
44975
|
+
"start": 173,
|
|
44976
|
+
"end": 176
|
|
44809
44977
|
},
|
|
44810
44978
|
"context": {
|
|
44811
44979
|
"type": "variable",
|
|
@@ -44813,8 +44981,8 @@
|
|
|
44813
44981
|
"value": "material-color( $primary-palette, main-contrast )",
|
|
44814
44982
|
"scope": "default",
|
|
44815
44983
|
"line": {
|
|
44816
|
-
"start":
|
|
44817
|
-
"end":
|
|
44984
|
+
"start": 177,
|
|
44985
|
+
"end": 177
|
|
44818
44986
|
}
|
|
44819
44987
|
},
|
|
44820
44988
|
"group": [
|
|
@@ -44832,8 +45000,8 @@
|
|
|
44832
45000
|
{
|
|
44833
45001
|
"description": "The secondary color of the theme.\n",
|
|
44834
45002
|
"commentRange": {
|
|
44835
|
-
"start":
|
|
44836
|
-
"end":
|
|
45003
|
+
"start": 179,
|
|
45004
|
+
"end": 181
|
|
44837
45005
|
},
|
|
44838
45006
|
"context": {
|
|
44839
45007
|
"type": "variable",
|
|
@@ -44841,8 +45009,8 @@
|
|
|
44841
45009
|
"value": "material-color( $secondary-palette, main )",
|
|
44842
45010
|
"scope": "default",
|
|
44843
45011
|
"line": {
|
|
44844
|
-
"start":
|
|
44845
|
-
"end":
|
|
45012
|
+
"start": 182,
|
|
45013
|
+
"end": 182
|
|
44846
45014
|
}
|
|
44847
45015
|
},
|
|
44848
45016
|
"group": [
|
|
@@ -44860,8 +45028,8 @@
|
|
|
44860
45028
|
{
|
|
44861
45029
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
44862
45030
|
"commentRange": {
|
|
44863
|
-
"start":
|
|
44864
|
-
"end":
|
|
45031
|
+
"start": 186,
|
|
45032
|
+
"end": 189
|
|
44865
45033
|
},
|
|
44866
45034
|
"context": {
|
|
44867
45035
|
"type": "variable",
|
|
@@ -44869,8 +45037,8 @@
|
|
|
44869
45037
|
"value": "material-color( $secondary-palette, main-contrast )",
|
|
44870
45038
|
"scope": "default",
|
|
44871
45039
|
"line": {
|
|
44872
|
-
"start":
|
|
44873
|
-
"end":
|
|
45040
|
+
"start": 190,
|
|
45041
|
+
"end": 190
|
|
44874
45042
|
}
|
|
44875
45043
|
},
|
|
44876
45044
|
"group": [
|
|
@@ -44888,8 +45056,8 @@
|
|
|
44888
45056
|
{
|
|
44889
45057
|
"description": "The tertiary color of the theme.\n",
|
|
44890
45058
|
"commentRange": {
|
|
44891
|
-
"start":
|
|
44892
|
-
"end":
|
|
45059
|
+
"start": 192,
|
|
45060
|
+
"end": 194
|
|
44893
45061
|
},
|
|
44894
45062
|
"context": {
|
|
44895
45063
|
"type": "variable",
|
|
@@ -44897,8 +45065,8 @@
|
|
|
44897
45065
|
"value": "material-color($tertiary-palette, main)",
|
|
44898
45066
|
"scope": "default",
|
|
44899
45067
|
"line": {
|
|
44900
|
-
"start":
|
|
44901
|
-
"end":
|
|
45068
|
+
"start": 195,
|
|
45069
|
+
"end": 195
|
|
44902
45070
|
}
|
|
44903
45071
|
},
|
|
44904
45072
|
"group": [
|
|
@@ -44916,8 +45084,8 @@
|
|
|
44916
45084
|
{
|
|
44917
45085
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
44918
45086
|
"commentRange": {
|
|
44919
|
-
"start":
|
|
44920
|
-
"end":
|
|
45087
|
+
"start": 199,
|
|
45088
|
+
"end": 202
|
|
44921
45089
|
},
|
|
44922
45090
|
"context": {
|
|
44923
45091
|
"type": "variable",
|
|
@@ -44925,8 +45093,8 @@
|
|
|
44925
45093
|
"value": "material-color($tertiary-palette, main-contrast)",
|
|
44926
45094
|
"scope": "default",
|
|
44927
45095
|
"line": {
|
|
44928
|
-
"start":
|
|
44929
|
-
"end":
|
|
45096
|
+
"start": 203,
|
|
45097
|
+
"end": 203
|
|
44930
45098
|
}
|
|
44931
45099
|
},
|
|
44932
45100
|
"group": [
|
|
@@ -44944,8 +45112,8 @@
|
|
|
44944
45112
|
{
|
|
44945
45113
|
"description": "The color for informational messages and states.\n",
|
|
44946
45114
|
"commentRange": {
|
|
44947
|
-
"start":
|
|
44948
|
-
"end":
|
|
45115
|
+
"start": 205,
|
|
45116
|
+
"end": 207
|
|
44949
45117
|
},
|
|
44950
45118
|
"context": {
|
|
44951
45119
|
"type": "variable",
|
|
@@ -44953,8 +45121,8 @@
|
|
|
44953
45121
|
"value": "#0058e9",
|
|
44954
45122
|
"scope": "default",
|
|
44955
45123
|
"line": {
|
|
44956
|
-
"start":
|
|
44957
|
-
"end":
|
|
45124
|
+
"start": 208,
|
|
45125
|
+
"end": 208
|
|
44958
45126
|
}
|
|
44959
45127
|
},
|
|
44960
45128
|
"group": [
|
|
@@ -44972,8 +45140,8 @@
|
|
|
44972
45140
|
{
|
|
44973
45141
|
"description": "The color for success messages and states.\n",
|
|
44974
45142
|
"commentRange": {
|
|
44975
|
-
"start":
|
|
44976
|
-
"end":
|
|
45143
|
+
"start": 212,
|
|
45144
|
+
"end": 214
|
|
44977
45145
|
},
|
|
44978
45146
|
"context": {
|
|
44979
45147
|
"type": "variable",
|
|
@@ -44981,8 +45149,8 @@
|
|
|
44981
45149
|
"value": "#37b400",
|
|
44982
45150
|
"scope": "default",
|
|
44983
45151
|
"line": {
|
|
44984
|
-
"start":
|
|
44985
|
-
"end":
|
|
45152
|
+
"start": 215,
|
|
45153
|
+
"end": 215
|
|
44986
45154
|
}
|
|
44987
45155
|
},
|
|
44988
45156
|
"group": [
|
|
@@ -45000,8 +45168,8 @@
|
|
|
45000
45168
|
{
|
|
45001
45169
|
"description": "The color for warning messages and states.\n",
|
|
45002
45170
|
"commentRange": {
|
|
45003
|
-
"start":
|
|
45004
|
-
"end":
|
|
45171
|
+
"start": 219,
|
|
45172
|
+
"end": 221
|
|
45005
45173
|
},
|
|
45006
45174
|
"context": {
|
|
45007
45175
|
"type": "variable",
|
|
@@ -45009,8 +45177,8 @@
|
|
|
45009
45177
|
"value": "#ffc000",
|
|
45010
45178
|
"scope": "default",
|
|
45011
45179
|
"line": {
|
|
45012
|
-
"start":
|
|
45013
|
-
"end":
|
|
45180
|
+
"start": 222,
|
|
45181
|
+
"end": 222
|
|
45014
45182
|
}
|
|
45015
45183
|
},
|
|
45016
45184
|
"group": [
|
|
@@ -45028,8 +45196,8 @@
|
|
|
45028
45196
|
{
|
|
45029
45197
|
"description": "The color for error messages and states.\n",
|
|
45030
45198
|
"commentRange": {
|
|
45031
|
-
"start":
|
|
45032
|
-
"end":
|
|
45199
|
+
"start": 226,
|
|
45200
|
+
"end": 228
|
|
45033
45201
|
},
|
|
45034
45202
|
"context": {
|
|
45035
45203
|
"type": "variable",
|
|
@@ -45037,8 +45205,8 @@
|
|
|
45037
45205
|
"value": "#f31700",
|
|
45038
45206
|
"scope": "default",
|
|
45039
45207
|
"line": {
|
|
45040
|
-
"start":
|
|
45041
|
-
"end":
|
|
45208
|
+
"start": 229,
|
|
45209
|
+
"end": 229
|
|
45042
45210
|
}
|
|
45043
45211
|
},
|
|
45044
45212
|
"group": [
|
|
@@ -45056,8 +45224,8 @@
|
|
|
45056
45224
|
{
|
|
45057
45225
|
"description": "The dark color of the theme.\n",
|
|
45058
45226
|
"commentRange": {
|
|
45059
|
-
"start":
|
|
45060
|
-
"end":
|
|
45227
|
+
"start": 233,
|
|
45228
|
+
"end": 235
|
|
45061
45229
|
},
|
|
45062
45230
|
"context": {
|
|
45063
45231
|
"type": "variable",
|
|
@@ -45065,8 +45233,8 @@
|
|
|
45065
45233
|
"value": "get-base-hue( gray, 800 )",
|
|
45066
45234
|
"scope": "default",
|
|
45067
45235
|
"line": {
|
|
45068
|
-
"start":
|
|
45069
|
-
"end":
|
|
45236
|
+
"start": 236,
|
|
45237
|
+
"end": 236
|
|
45070
45238
|
}
|
|
45071
45239
|
},
|
|
45072
45240
|
"group": [
|
|
@@ -45084,8 +45252,8 @@
|
|
|
45084
45252
|
{
|
|
45085
45253
|
"description": "The light color of the theme.\n",
|
|
45086
45254
|
"commentRange": {
|
|
45087
|
-
"start":
|
|
45088
|
-
"end":
|
|
45255
|
+
"start": 238,
|
|
45256
|
+
"end": 240
|
|
45089
45257
|
},
|
|
45090
45258
|
"context": {
|
|
45091
45259
|
"type": "variable",
|
|
@@ -45093,8 +45261,8 @@
|
|
|
45093
45261
|
"value": "get-base-hue( gray, 100 )",
|
|
45094
45262
|
"scope": "default",
|
|
45095
45263
|
"line": {
|
|
45096
|
-
"start":
|
|
45097
|
-
"end":
|
|
45264
|
+
"start": 241,
|
|
45265
|
+
"end": 241
|
|
45098
45266
|
}
|
|
45099
45267
|
},
|
|
45100
45268
|
"group": [
|
|
@@ -45112,8 +45280,8 @@
|
|
|
45112
45280
|
{
|
|
45113
45281
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
45114
45282
|
"commentRange": {
|
|
45115
|
-
"start":
|
|
45116
|
-
"end":
|
|
45283
|
+
"start": 243,
|
|
45284
|
+
"end": 244
|
|
45117
45285
|
},
|
|
45118
45286
|
"context": {
|
|
45119
45287
|
"type": "variable",
|
|
@@ -45121,8 +45289,8 @@
|
|
|
45121
45289
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
45122
45290
|
"scope": "default",
|
|
45123
45291
|
"line": {
|
|
45124
|
-
"start":
|
|
45125
|
-
"end":
|
|
45292
|
+
"start": 245,
|
|
45293
|
+
"end": 245
|
|
45126
45294
|
}
|
|
45127
45295
|
},
|
|
45128
45296
|
"group": [
|
|
@@ -45135,6 +45303,62 @@
|
|
|
45135
45303
|
},
|
|
45136
45304
|
"resolvedValue": "#424242",
|
|
45137
45305
|
"resolvedType": "Color"
|
|
45306
|
+
},
|
|
45307
|
+
{
|
|
45308
|
+
"description": "The color white.\nNote: you cannot change this value.\n",
|
|
45309
|
+
"commentRange": {
|
|
45310
|
+
"start": 3,
|
|
45311
|
+
"end": 6
|
|
45312
|
+
},
|
|
45313
|
+
"context": {
|
|
45314
|
+
"type": "variable",
|
|
45315
|
+
"name": "kendo-color-white",
|
|
45316
|
+
"value": "#ffffff",
|
|
45317
|
+
"scope": "private",
|
|
45318
|
+
"line": {
|
|
45319
|
+
"start": 7,
|
|
45320
|
+
"end": 7
|
|
45321
|
+
}
|
|
45322
|
+
},
|
|
45323
|
+
"type": "Color",
|
|
45324
|
+
"group": [
|
|
45325
|
+
"color-system"
|
|
45326
|
+
],
|
|
45327
|
+
"access": "public",
|
|
45328
|
+
"file": {
|
|
45329
|
+
"path": "core/color-system/_color-system-material.scss",
|
|
45330
|
+
"name": "_color-system-material.scss"
|
|
45331
|
+
},
|
|
45332
|
+
"resolvedValue": "#ffffff",
|
|
45333
|
+
"resolvedType": "Color"
|
|
45334
|
+
},
|
|
45335
|
+
{
|
|
45336
|
+
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
45337
|
+
"commentRange": {
|
|
45338
|
+
"start": 9,
|
|
45339
|
+
"end": 12
|
|
45340
|
+
},
|
|
45341
|
+
"context": {
|
|
45342
|
+
"type": "variable",
|
|
45343
|
+
"name": "kendo-color-black",
|
|
45344
|
+
"value": "#000000",
|
|
45345
|
+
"scope": "private",
|
|
45346
|
+
"line": {
|
|
45347
|
+
"start": 13,
|
|
45348
|
+
"end": 13
|
|
45349
|
+
}
|
|
45350
|
+
},
|
|
45351
|
+
"type": "Color",
|
|
45352
|
+
"group": [
|
|
45353
|
+
"color-system"
|
|
45354
|
+
],
|
|
45355
|
+
"access": "public",
|
|
45356
|
+
"file": {
|
|
45357
|
+
"path": "core/color-system/_color-system-material.scss",
|
|
45358
|
+
"name": "_color-system-material.scss"
|
|
45359
|
+
},
|
|
45360
|
+
"resolvedValue": "#000000",
|
|
45361
|
+
"resolvedType": "Color"
|
|
45138
45362
|
}
|
|
45139
45363
|
]
|
|
45140
45364
|
},
|
|
@@ -46021,8 +46245,8 @@
|
|
|
46021
46245
|
{
|
|
46022
46246
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
46023
46247
|
"commentRange": {
|
|
46024
|
-
"start":
|
|
46025
|
-
"end":
|
|
46248
|
+
"start": 337,
|
|
46249
|
+
"end": 339
|
|
46026
46250
|
},
|
|
46027
46251
|
"context": {
|
|
46028
46252
|
"type": "variable",
|
|
@@ -46030,8 +46254,8 @@
|
|
|
46030
46254
|
"value": "k-map-get( $theme, component-bg )",
|
|
46031
46255
|
"scope": "default",
|
|
46032
46256
|
"line": {
|
|
46033
|
-
"start":
|
|
46034
|
-
"end":
|
|
46257
|
+
"start": 340,
|
|
46258
|
+
"end": 340
|
|
46035
46259
|
}
|
|
46036
46260
|
},
|
|
46037
46261
|
"group": [
|
|
@@ -46048,8 +46272,8 @@
|
|
|
46048
46272
|
{
|
|
46049
46273
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
46050
46274
|
"commentRange": {
|
|
46051
|
-
"start":
|
|
46052
|
-
"end":
|
|
46275
|
+
"start": 341,
|
|
46276
|
+
"end": 343
|
|
46053
46277
|
},
|
|
46054
46278
|
"context": {
|
|
46055
46279
|
"type": "variable",
|
|
@@ -46057,8 +46281,8 @@
|
|
|
46057
46281
|
"value": "k-map-get( $theme, component-text )",
|
|
46058
46282
|
"scope": "default",
|
|
46059
46283
|
"line": {
|
|
46060
|
-
"start":
|
|
46061
|
-
"end":
|
|
46284
|
+
"start": 344,
|
|
46285
|
+
"end": 344
|
|
46062
46286
|
}
|
|
46063
46287
|
},
|
|
46064
46288
|
"group": [
|
|
@@ -46075,8 +46299,8 @@
|
|
|
46075
46299
|
{
|
|
46076
46300
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
46077
46301
|
"commentRange": {
|
|
46078
|
-
"start":
|
|
46079
|
-
"end":
|
|
46302
|
+
"start": 345,
|
|
46303
|
+
"end": 347
|
|
46080
46304
|
},
|
|
46081
46305
|
"context": {
|
|
46082
46306
|
"type": "variable",
|
|
@@ -46084,8 +46308,8 @@
|
|
|
46084
46308
|
"value": "k-map-get( $theme, component-border )",
|
|
46085
46309
|
"scope": "default",
|
|
46086
46310
|
"line": {
|
|
46087
|
-
"start":
|
|
46088
|
-
"end":
|
|
46311
|
+
"start": 348,
|
|
46312
|
+
"end": 348
|
|
46089
46313
|
}
|
|
46090
46314
|
},
|
|
46091
46315
|
"group": [
|
|
@@ -63895,8 +64119,8 @@
|
|
|
63895
64119
|
{
|
|
63896
64120
|
"description": "Color of shadows\n",
|
|
63897
64121
|
"commentRange": {
|
|
63898
|
-
"start":
|
|
63899
|
-
"end":
|
|
64122
|
+
"start": 89,
|
|
64123
|
+
"end": 90
|
|
63900
64124
|
},
|
|
63901
64125
|
"context": {
|
|
63902
64126
|
"type": "variable",
|
|
@@ -63904,8 +64128,8 @@
|
|
|
63904
64128
|
"value": "k-map-get( $theme, elevation )",
|
|
63905
64129
|
"scope": "default",
|
|
63906
64130
|
"line": {
|
|
63907
|
-
"start":
|
|
63908
|
-
"end":
|
|
64131
|
+
"start": 91,
|
|
64132
|
+
"end": 91
|
|
63909
64133
|
}
|
|
63910
64134
|
},
|
|
63911
64135
|
"group": [
|
|
@@ -63922,8 +64146,8 @@
|
|
|
63922
64146
|
{
|
|
63923
64147
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
63924
64148
|
"commentRange": {
|
|
63925
|
-
"start":
|
|
63926
|
-
"end":
|
|
64149
|
+
"start": 93,
|
|
64150
|
+
"end": 95
|
|
63927
64151
|
},
|
|
63928
64152
|
"context": {
|
|
63929
64153
|
"type": "variable",
|
|
@@ -63931,8 +64155,8 @@
|
|
|
63931
64155
|
"value": "0 2px 1px -1px rgba( $elevation, .2 ), 0 1px 1px 0 rgba( $elevation, .14 ), 0 1px 3px 0 rgba( $elevation, .12 )",
|
|
63932
64156
|
"scope": "default",
|
|
63933
64157
|
"line": {
|
|
63934
|
-
"start":
|
|
63935
|
-
"end":
|
|
64158
|
+
"start": 96,
|
|
64159
|
+
"end": 96
|
|
63936
64160
|
}
|
|
63937
64161
|
},
|
|
63938
64162
|
"group": [
|
|
@@ -63949,8 +64173,8 @@
|
|
|
63949
64173
|
{
|
|
63950
64174
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
63951
64175
|
"commentRange": {
|
|
63952
|
-
"start":
|
|
63953
|
-
"end":
|
|
64176
|
+
"start": 97,
|
|
64177
|
+
"end": 99
|
|
63954
64178
|
},
|
|
63955
64179
|
"context": {
|
|
63956
64180
|
"type": "variable",
|
|
@@ -63958,8 +64182,8 @@
|
|
|
63958
64182
|
"value": "0 3px 1px -2px rgba( $elevation, .2 ), 0 2px 2px 0 rgba( $elevation, .14 ), 0 1px 5px 0 rgba( $elevation, .12 )",
|
|
63959
64183
|
"scope": "default",
|
|
63960
64184
|
"line": {
|
|
63961
|
-
"start":
|
|
63962
|
-
"end":
|
|
64185
|
+
"start": 100,
|
|
64186
|
+
"end": 100
|
|
63963
64187
|
}
|
|
63964
64188
|
},
|
|
63965
64189
|
"group": [
|
|
@@ -63976,8 +64200,8 @@
|
|
|
63976
64200
|
{
|
|
63977
64201
|
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 8.\n",
|
|
63978
64202
|
"commentRange": {
|
|
63979
|
-
"start":
|
|
63980
|
-
"end":
|
|
64203
|
+
"start": 101,
|
|
64204
|
+
"end": 103
|
|
63981
64205
|
},
|
|
63982
64206
|
"context": {
|
|
63983
64207
|
"type": "variable",
|
|
@@ -63985,8 +64209,8 @@
|
|
|
63985
64209
|
"value": "0 5px 5px -3px rgba( $elevation, .2 ), 0 8px 10px 1px rgba( $elevation, .14 ), 0 3px 14px 2px rgba( $elevation, .12 )",
|
|
63986
64210
|
"scope": "default",
|
|
63987
64211
|
"line": {
|
|
63988
|
-
"start":
|
|
63989
|
-
"end":
|
|
64212
|
+
"start": 104,
|
|
64213
|
+
"end": 104
|
|
63990
64214
|
}
|
|
63991
64215
|
},
|
|
63992
64216
|
"group": [
|
|
@@ -64003,8 +64227,8 @@
|
|
|
64003
64227
|
{
|
|
64004
64228
|
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 16.\n",
|
|
64005
64229
|
"commentRange": {
|
|
64006
|
-
"start":
|
|
64007
|
-
"end":
|
|
64230
|
+
"start": 105,
|
|
64231
|
+
"end": 107
|
|
64008
64232
|
},
|
|
64009
64233
|
"context": {
|
|
64010
64234
|
"type": "variable",
|
|
@@ -64012,8 +64236,8 @@
|
|
|
64012
64236
|
"value": "0 8px 10px -5px rgba( $elevation, .2 ), 0 16px 24px 2px rgba( $elevation, .14 ), 0 6px 30px 5px rgba( $elevation, .12 )",
|
|
64013
64237
|
"scope": "default",
|
|
64014
64238
|
"line": {
|
|
64015
|
-
"start":
|
|
64016
|
-
"end":
|
|
64239
|
+
"start": 108,
|
|
64240
|
+
"end": 108
|
|
64017
64241
|
}
|
|
64018
64242
|
},
|
|
64019
64243
|
"group": [
|
|
@@ -64030,8 +64254,8 @@
|
|
|
64030
64254
|
{
|
|
64031
64255
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
64032
64256
|
"commentRange": {
|
|
64033
|
-
"start":
|
|
64034
|
-
"end":
|
|
64257
|
+
"start": 109,
|
|
64258
|
+
"end": 111
|
|
64035
64259
|
},
|
|
64036
64260
|
"context": {
|
|
64037
64261
|
"type": "variable",
|
|
@@ -64039,8 +64263,8 @@
|
|
|
64039
64263
|
"value": "0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rgba( $elevation, .14 ), 0 9px 46px 8px rgba( $elevation, .12 )",
|
|
64040
64264
|
"scope": "default",
|
|
64041
64265
|
"line": {
|
|
64042
|
-
"start":
|
|
64043
|
-
"end":
|
|
64266
|
+
"start": 112,
|
|
64267
|
+
"end": 112
|
|
64044
64268
|
}
|
|
64045
64269
|
},
|
|
64046
64270
|
"group": [
|
|
@@ -69748,8 +69972,8 @@
|
|
|
69748
69972
|
{
|
|
69749
69973
|
"description": "Base font size across all components.\n",
|
|
69750
69974
|
"commentRange": {
|
|
69751
|
-
"start":
|
|
69752
|
-
"end":
|
|
69975
|
+
"start": 264,
|
|
69976
|
+
"end": 265
|
|
69753
69977
|
},
|
|
69754
69978
|
"context": {
|
|
69755
69979
|
"type": "variable",
|
|
@@ -69757,8 +69981,8 @@
|
|
|
69757
69981
|
"value": "14px",
|
|
69758
69982
|
"scope": "default",
|
|
69759
69983
|
"line": {
|
|
69760
|
-
"start":
|
|
69761
|
-
"end":
|
|
69984
|
+
"start": 266,
|
|
69985
|
+
"end": 266
|
|
69762
69986
|
}
|
|
69763
69987
|
},
|
|
69764
69988
|
"group": [
|
|
@@ -69775,8 +69999,8 @@
|
|
|
69775
69999
|
{
|
|
69776
70000
|
"description": "Font family for text.\n",
|
|
69777
70001
|
"commentRange": {
|
|
69778
|
-
"start":
|
|
69779
|
-
"end":
|
|
70002
|
+
"start": 281,
|
|
70003
|
+
"end": 282
|
|
69780
70004
|
},
|
|
69781
70005
|
"context": {
|
|
69782
70006
|
"type": "variable",
|
|
@@ -69784,8 +70008,8 @@
|
|
|
69784
70008
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
69785
70009
|
"scope": "default",
|
|
69786
70010
|
"line": {
|
|
69787
|
-
"start":
|
|
69788
|
-
"end":
|
|
70011
|
+
"start": 283,
|
|
70012
|
+
"end": 283
|
|
69789
70013
|
}
|
|
69790
70014
|
},
|
|
69791
70015
|
"group": [
|
|
@@ -69802,8 +70026,8 @@
|
|
|
69802
70026
|
{
|
|
69803
70027
|
"description": "Font family across all components.\n",
|
|
69804
70028
|
"commentRange": {
|
|
69805
|
-
"start":
|
|
69806
|
-
"end":
|
|
70029
|
+
"start": 285,
|
|
70030
|
+
"end": 286
|
|
69807
70031
|
},
|
|
69808
70032
|
"context": {
|
|
69809
70033
|
"type": "variable",
|
|
@@ -69811,8 +70035,8 @@
|
|
|
69811
70035
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
69812
70036
|
"scope": "default",
|
|
69813
70037
|
"line": {
|
|
69814
|
-
"start":
|
|
69815
|
-
"end":
|
|
70038
|
+
"start": 287,
|
|
70039
|
+
"end": 287
|
|
69816
70040
|
}
|
|
69817
70041
|
},
|
|
69818
70042
|
"group": [
|
|
@@ -69829,8 +70053,8 @@
|
|
|
69829
70053
|
{
|
|
69830
70054
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
69831
70055
|
"commentRange": {
|
|
69832
|
-
"start":
|
|
69833
|
-
"end":
|
|
70056
|
+
"start": 289,
|
|
70057
|
+
"end": 290
|
|
69834
70058
|
},
|
|
69835
70059
|
"context": {
|
|
69836
70060
|
"type": "variable",
|
|
@@ -69838,8 +70062,8 @@
|
|
|
69838
70062
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
69839
70063
|
"scope": "default",
|
|
69840
70064
|
"line": {
|
|
69841
|
-
"start":
|
|
69842
|
-
"end":
|
|
70065
|
+
"start": 291,
|
|
70066
|
+
"end": 291
|
|
69843
70067
|
}
|
|
69844
70068
|
},
|
|
69845
70069
|
"group": [
|
|
@@ -69856,8 +70080,8 @@
|
|
|
69856
70080
|
{
|
|
69857
70081
|
"description": "Font family across all components.\n",
|
|
69858
70082
|
"commentRange": {
|
|
69859
|
-
"start":
|
|
69860
|
-
"end":
|
|
70083
|
+
"start": 293,
|
|
70084
|
+
"end": 294
|
|
69861
70085
|
},
|
|
69862
70086
|
"context": {
|
|
69863
70087
|
"type": "variable",
|
|
@@ -69865,8 +70089,8 @@
|
|
|
69865
70089
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
69866
70090
|
"scope": "default",
|
|
69867
70091
|
"line": {
|
|
69868
|
-
"start":
|
|
69869
|
-
"end":
|
|
70092
|
+
"start": 295,
|
|
70093
|
+
"end": 295
|
|
69870
70094
|
}
|
|
69871
70095
|
},
|
|
69872
70096
|
"group": [
|
|
@@ -69883,8 +70107,8 @@
|
|
|
69883
70107
|
{
|
|
69884
70108
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
69885
70109
|
"commentRange": {
|
|
69886
|
-
"start":
|
|
69887
|
-
"end":
|
|
70110
|
+
"start": 297,
|
|
70111
|
+
"end": 298
|
|
69888
70112
|
},
|
|
69889
70113
|
"context": {
|
|
69890
70114
|
"type": "variable",
|
|
@@ -69892,8 +70116,8 @@
|
|
|
69892
70116
|
"value": "k-math-div( 28, 14 )",
|
|
69893
70117
|
"scope": "default",
|
|
69894
70118
|
"line": {
|
|
69895
|
-
"start":
|
|
69896
|
-
"end":
|
|
70119
|
+
"start": 299,
|
|
70120
|
+
"end": 299
|
|
69897
70121
|
}
|
|
69898
70122
|
},
|
|
69899
70123
|
"group": [
|