@progress/kendo-theme-classic 10.1.1-dev.1 → 10.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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +798 -462
- package/dist/meta/sassdoc-raw-data.json +403 -253
- package/dist/meta/variables.json +56 -38
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/colorgradient/_variables.scss +39 -8
- package/scss/colorpalette/_variables.scss +18 -18
- package/scss/dataviz/_variables.scss +2 -8
|
@@ -9177,8 +9177,8 @@
|
|
|
9177
9177
|
{
|
|
9178
9178
|
"description": "The color of the Chart grid lines (major).\n",
|
|
9179
9179
|
"commentRange": {
|
|
9180
|
-
"start":
|
|
9181
|
-
"end":
|
|
9180
|
+
"start": 99,
|
|
9181
|
+
"end": 100
|
|
9182
9182
|
},
|
|
9183
9183
|
"context": {
|
|
9184
9184
|
"type": "variable",
|
|
@@ -9186,8 +9186,8 @@
|
|
|
9186
9186
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 ))",
|
|
9187
9187
|
"scope": "default",
|
|
9188
9188
|
"line": {
|
|
9189
|
-
"start":
|
|
9190
|
-
"end":
|
|
9189
|
+
"start": 101,
|
|
9190
|
+
"end": 101
|
|
9191
9191
|
}
|
|
9192
9192
|
},
|
|
9193
9193
|
"group": [
|
|
@@ -9202,8 +9202,8 @@
|
|
|
9202
9202
|
{
|
|
9203
9203
|
"description": "The color of the Chart grid lines (minor).\n",
|
|
9204
9204
|
"commentRange": {
|
|
9205
|
-
"start":
|
|
9206
|
-
"end":
|
|
9205
|
+
"start": 103,
|
|
9206
|
+
"end": 104
|
|
9207
9207
|
},
|
|
9208
9208
|
"context": {
|
|
9209
9209
|
"type": "variable",
|
|
@@ -9211,8 +9211,8 @@
|
|
|
9211
9211
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 ))",
|
|
9212
9212
|
"scope": "default",
|
|
9213
9213
|
"line": {
|
|
9214
|
-
"start":
|
|
9215
|
-
"end":
|
|
9214
|
+
"start": 105,
|
|
9215
|
+
"end": 105
|
|
9216
9216
|
}
|
|
9217
9217
|
},
|
|
9218
9218
|
"group": [
|
|
@@ -14675,15 +14675,15 @@
|
|
|
14675
14675
|
}
|
|
14676
14676
|
},
|
|
14677
14677
|
{
|
|
14678
|
-
"description": "The
|
|
14678
|
+
"description": "The vertical padding of the small ColorGradient.\n",
|
|
14679
14679
|
"commentRange": {
|
|
14680
14680
|
"start": 47,
|
|
14681
14681
|
"end": 48
|
|
14682
14682
|
},
|
|
14683
14683
|
"context": {
|
|
14684
14684
|
"type": "variable",
|
|
14685
|
-
"name": "kendo-color-gradient-sm-
|
|
14686
|
-
"value": "
|
|
14685
|
+
"name": "kendo-color-gradient-sm-padding-y",
|
|
14686
|
+
"value": "$kendo-color-gradient-spacer",
|
|
14687
14687
|
"scope": "default",
|
|
14688
14688
|
"line": {
|
|
14689
14689
|
"start": 49,
|
|
@@ -14700,15 +14700,15 @@
|
|
|
14700
14700
|
}
|
|
14701
14701
|
},
|
|
14702
14702
|
{
|
|
14703
|
-
"description": "The
|
|
14703
|
+
"description": "The horizontal padding of the small ColorGradient.\n",
|
|
14704
14704
|
"commentRange": {
|
|
14705
14705
|
"start": 50,
|
|
14706
14706
|
"end": 51
|
|
14707
14707
|
},
|
|
14708
14708
|
"context": {
|
|
14709
14709
|
"type": "variable",
|
|
14710
|
-
"name": "kendo-color-gradient-
|
|
14711
|
-
"value": "$kendo-color-gradient-
|
|
14710
|
+
"name": "kendo-color-gradient-sm-padding-x",
|
|
14711
|
+
"value": "$kendo-color-gradient-padding-y",
|
|
14712
14712
|
"scope": "default",
|
|
14713
14713
|
"line": {
|
|
14714
14714
|
"start": 52,
|
|
@@ -14725,15 +14725,15 @@
|
|
|
14725
14725
|
}
|
|
14726
14726
|
},
|
|
14727
14727
|
{
|
|
14728
|
-
"description": "The
|
|
14728
|
+
"description": "The vertical padding of the medium ColorGradient.\n",
|
|
14729
14729
|
"commentRange": {
|
|
14730
14730
|
"start": 53,
|
|
14731
14731
|
"end": 54
|
|
14732
14732
|
},
|
|
14733
14733
|
"context": {
|
|
14734
14734
|
"type": "variable",
|
|
14735
|
-
"name": "kendo-color-gradient-
|
|
14736
|
-
"value": "
|
|
14735
|
+
"name": "kendo-color-gradient-md-padding-y",
|
|
14736
|
+
"value": "$kendo-color-gradient-spacer",
|
|
14737
14737
|
"scope": "default",
|
|
14738
14738
|
"line": {
|
|
14739
14739
|
"start": 55,
|
|
@@ -14750,19 +14750,19 @@
|
|
|
14750
14750
|
}
|
|
14751
14751
|
},
|
|
14752
14752
|
{
|
|
14753
|
-
"description": "The
|
|
14753
|
+
"description": "The horizontal padding of the medium ColorGradient.\n",
|
|
14754
14754
|
"commentRange": {
|
|
14755
|
-
"start":
|
|
14756
|
-
"end":
|
|
14755
|
+
"start": 56,
|
|
14756
|
+
"end": 57
|
|
14757
14757
|
},
|
|
14758
14758
|
"context": {
|
|
14759
14759
|
"type": "variable",
|
|
14760
|
-
"name": "kendo-color-gradient-
|
|
14761
|
-
"value": "$kendo-color-gradient-
|
|
14760
|
+
"name": "kendo-color-gradient-md-padding-x",
|
|
14761
|
+
"value": "$kendo-color-gradient-padding-y",
|
|
14762
14762
|
"scope": "default",
|
|
14763
14763
|
"line": {
|
|
14764
|
-
"start":
|
|
14765
|
-
"end":
|
|
14764
|
+
"start": 58,
|
|
14765
|
+
"end": 58
|
|
14766
14766
|
}
|
|
14767
14767
|
},
|
|
14768
14768
|
"group": [
|
|
@@ -14775,19 +14775,19 @@
|
|
|
14775
14775
|
}
|
|
14776
14776
|
},
|
|
14777
14777
|
{
|
|
14778
|
-
"description": "The
|
|
14778
|
+
"description": "The vertical padding of the large ColorGradient.\n",
|
|
14779
14779
|
"commentRange": {
|
|
14780
|
-
"start":
|
|
14781
|
-
"end":
|
|
14780
|
+
"start": 59,
|
|
14781
|
+
"end": 60
|
|
14782
14782
|
},
|
|
14783
14783
|
"context": {
|
|
14784
14784
|
"type": "variable",
|
|
14785
|
-
"name": "kendo-color-gradient-
|
|
14786
|
-
"value": "
|
|
14785
|
+
"name": "kendo-color-gradient-lg-padding-y",
|
|
14786
|
+
"value": "k-spacing(4.5)",
|
|
14787
14787
|
"scope": "default",
|
|
14788
14788
|
"line": {
|
|
14789
|
-
"start":
|
|
14790
|
-
"end":
|
|
14789
|
+
"start": 61,
|
|
14790
|
+
"end": 61
|
|
14791
14791
|
}
|
|
14792
14792
|
},
|
|
14793
14793
|
"group": [
|
|
@@ -14800,19 +14800,19 @@
|
|
|
14800
14800
|
}
|
|
14801
14801
|
},
|
|
14802
14802
|
{
|
|
14803
|
-
"description": "The
|
|
14803
|
+
"description": "The horizontal padding of the large ColorGradient.\n",
|
|
14804
14804
|
"commentRange": {
|
|
14805
|
-
"start":
|
|
14806
|
-
"end":
|
|
14805
|
+
"start": 62,
|
|
14806
|
+
"end": 63
|
|
14807
14807
|
},
|
|
14808
14808
|
"context": {
|
|
14809
14809
|
"type": "variable",
|
|
14810
|
-
"name": "kendo-color-gradient-lg-
|
|
14810
|
+
"name": "kendo-color-gradient-lg-padding-x",
|
|
14811
14811
|
"value": "k-spacing(4.5)",
|
|
14812
14812
|
"scope": "default",
|
|
14813
14813
|
"line": {
|
|
14814
|
-
"start":
|
|
14815
|
-
"end":
|
|
14814
|
+
"start": 64,
|
|
14815
|
+
"end": 64
|
|
14816
14816
|
}
|
|
14817
14817
|
},
|
|
14818
14818
|
"group": [
|
|
@@ -14825,19 +14825,19 @@
|
|
|
14825
14825
|
}
|
|
14826
14826
|
},
|
|
14827
14827
|
{
|
|
14828
|
-
"description": "The
|
|
14828
|
+
"description": "The width of the small ColorGradient.\n",
|
|
14829
14829
|
"commentRange": {
|
|
14830
|
-
"start":
|
|
14831
|
-
"end":
|
|
14830
|
+
"start": 66,
|
|
14831
|
+
"end": 67
|
|
14832
14832
|
},
|
|
14833
14833
|
"context": {
|
|
14834
14834
|
"type": "variable",
|
|
14835
|
-
"name": "kendo-color-gradient-
|
|
14836
|
-
"value": "
|
|
14835
|
+
"name": "kendo-color-gradient-sm-width",
|
|
14836
|
+
"value": "252px",
|
|
14837
14837
|
"scope": "default",
|
|
14838
14838
|
"line": {
|
|
14839
|
-
"start":
|
|
14840
|
-
"end":
|
|
14839
|
+
"start": 68,
|
|
14840
|
+
"end": 68
|
|
14841
14841
|
}
|
|
14842
14842
|
},
|
|
14843
14843
|
"group": [
|
|
@@ -14850,19 +14850,19 @@
|
|
|
14850
14850
|
}
|
|
14851
14851
|
},
|
|
14852
14852
|
{
|
|
14853
|
-
"description": "The
|
|
14853
|
+
"description": "The width of the medium ColorGradient.\n",
|
|
14854
14854
|
"commentRange": {
|
|
14855
|
-
"start":
|
|
14856
|
-
"end":
|
|
14855
|
+
"start": 69,
|
|
14856
|
+
"end": 70
|
|
14857
14857
|
},
|
|
14858
14858
|
"context": {
|
|
14859
14859
|
"type": "variable",
|
|
14860
|
-
"name": "kendo-color-gradient-
|
|
14861
|
-
"value": "
|
|
14860
|
+
"name": "kendo-color-gradient-md-width",
|
|
14861
|
+
"value": "$kendo-color-gradient-width",
|
|
14862
14862
|
"scope": "default",
|
|
14863
14863
|
"line": {
|
|
14864
|
-
"start":
|
|
14865
|
-
"end":
|
|
14864
|
+
"start": 71,
|
|
14865
|
+
"end": 71
|
|
14866
14866
|
}
|
|
14867
14867
|
},
|
|
14868
14868
|
"group": [
|
|
@@ -14875,19 +14875,19 @@
|
|
|
14875
14875
|
}
|
|
14876
14876
|
},
|
|
14877
14877
|
{
|
|
14878
|
-
"description": "The
|
|
14878
|
+
"description": "The width of the large ColorGradient.\n",
|
|
14879
14879
|
"commentRange": {
|
|
14880
|
-
"start":
|
|
14881
|
-
"end":
|
|
14880
|
+
"start": 72,
|
|
14881
|
+
"end": 73
|
|
14882
14882
|
},
|
|
14883
14883
|
"context": {
|
|
14884
14884
|
"type": "variable",
|
|
14885
|
-
"name": "kendo-color-gradient-
|
|
14886
|
-
"value": "
|
|
14885
|
+
"name": "kendo-color-gradient-lg-width",
|
|
14886
|
+
"value": "362px",
|
|
14887
14887
|
"scope": "default",
|
|
14888
14888
|
"line": {
|
|
14889
|
-
"start":
|
|
14890
|
-
"end":
|
|
14889
|
+
"start": 74,
|
|
14890
|
+
"end": 74
|
|
14891
14891
|
}
|
|
14892
14892
|
},
|
|
14893
14893
|
"group": [
|
|
@@ -14900,19 +14900,19 @@
|
|
|
14900
14900
|
}
|
|
14901
14901
|
},
|
|
14902
14902
|
{
|
|
14903
|
-
"description": "The spacing between the
|
|
14903
|
+
"description": "The spacing between the sections of the small ColorGradient.\n",
|
|
14904
14904
|
"commentRange": {
|
|
14905
|
-
"start":
|
|
14906
|
-
"end":
|
|
14905
|
+
"start": 76,
|
|
14906
|
+
"end": 77
|
|
14907
14907
|
},
|
|
14908
14908
|
"context": {
|
|
14909
14909
|
"type": "variable",
|
|
14910
|
-
"name": "kendo-color-gradient-
|
|
14911
|
-
"value": "$kendo-color-gradient-
|
|
14910
|
+
"name": "kendo-color-gradient-sm-gap",
|
|
14911
|
+
"value": "$kendo-color-gradient-gap",
|
|
14912
14912
|
"scope": "default",
|
|
14913
14913
|
"line": {
|
|
14914
|
-
"start":
|
|
14915
|
-
"end":
|
|
14914
|
+
"start": 78,
|
|
14915
|
+
"end": 78
|
|
14916
14916
|
}
|
|
14917
14917
|
},
|
|
14918
14918
|
"group": [
|
|
@@ -14925,19 +14925,19 @@
|
|
|
14925
14925
|
}
|
|
14926
14926
|
},
|
|
14927
14927
|
{
|
|
14928
|
-
"description": "The
|
|
14928
|
+
"description": "The spacing between the sections of the medium ColorGradient.\n",
|
|
14929
14929
|
"commentRange": {
|
|
14930
|
-
"start":
|
|
14931
|
-
"end":
|
|
14930
|
+
"start": 79,
|
|
14931
|
+
"end": 80
|
|
14932
14932
|
},
|
|
14933
14933
|
"context": {
|
|
14934
14934
|
"type": "variable",
|
|
14935
|
-
"name": "kendo-color-gradient-
|
|
14936
|
-
"value": "
|
|
14935
|
+
"name": "kendo-color-gradient-md-gap",
|
|
14936
|
+
"value": "$kendo-color-gradient-gap",
|
|
14937
14937
|
"scope": "default",
|
|
14938
14938
|
"line": {
|
|
14939
|
-
"start":
|
|
14940
|
-
"end":
|
|
14939
|
+
"start": 81,
|
|
14940
|
+
"end": 81
|
|
14941
14941
|
}
|
|
14942
14942
|
},
|
|
14943
14943
|
"group": [
|
|
@@ -14950,19 +14950,19 @@
|
|
|
14950
14950
|
}
|
|
14951
14951
|
},
|
|
14952
14952
|
{
|
|
14953
|
-
"description": "The
|
|
14953
|
+
"description": "The spacing between the sections of the large ColorGradient.\n",
|
|
14954
14954
|
"commentRange": {
|
|
14955
|
-
"start":
|
|
14956
|
-
"end":
|
|
14955
|
+
"start": 82,
|
|
14956
|
+
"end": 83
|
|
14957
14957
|
},
|
|
14958
14958
|
"context": {
|
|
14959
14959
|
"type": "variable",
|
|
14960
|
-
"name": "kendo-color-gradient-
|
|
14961
|
-
"value": "
|
|
14960
|
+
"name": "kendo-color-gradient-lg-gap",
|
|
14961
|
+
"value": "k-spacing(4.5)",
|
|
14962
14962
|
"scope": "default",
|
|
14963
14963
|
"line": {
|
|
14964
|
-
"start":
|
|
14965
|
-
"end":
|
|
14964
|
+
"start": 84,
|
|
14965
|
+
"end": 84
|
|
14966
14966
|
}
|
|
14967
14967
|
},
|
|
14968
14968
|
"group": [
|
|
@@ -14975,15 +14975,15 @@
|
|
|
14975
14975
|
}
|
|
14976
14976
|
},
|
|
14977
14977
|
{
|
|
14978
|
-
"description": "The
|
|
14978
|
+
"description": "The border color of the focused ColorGradient.\n",
|
|
14979
14979
|
"commentRange": {
|
|
14980
14980
|
"start": 86,
|
|
14981
14981
|
"end": 87
|
|
14982
14982
|
},
|
|
14983
14983
|
"context": {
|
|
14984
14984
|
"type": "variable",
|
|
14985
|
-
"name": "kendo-color-gradient-
|
|
14986
|
-
"value": "
|
|
14985
|
+
"name": "kendo-color-gradient-focus-border",
|
|
14986
|
+
"value": "null",
|
|
14987
14987
|
"scope": "default",
|
|
14988
14988
|
"line": {
|
|
14989
14989
|
"start": 88,
|
|
@@ -15000,15 +15000,15 @@
|
|
|
15000
15000
|
}
|
|
15001
15001
|
},
|
|
15002
15002
|
{
|
|
15003
|
-
"description": "The
|
|
15003
|
+
"description": "The box shadow of the focused ColorGradient.\n",
|
|
15004
15004
|
"commentRange": {
|
|
15005
15005
|
"start": 89,
|
|
15006
15006
|
"end": 90
|
|
15007
15007
|
},
|
|
15008
15008
|
"context": {
|
|
15009
15009
|
"type": "variable",
|
|
15010
|
-
"name": "kendo-color-gradient-
|
|
15011
|
-
"value": "
|
|
15010
|
+
"name": "kendo-color-gradient-focus-shadow",
|
|
15011
|
+
"value": "k-elevation(3)",
|
|
15012
15012
|
"scope": "default",
|
|
15013
15013
|
"line": {
|
|
15014
15014
|
"start": 91,
|
|
@@ -15025,15 +15025,15 @@
|
|
|
15025
15025
|
}
|
|
15026
15026
|
},
|
|
15027
15027
|
{
|
|
15028
|
-
"description": "The
|
|
15028
|
+
"description": "The border radius of the ColorGradient canvas.\n",
|
|
15029
15029
|
"commentRange": {
|
|
15030
15030
|
"start": 93,
|
|
15031
15031
|
"end": 94
|
|
15032
15032
|
},
|
|
15033
15033
|
"context": {
|
|
15034
15034
|
"type": "variable",
|
|
15035
|
-
"name": "kendo-color-gradient-
|
|
15036
|
-
"value": "
|
|
15035
|
+
"name": "kendo-color-gradient-canvas-border-radius",
|
|
15036
|
+
"value": "k-border-radius(md)",
|
|
15037
15037
|
"scope": "default",
|
|
15038
15038
|
"line": {
|
|
15039
15039
|
"start": 95,
|
|
@@ -15050,15 +15050,15 @@
|
|
|
15050
15050
|
}
|
|
15051
15051
|
},
|
|
15052
15052
|
{
|
|
15053
|
-
"description": "The spacing between the items of the
|
|
15053
|
+
"description": "The spacing between the items of the ColorGradient canvas.\n",
|
|
15054
15054
|
"commentRange": {
|
|
15055
15055
|
"start": 96,
|
|
15056
15056
|
"end": 97
|
|
15057
15057
|
},
|
|
15058
15058
|
"context": {
|
|
15059
15059
|
"type": "variable",
|
|
15060
|
-
"name": "kendo-color-gradient-
|
|
15061
|
-
"value": "$kendo-color-gradient-
|
|
15060
|
+
"name": "kendo-color-gradient-canvas-gap",
|
|
15061
|
+
"value": "$kendo-color-gradient-spacer",
|
|
15062
15062
|
"scope": "default",
|
|
15063
15063
|
"line": {
|
|
15064
15064
|
"start": 98,
|
|
@@ -15075,15 +15075,15 @@
|
|
|
15075
15075
|
}
|
|
15076
15076
|
},
|
|
15077
15077
|
{
|
|
15078
|
-
"description": "The
|
|
15078
|
+
"description": "The height the ColorGradient canvas hsv rectangle.\n",
|
|
15079
15079
|
"commentRange": {
|
|
15080
15080
|
"start": 99,
|
|
15081
15081
|
"end": 100
|
|
15082
15082
|
},
|
|
15083
15083
|
"context": {
|
|
15084
15084
|
"type": "variable",
|
|
15085
|
-
"name": "kendo-color-gradient-
|
|
15086
|
-
"value": "
|
|
15085
|
+
"name": "kendo-color-gradient-canvas-rectangle-height",
|
|
15086
|
+
"value": "180px",
|
|
15087
15087
|
"scope": "default",
|
|
15088
15088
|
"line": {
|
|
15089
15089
|
"start": 101,
|
|
@@ -15100,19 +15100,19 @@
|
|
|
15100
15100
|
}
|
|
15101
15101
|
},
|
|
15102
15102
|
{
|
|
15103
|
-
"description": "The
|
|
15103
|
+
"description": "The height the small ColorGradient canvas hsv rectangle.\n",
|
|
15104
15104
|
"commentRange": {
|
|
15105
|
-
"start":
|
|
15106
|
-
"end":
|
|
15105
|
+
"start": 102,
|
|
15106
|
+
"end": 103
|
|
15107
15107
|
},
|
|
15108
15108
|
"context": {
|
|
15109
15109
|
"type": "variable",
|
|
15110
|
-
"name": "kendo-color-gradient-
|
|
15111
|
-
"value": "
|
|
15110
|
+
"name": "kendo-color-gradient-sm-canvas-rectangle-height",
|
|
15111
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
15112
15112
|
"scope": "default",
|
|
15113
15113
|
"line": {
|
|
15114
|
-
"start":
|
|
15115
|
-
"end":
|
|
15114
|
+
"start": 104,
|
|
15115
|
+
"end": 104
|
|
15116
15116
|
}
|
|
15117
15117
|
},
|
|
15118
15118
|
"group": [
|
|
@@ -15125,19 +15125,19 @@
|
|
|
15125
15125
|
}
|
|
15126
15126
|
},
|
|
15127
15127
|
{
|
|
15128
|
-
"description": "The
|
|
15128
|
+
"description": "The height the medium ColorGradient canvas hsv rectangle.\n",
|
|
15129
15129
|
"commentRange": {
|
|
15130
|
-
"start":
|
|
15131
|
-
"end":
|
|
15130
|
+
"start": 105,
|
|
15131
|
+
"end": 106
|
|
15132
15132
|
},
|
|
15133
15133
|
"context": {
|
|
15134
15134
|
"type": "variable",
|
|
15135
|
-
"name": "kendo-color-gradient-
|
|
15136
|
-
"value": "
|
|
15135
|
+
"name": "kendo-color-gradient-md-canvas-rectangle-height",
|
|
15136
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
15137
15137
|
"scope": "default",
|
|
15138
15138
|
"line": {
|
|
15139
|
-
"start":
|
|
15140
|
-
"end":
|
|
15139
|
+
"start": 107,
|
|
15140
|
+
"end": 107
|
|
15141
15141
|
}
|
|
15142
15142
|
},
|
|
15143
15143
|
"group": [
|
|
@@ -15150,19 +15150,19 @@
|
|
|
15150
15150
|
}
|
|
15151
15151
|
},
|
|
15152
15152
|
{
|
|
15153
|
-
"description": "The
|
|
15153
|
+
"description": "The height the large ColorGradient canvas hsv rectangle.\n",
|
|
15154
15154
|
"commentRange": {
|
|
15155
|
-
"start":
|
|
15156
|
-
"end":
|
|
15155
|
+
"start": 108,
|
|
15156
|
+
"end": 109
|
|
15157
15157
|
},
|
|
15158
15158
|
"context": {
|
|
15159
15159
|
"type": "variable",
|
|
15160
|
-
"name": "kendo-color-gradient-
|
|
15161
|
-
"value": "
|
|
15160
|
+
"name": "kendo-color-gradient-lg-canvas-rectangle-height",
|
|
15161
|
+
"value": "268px",
|
|
15162
15162
|
"scope": "default",
|
|
15163
15163
|
"line": {
|
|
15164
|
-
"start":
|
|
15165
|
-
"end":
|
|
15164
|
+
"start": 110,
|
|
15165
|
+
"end": 110
|
|
15166
15166
|
}
|
|
15167
15167
|
},
|
|
15168
15168
|
"group": [
|
|
@@ -15175,19 +15175,19 @@
|
|
|
15175
15175
|
}
|
|
15176
15176
|
},
|
|
15177
15177
|
{
|
|
15178
|
-
"description": "The
|
|
15178
|
+
"description": "The spacing between the items of the small ColorGradient canvas.\n",
|
|
15179
15179
|
"commentRange": {
|
|
15180
|
-
"start":
|
|
15181
|
-
"end":
|
|
15180
|
+
"start": 112,
|
|
15181
|
+
"end": 113
|
|
15182
15182
|
},
|
|
15183
15183
|
"context": {
|
|
15184
15184
|
"type": "variable",
|
|
15185
|
-
"name": "kendo-color-gradient-
|
|
15186
|
-
"value": "
|
|
15185
|
+
"name": "kendo-color-gradient-sm-canvas-gap",
|
|
15186
|
+
"value": "$kendo-color-gradient-canvas-gap",
|
|
15187
15187
|
"scope": "default",
|
|
15188
15188
|
"line": {
|
|
15189
|
-
"start":
|
|
15190
|
-
"end":
|
|
15189
|
+
"start": 114,
|
|
15190
|
+
"end": 114
|
|
15191
15191
|
}
|
|
15192
15192
|
},
|
|
15193
15193
|
"group": [
|
|
@@ -15200,19 +15200,19 @@
|
|
|
15200
15200
|
}
|
|
15201
15201
|
},
|
|
15202
15202
|
{
|
|
15203
|
-
"description": "The
|
|
15203
|
+
"description": "The spacing between the items of the medium ColorGradient canvas.\n",
|
|
15204
15204
|
"commentRange": {
|
|
15205
|
-
"start":
|
|
15206
|
-
"end":
|
|
15205
|
+
"start": 115,
|
|
15206
|
+
"end": 116
|
|
15207
15207
|
},
|
|
15208
15208
|
"context": {
|
|
15209
15209
|
"type": "variable",
|
|
15210
|
-
"name": "kendo-color-gradient-
|
|
15211
|
-
"value": "
|
|
15210
|
+
"name": "kendo-color-gradient-md-canvas-gap",
|
|
15211
|
+
"value": "$kendo-color-gradient-canvas-gap",
|
|
15212
15212
|
"scope": "default",
|
|
15213
15213
|
"line": {
|
|
15214
|
-
"start":
|
|
15215
|
-
"end":
|
|
15214
|
+
"start": 117,
|
|
15215
|
+
"end": 117
|
|
15216
15216
|
}
|
|
15217
15217
|
},
|
|
15218
15218
|
"group": [
|
|
@@ -15225,20 +15225,170 @@
|
|
|
15225
15225
|
}
|
|
15226
15226
|
},
|
|
15227
15227
|
{
|
|
15228
|
-
"description": "The
|
|
15228
|
+
"description": "The spacing between the items of the large ColorGradient canvas.\n",
|
|
15229
15229
|
"commentRange": {
|
|
15230
|
-
"start":
|
|
15231
|
-
"end":
|
|
15230
|
+
"start": 118,
|
|
15231
|
+
"end": 119
|
|
15232
15232
|
},
|
|
15233
15233
|
"context": {
|
|
15234
15234
|
"type": "variable",
|
|
15235
|
-
"name": "kendo-color-gradient-
|
|
15236
|
-
"value": "
|
|
15235
|
+
"name": "kendo-color-gradient-lg-canvas-gap",
|
|
15236
|
+
"value": "k-spacing(4.5)",
|
|
15237
15237
|
"scope": "default",
|
|
15238
15238
|
"line": {
|
|
15239
|
-
"start":
|
|
15240
|
-
"end":
|
|
15241
|
-
}
|
|
15239
|
+
"start": 120,
|
|
15240
|
+
"end": 120
|
|
15241
|
+
}
|
|
15242
|
+
},
|
|
15243
|
+
"group": [
|
|
15244
|
+
"color-gradient"
|
|
15245
|
+
],
|
|
15246
|
+
"access": "public",
|
|
15247
|
+
"file": {
|
|
15248
|
+
"path": "colorgradient/_variables.scss",
|
|
15249
|
+
"name": "_variables.scss"
|
|
15250
|
+
}
|
|
15251
|
+
},
|
|
15252
|
+
{
|
|
15253
|
+
"description": "The width of the ColorGradient slider.\n",
|
|
15254
|
+
"commentRange": {
|
|
15255
|
+
"start": 122,
|
|
15256
|
+
"end": 123
|
|
15257
|
+
},
|
|
15258
|
+
"context": {
|
|
15259
|
+
"type": "variable",
|
|
15260
|
+
"name": "kendo-color-gradient-slider-track-size",
|
|
15261
|
+
"value": "10px",
|
|
15262
|
+
"scope": "default",
|
|
15263
|
+
"line": {
|
|
15264
|
+
"start": 124,
|
|
15265
|
+
"end": 124
|
|
15266
|
+
}
|
|
15267
|
+
},
|
|
15268
|
+
"group": [
|
|
15269
|
+
"color-gradient"
|
|
15270
|
+
],
|
|
15271
|
+
"access": "public",
|
|
15272
|
+
"file": {
|
|
15273
|
+
"path": "colorgradient/_variables.scss",
|
|
15274
|
+
"name": "_variables.scss"
|
|
15275
|
+
}
|
|
15276
|
+
},
|
|
15277
|
+
{
|
|
15278
|
+
"description": "The border radius of the ColorGradient slider.\n",
|
|
15279
|
+
"commentRange": {
|
|
15280
|
+
"start": 125,
|
|
15281
|
+
"end": 126
|
|
15282
|
+
},
|
|
15283
|
+
"context": {
|
|
15284
|
+
"type": "variable",
|
|
15285
|
+
"name": "kendo-color-gradient-slider-border-radius",
|
|
15286
|
+
"value": "10px",
|
|
15287
|
+
"scope": "default",
|
|
15288
|
+
"line": {
|
|
15289
|
+
"start": 127,
|
|
15290
|
+
"end": 127
|
|
15291
|
+
}
|
|
15292
|
+
},
|
|
15293
|
+
"group": [
|
|
15294
|
+
"color-gradient"
|
|
15295
|
+
],
|
|
15296
|
+
"access": "public",
|
|
15297
|
+
"file": {
|
|
15298
|
+
"path": "colorgradient/_variables.scss",
|
|
15299
|
+
"name": "_variables.scss"
|
|
15300
|
+
}
|
|
15301
|
+
},
|
|
15302
|
+
{
|
|
15303
|
+
"description": "The width of the border around the ColorGradient slider drag handle.\n",
|
|
15304
|
+
"commentRange": {
|
|
15305
|
+
"start": 128,
|
|
15306
|
+
"end": 129
|
|
15307
|
+
},
|
|
15308
|
+
"context": {
|
|
15309
|
+
"type": "variable",
|
|
15310
|
+
"name": "kendo-color-gradient-slider-draghandle-border-width",
|
|
15311
|
+
"value": "3px",
|
|
15312
|
+
"scope": "default",
|
|
15313
|
+
"line": {
|
|
15314
|
+
"start": 130,
|
|
15315
|
+
"end": 130
|
|
15316
|
+
}
|
|
15317
|
+
},
|
|
15318
|
+
"group": [
|
|
15319
|
+
"color-gradient"
|
|
15320
|
+
],
|
|
15321
|
+
"access": "public",
|
|
15322
|
+
"file": {
|
|
15323
|
+
"path": "colorgradient/_variables.scss",
|
|
15324
|
+
"name": "_variables.scss"
|
|
15325
|
+
}
|
|
15326
|
+
},
|
|
15327
|
+
{
|
|
15328
|
+
"description": "The height of the ColorGradient vertical slider.\n",
|
|
15329
|
+
"commentRange": {
|
|
15330
|
+
"start": 132,
|
|
15331
|
+
"end": 133
|
|
15332
|
+
},
|
|
15333
|
+
"context": {
|
|
15334
|
+
"type": "variable",
|
|
15335
|
+
"name": "kendo-color-gradient-slider-vertical-size",
|
|
15336
|
+
"value": "180px",
|
|
15337
|
+
"scope": "default",
|
|
15338
|
+
"line": {
|
|
15339
|
+
"start": 134,
|
|
15340
|
+
"end": 134
|
|
15341
|
+
}
|
|
15342
|
+
},
|
|
15343
|
+
"group": [
|
|
15344
|
+
"color-gradient"
|
|
15345
|
+
],
|
|
15346
|
+
"access": "public",
|
|
15347
|
+
"file": {
|
|
15348
|
+
"path": "colorgradient/_variables.scss",
|
|
15349
|
+
"name": "_variables.scss"
|
|
15350
|
+
}
|
|
15351
|
+
},
|
|
15352
|
+
{
|
|
15353
|
+
"description": "The width of the ColorGradient horizontal slider.\n",
|
|
15354
|
+
"commentRange": {
|
|
15355
|
+
"start": 135,
|
|
15356
|
+
"end": 136
|
|
15357
|
+
},
|
|
15358
|
+
"context": {
|
|
15359
|
+
"type": "variable",
|
|
15360
|
+
"name": "kendo-color-gradient-slider-horizontal-size",
|
|
15361
|
+
"value": "100%",
|
|
15362
|
+
"scope": "default",
|
|
15363
|
+
"line": {
|
|
15364
|
+
"start": 137,
|
|
15365
|
+
"end": 137
|
|
15366
|
+
}
|
|
15367
|
+
},
|
|
15368
|
+
"group": [
|
|
15369
|
+
"color-gradient"
|
|
15370
|
+
],
|
|
15371
|
+
"access": "public",
|
|
15372
|
+
"file": {
|
|
15373
|
+
"path": "colorgradient/_variables.scss",
|
|
15374
|
+
"name": "_variables.scss"
|
|
15375
|
+
}
|
|
15376
|
+
},
|
|
15377
|
+
{
|
|
15378
|
+
"description": "The background image of the ColorGradient alpha slider.\n",
|
|
15379
|
+
"commentRange": {
|
|
15380
|
+
"start": 138,
|
|
15381
|
+
"end": 139
|
|
15382
|
+
},
|
|
15383
|
+
"context": {
|
|
15384
|
+
"type": "variable",
|
|
15385
|
+
"name": "kendo-color-gradient-slider-alpha-bgr",
|
|
15386
|
+
"value": "\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\"",
|
|
15387
|
+
"scope": "default",
|
|
15388
|
+
"line": {
|
|
15389
|
+
"start": 140,
|
|
15390
|
+
"end": 140
|
|
15391
|
+
}
|
|
15242
15392
|
},
|
|
15243
15393
|
"group": [
|
|
15244
15394
|
"color-gradient"
|
|
@@ -15252,17 +15402,17 @@
|
|
|
15252
15402
|
{
|
|
15253
15403
|
"description": "The height of the small ColorGradient vertical slider.\n",
|
|
15254
15404
|
"commentRange": {
|
|
15255
|
-
"start":
|
|
15256
|
-
"end":
|
|
15405
|
+
"start": 142,
|
|
15406
|
+
"end": 143
|
|
15257
15407
|
},
|
|
15258
15408
|
"context": {
|
|
15259
15409
|
"type": "variable",
|
|
15260
15410
|
"name": "kendo-color-gradient-sm-slider-vertical-size",
|
|
15261
|
-
"value": "
|
|
15411
|
+
"value": "$kendo-color-gradient-slider-vertical-size",
|
|
15262
15412
|
"scope": "default",
|
|
15263
15413
|
"line": {
|
|
15264
|
-
"start":
|
|
15265
|
-
"end":
|
|
15414
|
+
"start": 144,
|
|
15415
|
+
"end": 144
|
|
15266
15416
|
}
|
|
15267
15417
|
},
|
|
15268
15418
|
"group": [
|
|
@@ -15277,8 +15427,8 @@
|
|
|
15277
15427
|
{
|
|
15278
15428
|
"description": "The height of the medium ColorGradient vertical slider.\n",
|
|
15279
15429
|
"commentRange": {
|
|
15280
|
-
"start":
|
|
15281
|
-
"end":
|
|
15430
|
+
"start": 145,
|
|
15431
|
+
"end": 146
|
|
15282
15432
|
},
|
|
15283
15433
|
"context": {
|
|
15284
15434
|
"type": "variable",
|
|
@@ -15286,8 +15436,8 @@
|
|
|
15286
15436
|
"value": "$kendo-color-gradient-slider-vertical-size",
|
|
15287
15437
|
"scope": "default",
|
|
15288
15438
|
"line": {
|
|
15289
|
-
"start":
|
|
15290
|
-
"end":
|
|
15439
|
+
"start": 147,
|
|
15440
|
+
"end": 147
|
|
15291
15441
|
}
|
|
15292
15442
|
},
|
|
15293
15443
|
"group": [
|
|
@@ -15302,8 +15452,8 @@
|
|
|
15302
15452
|
{
|
|
15303
15453
|
"description": "The height of the large ColorGradient vertical slider.\n",
|
|
15304
15454
|
"commentRange": {
|
|
15305
|
-
"start":
|
|
15306
|
-
"end":
|
|
15455
|
+
"start": 148,
|
|
15456
|
+
"end": 149
|
|
15307
15457
|
},
|
|
15308
15458
|
"context": {
|
|
15309
15459
|
"type": "variable",
|
|
@@ -15311,8 +15461,8 @@
|
|
|
15311
15461
|
"value": "268px",
|
|
15312
15462
|
"scope": "default",
|
|
15313
15463
|
"line": {
|
|
15314
|
-
"start":
|
|
15315
|
-
"end":
|
|
15464
|
+
"start": 150,
|
|
15465
|
+
"end": 150
|
|
15316
15466
|
}
|
|
15317
15467
|
},
|
|
15318
15468
|
"group": [
|
|
@@ -15327,8 +15477,8 @@
|
|
|
15327
15477
|
{
|
|
15328
15478
|
"description": "The width of the ColorGradient canvas drag handle.\n",
|
|
15329
15479
|
"commentRange": {
|
|
15330
|
-
"start":
|
|
15331
|
-
"end":
|
|
15480
|
+
"start": 152,
|
|
15481
|
+
"end": 153
|
|
15332
15482
|
},
|
|
15333
15483
|
"context": {
|
|
15334
15484
|
"type": "variable",
|
|
@@ -15336,8 +15486,8 @@
|
|
|
15336
15486
|
"value": "14px",
|
|
15337
15487
|
"scope": "default",
|
|
15338
15488
|
"line": {
|
|
15339
|
-
"start":
|
|
15340
|
-
"end":
|
|
15489
|
+
"start": 154,
|
|
15490
|
+
"end": 154
|
|
15341
15491
|
}
|
|
15342
15492
|
},
|
|
15343
15493
|
"group": [
|
|
@@ -15352,8 +15502,8 @@
|
|
|
15352
15502
|
{
|
|
15353
15503
|
"description": "The height of the ColorGradient canvas drag handle.\n",
|
|
15354
15504
|
"commentRange": {
|
|
15355
|
-
"start":
|
|
15356
|
-
"end":
|
|
15505
|
+
"start": 155,
|
|
15506
|
+
"end": 156
|
|
15357
15507
|
},
|
|
15358
15508
|
"context": {
|
|
15359
15509
|
"type": "variable",
|
|
@@ -15361,8 +15511,8 @@
|
|
|
15361
15511
|
"value": "14px",
|
|
15362
15512
|
"scope": "default",
|
|
15363
15513
|
"line": {
|
|
15364
|
-
"start":
|
|
15365
|
-
"end":
|
|
15514
|
+
"start": 157,
|
|
15515
|
+
"end": 157
|
|
15366
15516
|
}
|
|
15367
15517
|
},
|
|
15368
15518
|
"group": [
|
|
@@ -15377,8 +15527,8 @@
|
|
|
15377
15527
|
{
|
|
15378
15528
|
"description": "The width of the border around the ColorGradient canvas drag handle.\n",
|
|
15379
15529
|
"commentRange": {
|
|
15380
|
-
"start":
|
|
15381
|
-
"end":
|
|
15530
|
+
"start": 158,
|
|
15531
|
+
"end": 159
|
|
15382
15532
|
},
|
|
15383
15533
|
"context": {
|
|
15384
15534
|
"type": "variable",
|
|
@@ -15386,8 +15536,8 @@
|
|
|
15386
15536
|
"value": "1px",
|
|
15387
15537
|
"scope": "default",
|
|
15388
15538
|
"line": {
|
|
15389
|
-
"start":
|
|
15390
|
-
"end":
|
|
15539
|
+
"start": 160,
|
|
15540
|
+
"end": 160
|
|
15391
15541
|
}
|
|
15392
15542
|
},
|
|
15393
15543
|
"group": [
|
|
@@ -15402,8 +15552,8 @@
|
|
|
15402
15552
|
{
|
|
15403
15553
|
"description": "The width of the outline around the ColorGradient canvas drag handle.\n",
|
|
15404
15554
|
"commentRange": {
|
|
15405
|
-
"start":
|
|
15406
|
-
"end":
|
|
15555
|
+
"start": 161,
|
|
15556
|
+
"end": 162
|
|
15407
15557
|
},
|
|
15408
15558
|
"context": {
|
|
15409
15559
|
"type": "variable",
|
|
@@ -15411,8 +15561,8 @@
|
|
|
15411
15561
|
"value": "1px",
|
|
15412
15562
|
"scope": "default",
|
|
15413
15563
|
"line": {
|
|
15414
|
-
"start":
|
|
15415
|
-
"end":
|
|
15564
|
+
"start": 163,
|
|
15565
|
+
"end": 163
|
|
15416
15566
|
}
|
|
15417
15567
|
},
|
|
15418
15568
|
"group": [
|
|
@@ -15427,8 +15577,8 @@
|
|
|
15427
15577
|
{
|
|
15428
15578
|
"description": "The border radius of the ColorGradient canvas drag handle.\n",
|
|
15429
15579
|
"commentRange": {
|
|
15430
|
-
"start":
|
|
15431
|
-
"end":
|
|
15580
|
+
"start": 164,
|
|
15581
|
+
"end": 165
|
|
15432
15582
|
},
|
|
15433
15583
|
"context": {
|
|
15434
15584
|
"type": "variable",
|
|
@@ -15436,8 +15586,8 @@
|
|
|
15436
15586
|
"value": "50%",
|
|
15437
15587
|
"scope": "default",
|
|
15438
15588
|
"line": {
|
|
15439
|
-
"start":
|
|
15440
|
-
"end":
|
|
15589
|
+
"start": 166,
|
|
15590
|
+
"end": 166
|
|
15441
15591
|
}
|
|
15442
15592
|
},
|
|
15443
15593
|
"group": [
|
|
@@ -15452,8 +15602,8 @@
|
|
|
15452
15602
|
{
|
|
15453
15603
|
"description": "The text color of the ColorGradient canvas drag handle.\n",
|
|
15454
15604
|
"commentRange": {
|
|
15455
|
-
"start":
|
|
15456
|
-
"end":
|
|
15605
|
+
"start": 167,
|
|
15606
|
+
"end": 168
|
|
15457
15607
|
},
|
|
15458
15608
|
"context": {
|
|
15459
15609
|
"type": "variable",
|
|
@@ -15461,8 +15611,8 @@
|
|
|
15461
15611
|
"value": "null",
|
|
15462
15612
|
"scope": "default",
|
|
15463
15613
|
"line": {
|
|
15464
|
-
"start":
|
|
15465
|
-
"end":
|
|
15614
|
+
"start": 169,
|
|
15615
|
+
"end": 169
|
|
15466
15616
|
}
|
|
15467
15617
|
},
|
|
15468
15618
|
"group": [
|
|
@@ -15477,8 +15627,8 @@
|
|
|
15477
15627
|
{
|
|
15478
15628
|
"description": "The background color of the ColorGradient canvas drag handle.\n",
|
|
15479
15629
|
"commentRange": {
|
|
15480
|
-
"start":
|
|
15481
|
-
"end":
|
|
15630
|
+
"start": 170,
|
|
15631
|
+
"end": 171
|
|
15482
15632
|
},
|
|
15483
15633
|
"context": {
|
|
15484
15634
|
"type": "variable",
|
|
@@ -15486,8 +15636,8 @@
|
|
|
15486
15636
|
"value": "transparent",
|
|
15487
15637
|
"scope": "default",
|
|
15488
15638
|
"line": {
|
|
15489
|
-
"start":
|
|
15490
|
-
"end":
|
|
15639
|
+
"start": 172,
|
|
15640
|
+
"end": 172
|
|
15491
15641
|
}
|
|
15492
15642
|
},
|
|
15493
15643
|
"group": [
|
|
@@ -15502,8 +15652,8 @@
|
|
|
15502
15652
|
{
|
|
15503
15653
|
"description": "The color of the border around the ColorGradient canvas drag handle.\n",
|
|
15504
15654
|
"commentRange": {
|
|
15505
|
-
"start":
|
|
15506
|
-
"end":
|
|
15655
|
+
"start": 173,
|
|
15656
|
+
"end": 174
|
|
15507
15657
|
},
|
|
15508
15658
|
"context": {
|
|
15509
15659
|
"type": "variable",
|
|
@@ -15511,8 +15661,8 @@
|
|
|
15511
15661
|
"value": "rgba( white, .8)",
|
|
15512
15662
|
"scope": "default",
|
|
15513
15663
|
"line": {
|
|
15514
|
-
"start":
|
|
15515
|
-
"end":
|
|
15664
|
+
"start": 175,
|
|
15665
|
+
"end": 175
|
|
15516
15666
|
}
|
|
15517
15667
|
},
|
|
15518
15668
|
"group": [
|
|
@@ -15527,8 +15677,8 @@
|
|
|
15527
15677
|
{
|
|
15528
15678
|
"description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
|
|
15529
15679
|
"commentRange": {
|
|
15530
|
-
"start":
|
|
15531
|
-
"end":
|
|
15680
|
+
"start": 176,
|
|
15681
|
+
"end": 177
|
|
15532
15682
|
},
|
|
15533
15683
|
"context": {
|
|
15534
15684
|
"type": "variable",
|
|
@@ -15536,8 +15686,8 @@
|
|
|
15536
15686
|
"value": "$kendo-color-black",
|
|
15537
15687
|
"scope": "default",
|
|
15538
15688
|
"line": {
|
|
15539
|
-
"start":
|
|
15540
|
-
"end":
|
|
15689
|
+
"start": 178,
|
|
15690
|
+
"end": 178
|
|
15541
15691
|
}
|
|
15542
15692
|
},
|
|
15543
15693
|
"group": [
|
|
@@ -15552,8 +15702,8 @@
|
|
|
15552
15702
|
{
|
|
15553
15703
|
"description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
|
|
15554
15704
|
"commentRange": {
|
|
15555
|
-
"start":
|
|
15556
|
-
"end":
|
|
15705
|
+
"start": 179,
|
|
15706
|
+
"end": 180
|
|
15557
15707
|
},
|
|
15558
15708
|
"context": {
|
|
15559
15709
|
"type": "variable",
|
|
@@ -15561,8 +15711,8 @@
|
|
|
15561
15711
|
"value": "$kendo-color-black",
|
|
15562
15712
|
"scope": "default",
|
|
15563
15713
|
"line": {
|
|
15564
|
-
"start":
|
|
15565
|
-
"end":
|
|
15714
|
+
"start": 181,
|
|
15715
|
+
"end": 181
|
|
15566
15716
|
}
|
|
15567
15717
|
},
|
|
15568
15718
|
"group": [
|
|
@@ -15577,8 +15727,8 @@
|
|
|
15577
15727
|
{
|
|
15578
15728
|
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
15579
15729
|
"commentRange": {
|
|
15580
|
-
"start":
|
|
15581
|
-
"end":
|
|
15730
|
+
"start": 182,
|
|
15731
|
+
"end": 183
|
|
15582
15732
|
},
|
|
15583
15733
|
"context": {
|
|
15584
15734
|
"type": "variable",
|
|
@@ -15586,8 +15736,8 @@
|
|
|
15586
15736
|
"value": "k-elevation(2)",
|
|
15587
15737
|
"scope": "default",
|
|
15588
15738
|
"line": {
|
|
15589
|
-
"start":
|
|
15590
|
-
"end":
|
|
15739
|
+
"start": 184,
|
|
15740
|
+
"end": 184
|
|
15591
15741
|
}
|
|
15592
15742
|
},
|
|
15593
15743
|
"group": [
|
|
@@ -15602,8 +15752,8 @@
|
|
|
15602
15752
|
{
|
|
15603
15753
|
"description": "The vertical margin of the ColorGradient canvas drag handle.\n",
|
|
15604
15754
|
"commentRange": {
|
|
15605
|
-
"start":
|
|
15606
|
-
"end":
|
|
15755
|
+
"start": 186,
|
|
15756
|
+
"end": 187
|
|
15607
15757
|
},
|
|
15608
15758
|
"context": {
|
|
15609
15759
|
"type": "variable",
|
|
@@ -15611,8 +15761,8 @@
|
|
|
15611
15761
|
"value": "- math.div( $kendo-color-gradient-draghandle-height, 2 )",
|
|
15612
15762
|
"scope": "default",
|
|
15613
15763
|
"line": {
|
|
15614
|
-
"start":
|
|
15615
|
-
"end":
|
|
15764
|
+
"start": 188,
|
|
15765
|
+
"end": 188
|
|
15616
15766
|
}
|
|
15617
15767
|
},
|
|
15618
15768
|
"group": [
|
|
@@ -15627,8 +15777,8 @@
|
|
|
15627
15777
|
{
|
|
15628
15778
|
"description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
|
|
15629
15779
|
"commentRange": {
|
|
15630
|
-
"start":
|
|
15631
|
-
"end":
|
|
15780
|
+
"start": 189,
|
|
15781
|
+
"end": 190
|
|
15632
15782
|
},
|
|
15633
15783
|
"context": {
|
|
15634
15784
|
"type": "variable",
|
|
@@ -15636,8 +15786,8 @@
|
|
|
15636
15786
|
"value": "- math.div( $kendo-color-gradient-draghandle-width, 2 )",
|
|
15637
15787
|
"scope": "default",
|
|
15638
15788
|
"line": {
|
|
15639
|
-
"start":
|
|
15640
|
-
"end":
|
|
15789
|
+
"start": 191,
|
|
15790
|
+
"end": 191
|
|
15641
15791
|
}
|
|
15642
15792
|
},
|
|
15643
15793
|
"group": [
|
|
@@ -15652,8 +15802,8 @@
|
|
|
15652
15802
|
{
|
|
15653
15803
|
"description": "The width of the ColorGradient input.\n",
|
|
15654
15804
|
"commentRange": {
|
|
15655
|
-
"start":
|
|
15656
|
-
"end":
|
|
15805
|
+
"start": 193,
|
|
15806
|
+
"end": 194
|
|
15657
15807
|
},
|
|
15658
15808
|
"context": {
|
|
15659
15809
|
"type": "variable",
|
|
@@ -15661,8 +15811,8 @@
|
|
|
15661
15811
|
"value": "46px",
|
|
15662
15812
|
"scope": "default",
|
|
15663
15813
|
"line": {
|
|
15664
|
-
"start":
|
|
15665
|
-
"end":
|
|
15814
|
+
"start": 195,
|
|
15815
|
+
"end": 195
|
|
15666
15816
|
}
|
|
15667
15817
|
},
|
|
15668
15818
|
"group": [
|
|
@@ -15677,8 +15827,8 @@
|
|
|
15677
15827
|
{
|
|
15678
15828
|
"description": "The spacing between the ColorGradient inputs.\n",
|
|
15679
15829
|
"commentRange": {
|
|
15680
|
-
"start":
|
|
15681
|
-
"end":
|
|
15830
|
+
"start": 196,
|
|
15831
|
+
"end": 197
|
|
15682
15832
|
},
|
|
15683
15833
|
"context": {
|
|
15684
15834
|
"type": "variable",
|
|
@@ -15686,8 +15836,8 @@
|
|
|
15686
15836
|
"value": "k-spacing(2)",
|
|
15687
15837
|
"scope": "default",
|
|
15688
15838
|
"line": {
|
|
15689
|
-
"start":
|
|
15690
|
-
"end":
|
|
15839
|
+
"start": 198,
|
|
15840
|
+
"end": 198
|
|
15691
15841
|
}
|
|
15692
15842
|
},
|
|
15693
15843
|
"group": [
|
|
@@ -15702,8 +15852,8 @@
|
|
|
15702
15852
|
{
|
|
15703
15853
|
"description": "The spacing between the ColorGradient inputs and their labels.\n",
|
|
15704
15854
|
"commentRange": {
|
|
15705
|
-
"start":
|
|
15706
|
-
"end":
|
|
15855
|
+
"start": 199,
|
|
15856
|
+
"end": 200
|
|
15707
15857
|
},
|
|
15708
15858
|
"context": {
|
|
15709
15859
|
"type": "variable",
|
|
@@ -15711,8 +15861,8 @@
|
|
|
15711
15861
|
"value": "calc( #{$kendo-color-gradient-spacer} / 3 )",
|
|
15712
15862
|
"scope": "default",
|
|
15713
15863
|
"line": {
|
|
15714
|
-
"start":
|
|
15715
|
-
"end":
|
|
15864
|
+
"start": 201,
|
|
15865
|
+
"end": 201
|
|
15716
15866
|
}
|
|
15717
15867
|
},
|
|
15718
15868
|
"group": [
|
|
@@ -15727,8 +15877,8 @@
|
|
|
15727
15877
|
{
|
|
15728
15878
|
"description": "The text color of the ColorGradient input labels.\n",
|
|
15729
15879
|
"commentRange": {
|
|
15730
|
-
"start":
|
|
15731
|
-
"end":
|
|
15880
|
+
"start": 202,
|
|
15881
|
+
"end": 203
|
|
15732
15882
|
},
|
|
15733
15883
|
"context": {
|
|
15734
15884
|
"type": "variable",
|
|
@@ -15736,8 +15886,8 @@
|
|
|
15736
15886
|
"value": "$kendo-subtle-text",
|
|
15737
15887
|
"scope": "default",
|
|
15738
15888
|
"line": {
|
|
15739
|
-
"start":
|
|
15740
|
-
"end":
|
|
15889
|
+
"start": 204,
|
|
15890
|
+
"end": 204
|
|
15741
15891
|
}
|
|
15742
15892
|
},
|
|
15743
15893
|
"group": [
|
|
@@ -15752,8 +15902,8 @@
|
|
|
15752
15902
|
{
|
|
15753
15903
|
"description": "The width of the small ColorGradient input.\n",
|
|
15754
15904
|
"commentRange": {
|
|
15755
|
-
"start":
|
|
15756
|
-
"end":
|
|
15905
|
+
"start": 206,
|
|
15906
|
+
"end": 207
|
|
15757
15907
|
},
|
|
15758
15908
|
"context": {
|
|
15759
15909
|
"type": "variable",
|
|
@@ -15761,8 +15911,8 @@
|
|
|
15761
15911
|
"value": "42px",
|
|
15762
15912
|
"scope": "default",
|
|
15763
15913
|
"line": {
|
|
15764
|
-
"start":
|
|
15765
|
-
"end":
|
|
15914
|
+
"start": 208,
|
|
15915
|
+
"end": 208
|
|
15766
15916
|
}
|
|
15767
15917
|
},
|
|
15768
15918
|
"group": [
|
|
@@ -15777,8 +15927,8 @@
|
|
|
15777
15927
|
{
|
|
15778
15928
|
"description": "The width of the medium ColorGradient input.\n",
|
|
15779
15929
|
"commentRange": {
|
|
15780
|
-
"start":
|
|
15781
|
-
"end":
|
|
15930
|
+
"start": 209,
|
|
15931
|
+
"end": 210
|
|
15782
15932
|
},
|
|
15783
15933
|
"context": {
|
|
15784
15934
|
"type": "variable",
|
|
@@ -15786,8 +15936,8 @@
|
|
|
15786
15936
|
"value": "$kendo-color-gradient-input-width",
|
|
15787
15937
|
"scope": "default",
|
|
15788
15938
|
"line": {
|
|
15789
|
-
"start":
|
|
15790
|
-
"end":
|
|
15939
|
+
"start": 211,
|
|
15940
|
+
"end": 211
|
|
15791
15941
|
}
|
|
15792
15942
|
},
|
|
15793
15943
|
"group": [
|
|
@@ -15802,17 +15952,17 @@
|
|
|
15802
15952
|
{
|
|
15803
15953
|
"description": "The width of the large ColorGradient input.\n",
|
|
15804
15954
|
"commentRange": {
|
|
15805
|
-
"start":
|
|
15806
|
-
"end":
|
|
15955
|
+
"start": 212,
|
|
15956
|
+
"end": 213
|
|
15807
15957
|
},
|
|
15808
15958
|
"context": {
|
|
15809
15959
|
"type": "variable",
|
|
15810
15960
|
"name": "kendo-color-gradient-lg-input-width",
|
|
15811
|
-
"value": "
|
|
15961
|
+
"value": "62px",
|
|
15812
15962
|
"scope": "default",
|
|
15813
15963
|
"line": {
|
|
15814
|
-
"start":
|
|
15815
|
-
"end":
|
|
15964
|
+
"start": 214,
|
|
15965
|
+
"end": 214
|
|
15816
15966
|
}
|
|
15817
15967
|
},
|
|
15818
15968
|
"group": [
|
|
@@ -15827,8 +15977,8 @@
|
|
|
15827
15977
|
{
|
|
15828
15978
|
"description": "The font weight of the ColorGradient contrast ratio text.\n",
|
|
15829
15979
|
"commentRange": {
|
|
15830
|
-
"start":
|
|
15831
|
-
"end":
|
|
15980
|
+
"start": 216,
|
|
15981
|
+
"end": 217
|
|
15832
15982
|
},
|
|
15833
15983
|
"context": {
|
|
15834
15984
|
"type": "variable",
|
|
@@ -15836,8 +15986,8 @@
|
|
|
15836
15986
|
"value": "var( --kendo-font-weight-bold, normal )",
|
|
15837
15987
|
"scope": "default",
|
|
15838
15988
|
"line": {
|
|
15839
|
-
"start":
|
|
15840
|
-
"end":
|
|
15989
|
+
"start": 218,
|
|
15990
|
+
"end": 218
|
|
15841
15991
|
}
|
|
15842
15992
|
},
|
|
15843
15993
|
"group": [
|
|
@@ -15852,8 +16002,8 @@
|
|
|
15852
16002
|
{
|
|
15853
16003
|
"description": "The spacing between the items in the ColorGradient contrast tool.\n",
|
|
15854
16004
|
"commentRange": {
|
|
15855
|
-
"start":
|
|
15856
|
-
"end":
|
|
16005
|
+
"start": 219,
|
|
16006
|
+
"end": 220
|
|
15857
16007
|
},
|
|
15858
16008
|
"context": {
|
|
15859
16009
|
"type": "variable",
|
|
@@ -15861,8 +16011,8 @@
|
|
|
15861
16011
|
"value": "calc( #{$kendo-color-gradient-spacer} / 1.5 )",
|
|
15862
16012
|
"scope": "default",
|
|
15863
16013
|
"line": {
|
|
15864
|
-
"start":
|
|
15865
|
-
"end":
|
|
16014
|
+
"start": 221,
|
|
16015
|
+
"end": 221
|
|
15866
16016
|
}
|
|
15867
16017
|
},
|
|
15868
16018
|
"group": [
|
|
@@ -15877,17 +16027,17 @@
|
|
|
15877
16027
|
{
|
|
15878
16028
|
"description": "The size map of the ColorGradient.\n",
|
|
15879
16029
|
"commentRange": {
|
|
15880
|
-
"start":
|
|
15881
|
-
"end":
|
|
16030
|
+
"start": 223,
|
|
16031
|
+
"end": 224
|
|
15882
16032
|
},
|
|
15883
16033
|
"context": {
|
|
15884
16034
|
"type": "variable",
|
|
15885
16035
|
"name": "kendo-color-gradient-sizes",
|
|
15886
|
-
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,\n input-width: $kendo-color-gradient-sm-input-width,\n gap: $kendo-color-gradient-sm-gap,\n canvas-gap: $kendo-color-gradient-sm-canvas-gap\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,\n input-width: $kendo-color-gradient-md-input-width,\n gap: $kendo-color-gradient-md-gap,\n canvas-gap: $kendo-color-gradient-md-canvas-gap\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,\n input-width: $kendo-color-gradient-lg-input-width,\n gap: $kendo-color-gradient-lg-gap,\n canvas-gap: $kendo-color-gradient-lg-canvas-gap\n )\n)",
|
|
16036
|
+
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,\n input-width: $kendo-color-gradient-sm-input-width,\n gap: $kendo-color-gradient-sm-gap,\n canvas-gap: $kendo-color-gradient-sm-canvas-gap,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,\n input-width: $kendo-color-gradient-md-input-width,\n gap: $kendo-color-gradient-md-gap,\n canvas-gap: $kendo-color-gradient-md-canvas-gap,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,\n input-width: $kendo-color-gradient-lg-input-width,\n gap: $kendo-color-gradient-lg-gap,\n canvas-gap: $kendo-color-gradient-lg-canvas-gap,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
|
|
15887
16037
|
"scope": "default",
|
|
15888
16038
|
"line": {
|
|
15889
|
-
"start":
|
|
15890
|
-
"end":
|
|
16039
|
+
"start": 225,
|
|
16040
|
+
"end": 256
|
|
15891
16041
|
}
|
|
15892
16042
|
},
|
|
15893
16043
|
"group": [
|
|
@@ -16032,7 +16182,7 @@
|
|
|
16032
16182
|
},
|
|
16033
16183
|
"context": {
|
|
16034
16184
|
"type": "variable",
|
|
16035
|
-
"name": "kendo-color-palette-tile-
|
|
16185
|
+
"name": "kendo-color-palette-sm-tile-width",
|
|
16036
16186
|
"value": "k-spacing(5.5)",
|
|
16037
16187
|
"scope": "default",
|
|
16038
16188
|
"line": {
|
|
@@ -16057,8 +16207,8 @@
|
|
|
16057
16207
|
},
|
|
16058
16208
|
"context": {
|
|
16059
16209
|
"type": "variable",
|
|
16060
|
-
"name": "kendo-color-palette-tile-
|
|
16061
|
-
"value": "$kendo-color-palette-tile-
|
|
16210
|
+
"name": "kendo-color-palette-sm-tile-height",
|
|
16211
|
+
"value": "$kendo-color-palette-sm-tile-width",
|
|
16062
16212
|
"scope": "default",
|
|
16063
16213
|
"line": {
|
|
16064
16214
|
"start": 26,
|
|
@@ -16082,7 +16232,7 @@
|
|
|
16082
16232
|
},
|
|
16083
16233
|
"context": {
|
|
16084
16234
|
"type": "variable",
|
|
16085
|
-
"name": "kendo-color-palette-tile-
|
|
16235
|
+
"name": "kendo-color-palette-md-tile-width",
|
|
16086
16236
|
"value": "$kendo-color-palette-tile-width",
|
|
16087
16237
|
"scope": "default",
|
|
16088
16238
|
"line": {
|
|
@@ -16107,7 +16257,7 @@
|
|
|
16107
16257
|
},
|
|
16108
16258
|
"context": {
|
|
16109
16259
|
"type": "variable",
|
|
16110
|
-
"name": "kendo-color-palette-tile-
|
|
16260
|
+
"name": "kendo-color-palette-md-tile-height",
|
|
16111
16261
|
"value": "$kendo-color-palette-tile-height",
|
|
16112
16262
|
"scope": "default",
|
|
16113
16263
|
"line": {
|
|
@@ -16132,7 +16282,7 @@
|
|
|
16132
16282
|
},
|
|
16133
16283
|
"context": {
|
|
16134
16284
|
"type": "variable",
|
|
16135
|
-
"name": "kendo-color-palette-tile-
|
|
16285
|
+
"name": "kendo-color-palette-lg-tile-width",
|
|
16136
16286
|
"value": "k-spacing(8)",
|
|
16137
16287
|
"scope": "default",
|
|
16138
16288
|
"line": {
|
|
@@ -16157,8 +16307,8 @@
|
|
|
16157
16307
|
},
|
|
16158
16308
|
"context": {
|
|
16159
16309
|
"type": "variable",
|
|
16160
|
-
"name": "kendo-color-palette-tile-
|
|
16161
|
-
"value": "$kendo-color-palette-tile-
|
|
16310
|
+
"name": "kendo-color-palette-lg-tile-height",
|
|
16311
|
+
"value": "$kendo-color-palette-lg-tile-width",
|
|
16162
16312
|
"scope": "default",
|
|
16163
16313
|
"line": {
|
|
16164
16314
|
"start": 38,
|
|
@@ -16258,7 +16408,7 @@
|
|
|
16258
16408
|
"context": {
|
|
16259
16409
|
"type": "variable",
|
|
16260
16410
|
"name": "kendo-color-palette-sizes",
|
|
16261
|
-
"value": "(\n sm: (\n width: $kendo-color-palette-tile-
|
|
16411
|
+
"value": "(\n sm: (\n width: $kendo-color-palette-sm-tile-width,\n height: $kendo-color-palette-sm-tile-height\n ),\n md: (\n width: $kendo-color-palette-md-tile-width,\n height: $kendo-color-palette-md-tile-height\n ),\n lg: (\n width: $kendo-color-palette-lg-tile-width,\n height: $kendo-color-palette-lg-tile-height\n )\n)",
|
|
16262
16412
|
"scope": "default",
|
|
16263
16413
|
"line": {
|
|
16264
16414
|
"start": 51,
|