@progress/kendo-theme-material 10.1.1-dev.0 → 10.2.0-dev.0

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.
Files changed (37) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-aqua-dark.css +1 -1
  3. package/dist/material-arctic.css +1 -1
  4. package/dist/material-burnt-teal.css +1 -1
  5. package/dist/material-dataviz-v4.css +1 -1
  6. package/dist/material-eggplant.css +1 -1
  7. package/dist/material-lime-dark.css +1 -1
  8. package/dist/material-lime.css +1 -1
  9. package/dist/material-main-dark.css +1 -1
  10. package/dist/material-main.css +1 -1
  11. package/dist/material-nova.css +1 -1
  12. package/dist/material-pacific-dark.css +1 -1
  13. package/dist/material-pacific.css +1 -1
  14. package/dist/material-sky-dark.css +1 -1
  15. package/dist/material-sky.css +1 -1
  16. package/dist/material-smoke.css +1 -1
  17. package/dist/meta/sassdoc-data.json +859 -523
  18. package/dist/meta/sassdoc-raw-data.json +365 -215
  19. package/dist/meta/variables.json +55 -25
  20. package/lib/swatches/material-aqua-dark.json +1 -1
  21. package/lib/swatches/material-arctic.json +1 -1
  22. package/lib/swatches/material-burnt-teal.json +1 -1
  23. package/lib/swatches/material-dataviz-v4.json +1 -1
  24. package/lib/swatches/material-eggplant.json +1 -1
  25. package/lib/swatches/material-lime-dark.json +1 -1
  26. package/lib/swatches/material-lime.json +1 -1
  27. package/lib/swatches/material-main-dark.json +1 -1
  28. package/lib/swatches/material-main.json +1 -1
  29. package/lib/swatches/material-nova.json +1 -1
  30. package/lib/swatches/material-pacific-dark.json +1 -1
  31. package/lib/swatches/material-pacific.json +1 -1
  32. package/lib/swatches/material-sky-dark.json +1 -1
  33. package/lib/swatches/material-sky.json +1 -1
  34. package/lib/swatches/material-smoke.json +1 -1
  35. package/package.json +5 -5
  36. package/scss/colorgradient/_variables.scss +43 -11
  37. package/scss/colorpalette/_variables.scss +18 -18
@@ -14625,19 +14625,19 @@
14625
14625
  }
14626
14626
  },
14627
14627
  {
14628
- "description": "The width of the small ColorGradient.\n",
14628
+ "description": "The vertical padding of the small ColorGradient.\n",
14629
14629
  "commentRange": {
14630
- "start": 46,
14631
- "end": 47
14630
+ "start": 47,
14631
+ "end": 48
14632
14632
  },
14633
14633
  "context": {
14634
14634
  "type": "variable",
14635
- "name": "kendo-color-gradient-sm-width",
14636
- "value": "254px",
14635
+ "name": "kendo-color-gradient-sm-padding-y",
14636
+ "value": "$kendo-color-gradient-spacer",
14637
14637
  "scope": "default",
14638
14638
  "line": {
14639
- "start": 48,
14640
- "end": 48
14639
+ "start": 49,
14640
+ "end": 49
14641
14641
  }
14642
14642
  },
14643
14643
  "group": [
@@ -14650,19 +14650,19 @@
14650
14650
  }
14651
14651
  },
14652
14652
  {
14653
- "description": "The width of the medium ColorGradient.\n",
14653
+ "description": "The horizontal padding of the small ColorGradient.\n",
14654
14654
  "commentRange": {
14655
- "start": 49,
14656
- "end": 50
14655
+ "start": 50,
14656
+ "end": 51
14657
14657
  },
14658
14658
  "context": {
14659
14659
  "type": "variable",
14660
- "name": "kendo-color-gradient-md-width",
14661
- "value": "$kendo-color-gradient-width",
14660
+ "name": "kendo-color-gradient-sm-padding-x",
14661
+ "value": "$kendo-color-gradient-padding-y",
14662
14662
  "scope": "default",
14663
14663
  "line": {
14664
- "start": 51,
14665
- "end": 51
14664
+ "start": 52,
14665
+ "end": 52
14666
14666
  }
14667
14667
  },
14668
14668
  "group": [
@@ -14675,19 +14675,19 @@
14675
14675
  }
14676
14676
  },
14677
14677
  {
14678
- "description": "The width of the large ColorGradient.\n",
14678
+ "description": "The vertical padding of the medium ColorGradient.\n",
14679
14679
  "commentRange": {
14680
- "start": 52,
14681
- "end": 53
14680
+ "start": 53,
14681
+ "end": 54
14682
14682
  },
14683
14683
  "context": {
14684
14684
  "type": "variable",
14685
- "name": "kendo-color-gradient-lg-width",
14686
- "value": "328px",
14685
+ "name": "kendo-color-gradient-md-padding-y",
14686
+ "value": "$kendo-color-gradient-spacer",
14687
14687
  "scope": "default",
14688
14688
  "line": {
14689
- "start": 54,
14690
- "end": 54
14689
+ "start": 55,
14690
+ "end": 55
14691
14691
  }
14692
14692
  },
14693
14693
  "group": [
@@ -14700,15 +14700,15 @@
14700
14700
  }
14701
14701
  },
14702
14702
  {
14703
- "description": "The spacing between the sections of the small ColorGradient.\n",
14703
+ "description": "The horizontal padding of the medium ColorGradient.\n",
14704
14704
  "commentRange": {
14705
14705
  "start": 56,
14706
14706
  "end": 57
14707
14707
  },
14708
14708
  "context": {
14709
14709
  "type": "variable",
14710
- "name": "kendo-color-gradient-sm-gap",
14711
- "value": "k-spacing(2.5)",
14710
+ "name": "kendo-color-gradient-md-padding-x",
14711
+ "value": "$kendo-color-gradient-padding-y",
14712
14712
  "scope": "default",
14713
14713
  "line": {
14714
14714
  "start": 58,
@@ -14725,15 +14725,15 @@
14725
14725
  }
14726
14726
  },
14727
14727
  {
14728
- "description": "The spacing between the sections of the medium ColorGradient.\n",
14728
+ "description": "The vertical padding of the large ColorGradient.\n",
14729
14729
  "commentRange": {
14730
14730
  "start": 59,
14731
14731
  "end": 60
14732
14732
  },
14733
14733
  "context": {
14734
14734
  "type": "variable",
14735
- "name": "kendo-color-gradient-md-gap",
14736
- "value": "$kendo-color-gradient-gap",
14735
+ "name": "kendo-color-gradient-lg-padding-y",
14736
+ "value": "k-spacing(4.5)",
14737
14737
  "scope": "default",
14738
14738
  "line": {
14739
14739
  "start": 61,
@@ -14750,15 +14750,15 @@
14750
14750
  }
14751
14751
  },
14752
14752
  {
14753
- "description": "The spacing between the sections of the large ColorGradient.\n",
14753
+ "description": "The horizontal padding of the large ColorGradient.\n",
14754
14754
  "commentRange": {
14755
14755
  "start": 62,
14756
14756
  "end": 63
14757
14757
  },
14758
14758
  "context": {
14759
14759
  "type": "variable",
14760
- "name": "kendo-color-gradient-lg-gap",
14761
- "value": "k-spacing(4)",
14760
+ "name": "kendo-color-gradient-lg-padding-x",
14761
+ "value": "k-spacing(4.5)",
14762
14762
  "scope": "default",
14763
14763
  "line": {
14764
14764
  "start": 64,
@@ -14775,15 +14775,15 @@
14775
14775
  }
14776
14776
  },
14777
14777
  {
14778
- "description": "The border color of the focused ColorGradient.\n",
14778
+ "description": "The width of the small ColorGradient.\n",
14779
14779
  "commentRange": {
14780
14780
  "start": 66,
14781
14781
  "end": 67
14782
14782
  },
14783
14783
  "context": {
14784
14784
  "type": "variable",
14785
- "name": "kendo-color-gradient-focus-border",
14786
- "value": "$kendo-hover-border",
14785
+ "name": "kendo-color-gradient-sm-width",
14786
+ "value": "278px",
14787
14787
  "scope": "default",
14788
14788
  "line": {
14789
14789
  "start": 68,
@@ -14800,15 +14800,15 @@
14800
14800
  }
14801
14801
  },
14802
14802
  {
14803
- "description": "The box shadow of the focused ColorGradient.\n",
14803
+ "description": "The width of the medium ColorGradient.\n",
14804
14804
  "commentRange": {
14805
14805
  "start": 69,
14806
14806
  "end": 70
14807
14807
  },
14808
14808
  "context": {
14809
14809
  "type": "variable",
14810
- "name": "kendo-color-gradient-focus-shadow",
14811
- "value": "k-elevation(3)",
14810
+ "name": "kendo-color-gradient-md-width",
14811
+ "value": "$kendo-color-gradient-width",
14812
14812
  "scope": "default",
14813
14813
  "line": {
14814
14814
  "start": 71,
@@ -14825,19 +14825,19 @@
14825
14825
  }
14826
14826
  },
14827
14827
  {
14828
- "description": "The border radius of the ColorGradient canvas.\n",
14828
+ "description": "The width of the large ColorGradient.\n",
14829
14829
  "commentRange": {
14830
- "start": 73,
14831
- "end": 74
14830
+ "start": 72,
14831
+ "end": 73
14832
14832
  },
14833
14833
  "context": {
14834
14834
  "type": "variable",
14835
- "name": "kendo-color-gradient-canvas-border-radius",
14836
- "value": "k-border-radius(md)",
14835
+ "name": "kendo-color-gradient-lg-width",
14836
+ "value": "364px",
14837
14837
  "scope": "default",
14838
14838
  "line": {
14839
- "start": 75,
14840
- "end": 75
14839
+ "start": 74,
14840
+ "end": 74
14841
14841
  }
14842
14842
  },
14843
14843
  "group": [
@@ -14850,15 +14850,15 @@
14850
14850
  }
14851
14851
  },
14852
14852
  {
14853
- "description": "The spacing between the items of the ColorGradient canvas.\n",
14853
+ "description": "The spacing between the sections of the small ColorGradient.\n",
14854
14854
  "commentRange": {
14855
14855
  "start": 76,
14856
14856
  "end": 77
14857
14857
  },
14858
14858
  "context": {
14859
14859
  "type": "variable",
14860
- "name": "kendo-color-gradient-canvas-gap",
14861
- "value": "$kendo-color-gradient-spacer",
14860
+ "name": "kendo-color-gradient-sm-gap",
14861
+ "value": "k-spacing(2.5)",
14862
14862
  "scope": "default",
14863
14863
  "line": {
14864
14864
  "start": 78,
@@ -14875,15 +14875,15 @@
14875
14875
  }
14876
14876
  },
14877
14877
  {
14878
- "description": "The height the ColorGradient canvas hsv rectangle.\n",
14878
+ "description": "The spacing between the sections of the medium ColorGradient.\n",
14879
14879
  "commentRange": {
14880
14880
  "start": 79,
14881
14881
  "end": 80
14882
14882
  },
14883
14883
  "context": {
14884
14884
  "type": "variable",
14885
- "name": "kendo-color-gradient-canvas-rectangle-height",
14886
- "value": "180px",
14885
+ "name": "kendo-color-gradient-md-gap",
14886
+ "value": "$kendo-color-gradient-gap",
14887
14887
  "scope": "default",
14888
14888
  "line": {
14889
14889
  "start": 81,
@@ -14900,15 +14900,15 @@
14900
14900
  }
14901
14901
  },
14902
14902
  {
14903
- "description": "The height the small ColorGradient canvas hsv rectangle.\n",
14903
+ "description": "The spacing between the sections of the large ColorGradient.\n",
14904
14904
  "commentRange": {
14905
14905
  "start": 82,
14906
14906
  "end": 83
14907
14907
  },
14908
14908
  "context": {
14909
14909
  "type": "variable",
14910
- "name": "kendo-color-gradient-sm-canvas-rectangle-height",
14911
- "value": "210px",
14910
+ "name": "kendo-color-gradient-lg-gap",
14911
+ "value": "k-spacing(4.5)",
14912
14912
  "scope": "default",
14913
14913
  "line": {
14914
14914
  "start": 84,
@@ -14924,11 +14924,161 @@
14924
14924
  "name": "_variables.scss"
14925
14925
  }
14926
14926
  },
14927
+ {
14928
+ "description": "The border color of the focused ColorGradient.\n",
14929
+ "commentRange": {
14930
+ "start": 86,
14931
+ "end": 87
14932
+ },
14933
+ "context": {
14934
+ "type": "variable",
14935
+ "name": "kendo-color-gradient-focus-border",
14936
+ "value": "$kendo-hover-border",
14937
+ "scope": "default",
14938
+ "line": {
14939
+ "start": 88,
14940
+ "end": 88
14941
+ }
14942
+ },
14943
+ "group": [
14944
+ "color-gradient"
14945
+ ],
14946
+ "access": "public",
14947
+ "file": {
14948
+ "path": "colorgradient/_variables.scss",
14949
+ "name": "_variables.scss"
14950
+ }
14951
+ },
14952
+ {
14953
+ "description": "The box shadow of the focused ColorGradient.\n",
14954
+ "commentRange": {
14955
+ "start": 89,
14956
+ "end": 90
14957
+ },
14958
+ "context": {
14959
+ "type": "variable",
14960
+ "name": "kendo-color-gradient-focus-shadow",
14961
+ "value": "k-elevation(3)",
14962
+ "scope": "default",
14963
+ "line": {
14964
+ "start": 91,
14965
+ "end": 91
14966
+ }
14967
+ },
14968
+ "group": [
14969
+ "color-gradient"
14970
+ ],
14971
+ "access": "public",
14972
+ "file": {
14973
+ "path": "colorgradient/_variables.scss",
14974
+ "name": "_variables.scss"
14975
+ }
14976
+ },
14977
+ {
14978
+ "description": "The border radius of the ColorGradient canvas.\n",
14979
+ "commentRange": {
14980
+ "start": 93,
14981
+ "end": 94
14982
+ },
14983
+ "context": {
14984
+ "type": "variable",
14985
+ "name": "kendo-color-gradient-canvas-border-radius",
14986
+ "value": "k-border-radius(md)",
14987
+ "scope": "default",
14988
+ "line": {
14989
+ "start": 95,
14990
+ "end": 95
14991
+ }
14992
+ },
14993
+ "group": [
14994
+ "color-gradient"
14995
+ ],
14996
+ "access": "public",
14997
+ "file": {
14998
+ "path": "colorgradient/_variables.scss",
14999
+ "name": "_variables.scss"
15000
+ }
15001
+ },
15002
+ {
15003
+ "description": "The spacing between the items of the ColorGradient canvas.\n",
15004
+ "commentRange": {
15005
+ "start": 96,
15006
+ "end": 97
15007
+ },
15008
+ "context": {
15009
+ "type": "variable",
15010
+ "name": "kendo-color-gradient-canvas-gap",
15011
+ "value": "$kendo-color-gradient-spacer",
15012
+ "scope": "default",
15013
+ "line": {
15014
+ "start": 98,
15015
+ "end": 98
15016
+ }
15017
+ },
15018
+ "group": [
15019
+ "color-gradient"
15020
+ ],
15021
+ "access": "public",
15022
+ "file": {
15023
+ "path": "colorgradient/_variables.scss",
15024
+ "name": "_variables.scss"
15025
+ }
15026
+ },
15027
+ {
15028
+ "description": "The height the ColorGradient canvas hsv rectangle.\n",
15029
+ "commentRange": {
15030
+ "start": 99,
15031
+ "end": 100
15032
+ },
15033
+ "context": {
15034
+ "type": "variable",
15035
+ "name": "kendo-color-gradient-canvas-rectangle-height",
15036
+ "value": "180px",
15037
+ "scope": "default",
15038
+ "line": {
15039
+ "start": 101,
15040
+ "end": 101
15041
+ }
15042
+ },
15043
+ "group": [
15044
+ "color-gradient"
15045
+ ],
15046
+ "access": "public",
15047
+ "file": {
15048
+ "path": "colorgradient/_variables.scss",
15049
+ "name": "_variables.scss"
15050
+ }
15051
+ },
15052
+ {
15053
+ "description": "The height the small ColorGradient canvas hsv rectangle.\n",
15054
+ "commentRange": {
15055
+ "start": 102,
15056
+ "end": 103
15057
+ },
15058
+ "context": {
15059
+ "type": "variable",
15060
+ "name": "kendo-color-gradient-sm-canvas-rectangle-height",
15061
+ "value": "$kendo-color-gradient-canvas-rectangle-height",
15062
+ "scope": "default",
15063
+ "line": {
15064
+ "start": 104,
15065
+ "end": 104
15066
+ }
15067
+ },
15068
+ "group": [
15069
+ "color-gradient"
15070
+ ],
15071
+ "access": "public",
15072
+ "file": {
15073
+ "path": "colorgradient/_variables.scss",
15074
+ "name": "_variables.scss"
15075
+ }
15076
+ },
14927
15077
  {
14928
15078
  "description": "The height the medium ColorGradient canvas hsv rectangle.\n",
14929
15079
  "commentRange": {
14930
- "start": 85,
14931
- "end": 86
15080
+ "start": 105,
15081
+ "end": 106
14932
15082
  },
14933
15083
  "context": {
14934
15084
  "type": "variable",
@@ -14936,8 +15086,8 @@
14936
15086
  "value": "$kendo-color-gradient-canvas-rectangle-height",
14937
15087
  "scope": "default",
14938
15088
  "line": {
14939
- "start": 87,
14940
- "end": 87
15089
+ "start": 107,
15090
+ "end": 107
14941
15091
  }
14942
15092
  },
14943
15093
  "group": [
@@ -14952,17 +15102,17 @@
14952
15102
  {
14953
15103
  "description": "The height the large ColorGradient canvas hsv rectangle.\n",
14954
15104
  "commentRange": {
14955
- "start": 88,
14956
- "end": 89
15105
+ "start": 108,
15106
+ "end": 109
14957
15107
  },
14958
15108
  "context": {
14959
15109
  "type": "variable",
14960
15110
  "name": "kendo-color-gradient-lg-canvas-rectangle-height",
14961
- "value": "266px",
15111
+ "value": "270px",
14962
15112
  "scope": "default",
14963
15113
  "line": {
14964
- "start": 90,
14965
- "end": 90
15114
+ "start": 110,
15115
+ "end": 110
14966
15116
  }
14967
15117
  },
14968
15118
  "group": [
@@ -14977,8 +15127,8 @@
14977
15127
  {
14978
15128
  "description": "The spacing between the items of the small ColorGradient canvas.\n",
14979
15129
  "commentRange": {
14980
- "start": 92,
14981
- "end": 93
15130
+ "start": 112,
15131
+ "end": 113
14982
15132
  },
14983
15133
  "context": {
14984
15134
  "type": "variable",
@@ -14986,8 +15136,8 @@
14986
15136
  "value": "k-spacing(2.5)",
14987
15137
  "scope": "default",
14988
15138
  "line": {
14989
- "start": 94,
14990
- "end": 94
15139
+ "start": 114,
15140
+ "end": 114
14991
15141
  }
14992
15142
  },
14993
15143
  "group": [
@@ -15002,8 +15152,8 @@
15002
15152
  {
15003
15153
  "description": "The spacing between the items of the medium ColorGradient canvas.\n",
15004
15154
  "commentRange": {
15005
- "start": 95,
15006
- "end": 96
15155
+ "start": 115,
15156
+ "end": 116
15007
15157
  },
15008
15158
  "context": {
15009
15159
  "type": "variable",
@@ -15011,8 +15161,8 @@
15011
15161
  "value": "$kendo-color-gradient-canvas-gap",
15012
15162
  "scope": "default",
15013
15163
  "line": {
15014
- "start": 97,
15015
- "end": 97
15164
+ "start": 117,
15165
+ "end": 117
15016
15166
  }
15017
15167
  },
15018
15168
  "group": [
@@ -15027,17 +15177,17 @@
15027
15177
  {
15028
15178
  "description": "The spacing between the items of the large ColorGradient canvas.\n",
15029
15179
  "commentRange": {
15030
- "start": 98,
15031
- "end": 99
15180
+ "start": 118,
15181
+ "end": 119
15032
15182
  },
15033
15183
  "context": {
15034
15184
  "type": "variable",
15035
15185
  "name": "kendo-color-gradient-lg-canvas-gap",
15036
- "value": "k-spacing(4)",
15186
+ "value": "k-spacing(4.5)",
15037
15187
  "scope": "default",
15038
15188
  "line": {
15039
- "start": 100,
15040
- "end": 100
15189
+ "start": 120,
15190
+ "end": 120
15041
15191
  }
15042
15192
  },
15043
15193
  "group": [
@@ -15051,9 +15201,9 @@
15051
15201
  },
15052
15202
  {
15053
15203
  "description": "The width of the ColorGradient slider.\n",
15054
- "commentRange": {
15055
- "start": 102,
15056
- "end": 103
15204
+ "commentRange": {
15205
+ "start": 122,
15206
+ "end": 123
15057
15207
  },
15058
15208
  "context": {
15059
15209
  "type": "variable",
@@ -15061,8 +15211,8 @@
15061
15211
  "value": "10px",
15062
15212
  "scope": "default",
15063
15213
  "line": {
15064
- "start": 104,
15065
- "end": 104
15214
+ "start": 124,
15215
+ "end": 124
15066
15216
  }
15067
15217
  },
15068
15218
  "group": [
@@ -15077,8 +15227,8 @@
15077
15227
  {
15078
15228
  "description": "The border radius of the ColorGradient slider.\n",
15079
15229
  "commentRange": {
15080
- "start": 105,
15081
- "end": 106
15230
+ "start": 125,
15231
+ "end": 126
15082
15232
  },
15083
15233
  "context": {
15084
15234
  "type": "variable",
@@ -15086,8 +15236,8 @@
15086
15236
  "value": "10px",
15087
15237
  "scope": "default",
15088
15238
  "line": {
15089
- "start": 107,
15090
- "end": 107
15239
+ "start": 127,
15240
+ "end": 127
15091
15241
  }
15092
15242
  },
15093
15243
  "group": [
@@ -15102,8 +15252,8 @@
15102
15252
  {
15103
15253
  "description": "The width of the border around the ColorGradient slider drag handle.\n",
15104
15254
  "commentRange": {
15105
- "start": 108,
15106
- "end": 109
15255
+ "start": 128,
15256
+ "end": 129
15107
15257
  },
15108
15258
  "context": {
15109
15259
  "type": "variable",
@@ -15111,8 +15261,8 @@
15111
15261
  "value": "3px",
15112
15262
  "scope": "default",
15113
15263
  "line": {
15114
- "start": 110,
15115
- "end": 110
15264
+ "start": 130,
15265
+ "end": 130
15116
15266
  }
15117
15267
  },
15118
15268
  "group": [
@@ -15127,8 +15277,8 @@
15127
15277
  {
15128
15278
  "description": "The height of the ColorGradient vertical slider.\n",
15129
15279
  "commentRange": {
15130
- "start": 112,
15131
- "end": 113
15280
+ "start": 132,
15281
+ "end": 133
15132
15282
  },
15133
15283
  "context": {
15134
15284
  "type": "variable",
@@ -15136,8 +15286,8 @@
15136
15286
  "value": "180px",
15137
15287
  "scope": "default",
15138
15288
  "line": {
15139
- "start": 114,
15140
- "end": 114
15289
+ "start": 134,
15290
+ "end": 134
15141
15291
  }
15142
15292
  },
15143
15293
  "group": [
@@ -15152,8 +15302,8 @@
15152
15302
  {
15153
15303
  "description": "The width of the ColorGradient horizontal slider.\n",
15154
15304
  "commentRange": {
15155
- "start": 115,
15156
- "end": 116
15305
+ "start": 135,
15306
+ "end": 136
15157
15307
  },
15158
15308
  "context": {
15159
15309
  "type": "variable",
@@ -15161,8 +15311,8 @@
15161
15311
  "value": "100%",
15162
15312
  "scope": "default",
15163
15313
  "line": {
15164
- "start": 117,
15165
- "end": 117
15314
+ "start": 137,
15315
+ "end": 137
15166
15316
  }
15167
15317
  },
15168
15318
  "group": [
@@ -15177,8 +15327,8 @@
15177
15327
  {
15178
15328
  "description": "The background image of the ColorGradient alpha slider.\n",
15179
15329
  "commentRange": {
15180
- "start": 118,
15181
- "end": 119
15330
+ "start": 138,
15331
+ "end": 139
15182
15332
  },
15183
15333
  "context": {
15184
15334
  "type": "variable",
@@ -15186,8 +15336,8 @@
15186
15336
  "value": "\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\"",
15187
15337
  "scope": "default",
15188
15338
  "line": {
15189
- "start": 120,
15190
- "end": 120
15339
+ "start": 140,
15340
+ "end": 140
15191
15341
  }
15192
15342
  },
15193
15343
  "group": [
@@ -15202,17 +15352,17 @@
15202
15352
  {
15203
15353
  "description": "The height of the small ColorGradient vertical slider.\n",
15204
15354
  "commentRange": {
15205
- "start": 121,
15206
- "end": 122
15355
+ "start": 141,
15356
+ "end": 142
15207
15357
  },
15208
15358
  "context": {
15209
15359
  "type": "variable",
15210
15360
  "name": "kendo-color-gradient-sm-slider-vertical-size",
15211
- "value": "210px",
15361
+ "value": "$kendo-color-gradient-slider-vertical-size",
15212
15362
  "scope": "default",
15213
15363
  "line": {
15214
- "start": 123,
15215
- "end": 123
15364
+ "start": 143,
15365
+ "end": 143
15216
15366
  }
15217
15367
  },
15218
15368
  "group": [
@@ -15227,8 +15377,8 @@
15227
15377
  {
15228
15378
  "description": "The height of the medium ColorGradient vertical slider.\n",
15229
15379
  "commentRange": {
15230
- "start": 124,
15231
- "end": 125
15380
+ "start": 144,
15381
+ "end": 145
15232
15382
  },
15233
15383
  "context": {
15234
15384
  "type": "variable",
@@ -15236,8 +15386,8 @@
15236
15386
  "value": "$kendo-color-gradient-slider-vertical-size",
15237
15387
  "scope": "default",
15238
15388
  "line": {
15239
- "start": 126,
15240
- "end": 126
15389
+ "start": 146,
15390
+ "end": 146
15241
15391
  }
15242
15392
  },
15243
15393
  "group": [
@@ -15252,17 +15402,17 @@
15252
15402
  {
15253
15403
  "description": "The height of the large ColorGradient vertical slider.\n",
15254
15404
  "commentRange": {
15255
- "start": 127,
15256
- "end": 128
15405
+ "start": 147,
15406
+ "end": 148
15257
15407
  },
15258
15408
  "context": {
15259
15409
  "type": "variable",
15260
15410
  "name": "kendo-color-gradient-lg-slider-vertical-size",
15261
- "value": "266px",
15411
+ "value": "270px",
15262
15412
  "scope": "default",
15263
15413
  "line": {
15264
- "start": 129,
15265
- "end": 129
15414
+ "start": 149,
15415
+ "end": 149
15266
15416
  }
15267
15417
  },
15268
15418
  "group": [
@@ -15277,8 +15427,8 @@
15277
15427
  {
15278
15428
  "description": "The width of the ColorGradient canvas drag handle.\n",
15279
15429
  "commentRange": {
15280
- "start": 131,
15281
- "end": 132
15430
+ "start": 151,
15431
+ "end": 152
15282
15432
  },
15283
15433
  "context": {
15284
15434
  "type": "variable",
@@ -15286,8 +15436,8 @@
15286
15436
  "value": "14px",
15287
15437
  "scope": "default",
15288
15438
  "line": {
15289
- "start": 133,
15290
- "end": 133
15439
+ "start": 153,
15440
+ "end": 153
15291
15441
  }
15292
15442
  },
15293
15443
  "group": [
@@ -15302,8 +15452,8 @@
15302
15452
  {
15303
15453
  "description": "The height of the ColorGradient canvas drag handle.\n",
15304
15454
  "commentRange": {
15305
- "start": 134,
15306
- "end": 135
15455
+ "start": 154,
15456
+ "end": 155
15307
15457
  },
15308
15458
  "context": {
15309
15459
  "type": "variable",
@@ -15311,8 +15461,8 @@
15311
15461
  "value": "14px",
15312
15462
  "scope": "default",
15313
15463
  "line": {
15314
- "start": 136,
15315
- "end": 136
15464
+ "start": 156,
15465
+ "end": 156
15316
15466
  }
15317
15467
  },
15318
15468
  "group": [
@@ -15327,8 +15477,8 @@
15327
15477
  {
15328
15478
  "description": "The width of the border around the ColorGradient canvas drag handle.\n",
15329
15479
  "commentRange": {
15330
- "start": 137,
15331
- "end": 138
15480
+ "start": 157,
15481
+ "end": 158
15332
15482
  },
15333
15483
  "context": {
15334
15484
  "type": "variable",
@@ -15336,8 +15486,8 @@
15336
15486
  "value": "1px",
15337
15487
  "scope": "default",
15338
15488
  "line": {
15339
- "start": 139,
15340
- "end": 139
15489
+ "start": 159,
15490
+ "end": 159
15341
15491
  }
15342
15492
  },
15343
15493
  "group": [
@@ -15352,8 +15502,8 @@
15352
15502
  {
15353
15503
  "description": "The width of the outline around the ColorGradient canvas drag handle.\n",
15354
15504
  "commentRange": {
15355
- "start": 140,
15356
- "end": 141
15505
+ "start": 160,
15506
+ "end": 161
15357
15507
  },
15358
15508
  "context": {
15359
15509
  "type": "variable",
@@ -15361,8 +15511,8 @@
15361
15511
  "value": "1px",
15362
15512
  "scope": "default",
15363
15513
  "line": {
15364
- "start": 142,
15365
- "end": 142
15514
+ "start": 162,
15515
+ "end": 162
15366
15516
  }
15367
15517
  },
15368
15518
  "group": [
@@ -15377,8 +15527,8 @@
15377
15527
  {
15378
15528
  "description": "The border radius of the ColorGradient canvas drag handle.\n",
15379
15529
  "commentRange": {
15380
- "start": 143,
15381
- "end": 144
15530
+ "start": 163,
15531
+ "end": 164
15382
15532
  },
15383
15533
  "context": {
15384
15534
  "type": "variable",
@@ -15386,8 +15536,8 @@
15386
15536
  "value": "50%",
15387
15537
  "scope": "default",
15388
15538
  "line": {
15389
- "start": 145,
15390
- "end": 145
15539
+ "start": 165,
15540
+ "end": 165
15391
15541
  }
15392
15542
  },
15393
15543
  "group": [
@@ -15402,8 +15552,8 @@
15402
15552
  {
15403
15553
  "description": "The text color of the ColorGradient canvas drag handle.\n",
15404
15554
  "commentRange": {
15405
- "start": 146,
15406
- "end": 147
15555
+ "start": 166,
15556
+ "end": 167
15407
15557
  },
15408
15558
  "context": {
15409
15559
  "type": "variable",
@@ -15411,8 +15561,8 @@
15411
15561
  "value": "null",
15412
15562
  "scope": "default",
15413
15563
  "line": {
15414
- "start": 148,
15415
- "end": 148
15564
+ "start": 168,
15565
+ "end": 168
15416
15566
  }
15417
15567
  },
15418
15568
  "group": [
@@ -15427,8 +15577,8 @@
15427
15577
  {
15428
15578
  "description": "The background color of the ColorGradient canvas drag handle.\n",
15429
15579
  "commentRange": {
15430
- "start": 149,
15431
- "end": 150
15580
+ "start": 169,
15581
+ "end": 170
15432
15582
  },
15433
15583
  "context": {
15434
15584
  "type": "variable",
@@ -15436,8 +15586,8 @@
15436
15586
  "value": "transparent",
15437
15587
  "scope": "default",
15438
15588
  "line": {
15439
- "start": 151,
15440
- "end": 151
15589
+ "start": 171,
15590
+ "end": 171
15441
15591
  }
15442
15592
  },
15443
15593
  "group": [
@@ -15452,8 +15602,8 @@
15452
15602
  {
15453
15603
  "description": "The color of the border around the ColorGradient canvas drag handle.\n",
15454
15604
  "commentRange": {
15455
- "start": 152,
15456
- "end": 153
15605
+ "start": 172,
15606
+ "end": 173
15457
15607
  },
15458
15608
  "context": {
15459
15609
  "type": "variable",
@@ -15461,8 +15611,8 @@
15461
15611
  "value": "rgba( white, .8 )",
15462
15612
  "scope": "default",
15463
15613
  "line": {
15464
- "start": 154,
15465
- "end": 154
15614
+ "start": 174,
15615
+ "end": 174
15466
15616
  }
15467
15617
  },
15468
15618
  "group": [
@@ -15477,8 +15627,8 @@
15477
15627
  {
15478
15628
  "description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
15479
15629
  "commentRange": {
15480
- "start": 155,
15481
- "end": 156
15630
+ "start": 175,
15631
+ "end": 176
15482
15632
  },
15483
15633
  "context": {
15484
15634
  "type": "variable",
@@ -15486,8 +15636,8 @@
15486
15636
  "value": "$kendo-color-black",
15487
15637
  "scope": "default",
15488
15638
  "line": {
15489
- "start": 157,
15490
- "end": 157
15639
+ "start": 177,
15640
+ "end": 177
15491
15641
  }
15492
15642
  },
15493
15643
  "group": [
@@ -15502,8 +15652,8 @@
15502
15652
  {
15503
15653
  "description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
15504
15654
  "commentRange": {
15505
- "start": 158,
15506
- "end": 159
15655
+ "start": 178,
15656
+ "end": 179
15507
15657
  },
15508
15658
  "context": {
15509
15659
  "type": "variable",
@@ -15511,8 +15661,8 @@
15511
15661
  "value": "$kendo-color-black",
15512
15662
  "scope": "default",
15513
15663
  "line": {
15514
- "start": 160,
15515
- "end": 160
15664
+ "start": 180,
15665
+ "end": 180
15516
15666
  }
15517
15667
  },
15518
15668
  "group": [
@@ -15527,8 +15677,8 @@
15527
15677
  {
15528
15678
  "description": "The box shadow of the ColorGradient canvas drag handle.\n",
15529
15679
  "commentRange": {
15530
- "start": 161,
15531
- "end": 162
15680
+ "start": 181,
15681
+ "end": 182
15532
15682
  },
15533
15683
  "context": {
15534
15684
  "type": "variable",
@@ -15536,8 +15686,8 @@
15536
15686
  "value": "k-elevation(2)",
15537
15687
  "scope": "default",
15538
15688
  "line": {
15539
- "start": 163,
15540
- "end": 163
15689
+ "start": 183,
15690
+ "end": 183
15541
15691
  }
15542
15692
  },
15543
15693
  "group": [
@@ -15552,8 +15702,8 @@
15552
15702
  {
15553
15703
  "description": "The vertical margin of the ColorGradient canvas drag handle.\n",
15554
15704
  "commentRange": {
15555
- "start": 165,
15556
- "end": 166
15705
+ "start": 185,
15706
+ "end": 186
15557
15707
  },
15558
15708
  "context": {
15559
15709
  "type": "variable",
@@ -15561,8 +15711,8 @@
15561
15711
  "value": "- math.div( $kendo-color-gradient-draghandle-height, 2 )",
15562
15712
  "scope": "default",
15563
15713
  "line": {
15564
- "start": 167,
15565
- "end": 167
15714
+ "start": 187,
15715
+ "end": 187
15566
15716
  }
15567
15717
  },
15568
15718
  "group": [
@@ -15577,8 +15727,8 @@
15577
15727
  {
15578
15728
  "description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
15579
15729
  "commentRange": {
15580
- "start": 168,
15581
- "end": 169
15730
+ "start": 188,
15731
+ "end": 189
15582
15732
  },
15583
15733
  "context": {
15584
15734
  "type": "variable",
@@ -15586,8 +15736,8 @@
15586
15736
  "value": "- math.div( $kendo-color-gradient-draghandle-width, 2 )",
15587
15737
  "scope": "default",
15588
15738
  "line": {
15589
- "start": 170,
15590
- "end": 170
15739
+ "start": 190,
15740
+ "end": 190
15591
15741
  }
15592
15742
  },
15593
15743
  "group": [
@@ -15602,8 +15752,8 @@
15602
15752
  {
15603
15753
  "description": "The width of the ColorGradient input.\n",
15604
15754
  "commentRange": {
15605
- "start": 172,
15606
- "end": 173
15755
+ "start": 192,
15756
+ "end": 193
15607
15757
  },
15608
15758
  "context": {
15609
15759
  "type": "variable",
@@ -15611,8 +15761,8 @@
15611
15761
  "value": "50px",
15612
15762
  "scope": "default",
15613
15763
  "line": {
15614
- "start": 174,
15615
- "end": 174
15764
+ "start": 194,
15765
+ "end": 194
15616
15766
  }
15617
15767
  },
15618
15768
  "group": [
@@ -15627,8 +15777,8 @@
15627
15777
  {
15628
15778
  "description": "The spacing between the ColorGradient inputs.\n",
15629
15779
  "commentRange": {
15630
- "start": 175,
15631
- "end": 176
15780
+ "start": 195,
15781
+ "end": 196
15632
15782
  },
15633
15783
  "context": {
15634
15784
  "type": "variable",
@@ -15636,8 +15786,8 @@
15636
15786
  "value": "k-spacing(2)",
15637
15787
  "scope": "default",
15638
15788
  "line": {
15639
- "start": 177,
15640
- "end": 177
15789
+ "start": 197,
15790
+ "end": 197
15641
15791
  }
15642
15792
  },
15643
15793
  "group": [
@@ -15652,8 +15802,8 @@
15652
15802
  {
15653
15803
  "description": "The spacing between the ColorGradient inputs and their labels.\n",
15654
15804
  "commentRange": {
15655
- "start": 178,
15656
- "end": 179
15805
+ "start": 198,
15806
+ "end": 199
15657
15807
  },
15658
15808
  "context": {
15659
15809
  "type": "variable",
@@ -15661,8 +15811,8 @@
15661
15811
  "value": "k-spacing(1)",
15662
15812
  "scope": "default",
15663
15813
  "line": {
15664
- "start": 180,
15665
- "end": 180
15814
+ "start": 200,
15815
+ "end": 200
15666
15816
  }
15667
15817
  },
15668
15818
  "group": [
@@ -15677,8 +15827,8 @@
15677
15827
  {
15678
15828
  "description": "The text color of the ColorGradient input labels.\n",
15679
15829
  "commentRange": {
15680
- "start": 181,
15681
- "end": 182
15830
+ "start": 201,
15831
+ "end": 202
15682
15832
  },
15683
15833
  "context": {
15684
15834
  "type": "variable",
@@ -15686,8 +15836,8 @@
15686
15836
  "value": "$kendo-subtle-text",
15687
15837
  "scope": "default",
15688
15838
  "line": {
15689
- "start": 183,
15690
- "end": 183
15839
+ "start": 203,
15840
+ "end": 203
15691
15841
  }
15692
15842
  },
15693
15843
  "group": [
@@ -15702,8 +15852,8 @@
15702
15852
  {
15703
15853
  "description": "The width of the small ColorGradient input.\n",
15704
15854
  "commentRange": {
15705
- "start": 185,
15706
- "end": 186
15855
+ "start": 205,
15856
+ "end": 206
15707
15857
  },
15708
15858
  "context": {
15709
15859
  "type": "variable",
@@ -15711,8 +15861,8 @@
15711
15861
  "value": "46px",
15712
15862
  "scope": "default",
15713
15863
  "line": {
15714
- "start": 187,
15715
- "end": 187
15864
+ "start": 207,
15865
+ "end": 207
15716
15866
  }
15717
15867
  },
15718
15868
  "group": [
@@ -15727,8 +15877,8 @@
15727
15877
  {
15728
15878
  "description": "The width of the medium ColorGradient input.\n",
15729
15879
  "commentRange": {
15730
- "start": 188,
15731
- "end": 189
15880
+ "start": 208,
15881
+ "end": 209
15732
15882
  },
15733
15883
  "context": {
15734
15884
  "type": "variable",
@@ -15736,8 +15886,8 @@
15736
15886
  "value": "$kendo-color-gradient-input-width",
15737
15887
  "scope": "default",
15738
15888
  "line": {
15739
- "start": 190,
15740
- "end": 190
15889
+ "start": 210,
15890
+ "end": 210
15741
15891
  }
15742
15892
  },
15743
15893
  "group": [
@@ -15752,8 +15902,8 @@
15752
15902
  {
15753
15903
  "description": "The width of the large ColorGradient input.\n",
15754
15904
  "commentRange": {
15755
- "start": 191,
15756
- "end": 192
15905
+ "start": 211,
15906
+ "end": 212
15757
15907
  },
15758
15908
  "context": {
15759
15909
  "type": "variable",
@@ -15761,8 +15911,8 @@
15761
15911
  "value": "62px",
15762
15912
  "scope": "default",
15763
15913
  "line": {
15764
- "start": 193,
15765
- "end": 193
15914
+ "start": 213,
15915
+ "end": 213
15766
15916
  }
15767
15917
  },
15768
15918
  "group": [
@@ -15777,8 +15927,8 @@
15777
15927
  {
15778
15928
  "description": "The font weight of the ColorGradient contrast ratio text.\n",
15779
15929
  "commentRange": {
15780
- "start": 195,
15781
- "end": 196
15930
+ "start": 215,
15931
+ "end": 216
15782
15932
  },
15783
15933
  "context": {
15784
15934
  "type": "variable",
@@ -15786,8 +15936,8 @@
15786
15936
  "value": "var( --kendo-font-weight-medium, normal )",
15787
15937
  "scope": "default",
15788
15938
  "line": {
15789
- "start": 197,
15790
- "end": 197
15939
+ "start": 217,
15940
+ "end": 217
15791
15941
  }
15792
15942
  },
15793
15943
  "group": [
@@ -15802,8 +15952,8 @@
15802
15952
  {
15803
15953
  "description": "The spacing between the items in the ColorGradient contrast tool.\n",
15804
15954
  "commentRange": {
15805
- "start": 198,
15806
- "end": 199
15955
+ "start": 218,
15956
+ "end": 219
15807
15957
  },
15808
15958
  "context": {
15809
15959
  "type": "variable",
@@ -15811,8 +15961,8 @@
15811
15961
  "value": "k-spacing(2)",
15812
15962
  "scope": "default",
15813
15963
  "line": {
15814
- "start": 200,
15815
- "end": 200
15964
+ "start": 220,
15965
+ "end": 220
15816
15966
  }
15817
15967
  },
15818
15968
  "group": [
@@ -15827,17 +15977,17 @@
15827
15977
  {
15828
15978
  "description": "The size map of the ColorGradient.\n",
15829
15979
  "commentRange": {
15830
- "start": 202,
15831
- "end": 203
15980
+ "start": 222,
15981
+ "end": 223
15832
15982
  },
15833
15983
  "context": {
15834
15984
  "type": "variable",
15835
15985
  "name": "kendo-color-gradient-sizes",
15836
- "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)",
15986
+ "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)",
15837
15987
  "scope": "default",
15838
15988
  "line": {
15839
- "start": 204,
15840
- "end": 229
15989
+ "start": 224,
15990
+ "end": 255
15841
15991
  }
15842
15992
  },
15843
15993
  "group": [
@@ -15982,7 +16132,7 @@
15982
16132
  },
15983
16133
  "context": {
15984
16134
  "type": "variable",
15985
- "name": "kendo-color-palette-tile-sm-width",
16135
+ "name": "kendo-color-palette-sm-tile-width",
15986
16136
  "value": "k-spacing(5.5)",
15987
16137
  "scope": "default",
15988
16138
  "line": {
@@ -16007,8 +16157,8 @@
16007
16157
  },
16008
16158
  "context": {
16009
16159
  "type": "variable",
16010
- "name": "kendo-color-palette-tile-sm-height",
16011
- "value": "$kendo-color-palette-tile-sm-width",
16160
+ "name": "kendo-color-palette-sm-tile-height",
16161
+ "value": "$kendo-color-palette-sm-tile-width",
16012
16162
  "scope": "default",
16013
16163
  "line": {
16014
16164
  "start": 26,
@@ -16032,7 +16182,7 @@
16032
16182
  },
16033
16183
  "context": {
16034
16184
  "type": "variable",
16035
- "name": "kendo-color-palette-tile-md-width",
16185
+ "name": "kendo-color-palette-md-tile-width",
16036
16186
  "value": "$kendo-color-palette-tile-width",
16037
16187
  "scope": "default",
16038
16188
  "line": {
@@ -16057,7 +16207,7 @@
16057
16207
  },
16058
16208
  "context": {
16059
16209
  "type": "variable",
16060
- "name": "kendo-color-palette-tile-md-height",
16210
+ "name": "kendo-color-palette-md-tile-height",
16061
16211
  "value": "$kendo-color-palette-tile-height",
16062
16212
  "scope": "default",
16063
16213
  "line": {
@@ -16082,7 +16232,7 @@
16082
16232
  },
16083
16233
  "context": {
16084
16234
  "type": "variable",
16085
- "name": "kendo-color-palette-tile-lg-width",
16235
+ "name": "kendo-color-palette-lg-tile-width",
16086
16236
  "value": "k-spacing(8)",
16087
16237
  "scope": "default",
16088
16238
  "line": {
@@ -16107,8 +16257,8 @@
16107
16257
  },
16108
16258
  "context": {
16109
16259
  "type": "variable",
16110
- "name": "kendo-color-palette-tile-lg-height",
16111
- "value": "$kendo-color-palette-tile-lg-width",
16260
+ "name": "kendo-color-palette-lg-tile-height",
16261
+ "value": "$kendo-color-palette-lg-tile-width",
16112
16262
  "scope": "default",
16113
16263
  "line": {
16114
16264
  "start": 38,
@@ -16208,7 +16358,7 @@
16208
16358
  "context": {
16209
16359
  "type": "variable",
16210
16360
  "name": "kendo-color-palette-sizes",
16211
- "value": "(\n sm: (\n width: $kendo-color-palette-tile-sm-width,\n height: $kendo-color-palette-tile-sm-height\n ),\n md: (\n width: $kendo-color-palette-tile-md-width,\n height: $kendo-color-palette-tile-md-height\n ),\n lg: (\n width: $kendo-color-palette-tile-lg-width,\n height: $kendo-color-palette-tile-lg-height\n )\n)",
16361
+ "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)",
16212
16362
  "scope": "default",
16213
16363
  "line": {
16214
16364
  "start": 51,