@progress/kendo-theme-bootstrap 10.0.0-dev.2 → 10.0.0-dev.3

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 (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +0 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +0 -1
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +0 -1
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +0 -1
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-main-dark.css +1 -1
  12. package/dist/bootstrap-main-dark.scss +0 -1
  13. package/dist/bootstrap-main.css +1 -1
  14. package/dist/bootstrap-main.scss +0 -1
  15. package/dist/bootstrap-nordic.css +1 -1
  16. package/dist/bootstrap-nordic.scss +0 -1
  17. package/dist/bootstrap-turquoise-dark.css +1 -1
  18. package/dist/bootstrap-turquoise-dark.scss +0 -1
  19. package/dist/bootstrap-turquoise.css +1 -1
  20. package/dist/bootstrap-turquoise.scss +0 -1
  21. package/dist/bootstrap-urban.css +1 -1
  22. package/dist/bootstrap-urban.scss +0 -1
  23. package/dist/bootstrap-vintage.css +1 -1
  24. package/dist/bootstrap-vintage.scss +0 -1
  25. package/dist/meta/sassdoc-data.json +90 -144
  26. package/dist/meta/sassdoc-raw-data.json +41 -66
  27. package/dist/meta/variables.json +5 -5
  28. package/lib/swatches/bootstrap-3-dark.json +1 -6
  29. package/lib/swatches/bootstrap-3.json +1 -6
  30. package/lib/swatches/bootstrap-4-dark.json +1 -6
  31. package/lib/swatches/bootstrap-4.json +1 -6
  32. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  33. package/lib/swatches/bootstrap-main-dark.json +1 -6
  34. package/lib/swatches/bootstrap-main.json +1 -6
  35. package/lib/swatches/bootstrap-nordic.json +1 -6
  36. package/lib/swatches/bootstrap-turquoise-dark.json +1 -6
  37. package/lib/swatches/bootstrap-turquoise.json +1 -6
  38. package/lib/swatches/bootstrap-urban.json +1 -6
  39. package/lib/swatches/bootstrap-vintage.json +1 -6
  40. package/package.json +5 -5
  41. package/scss/colorgradient/_variables.scss +0 -3
  42. package/scss/scheduler/_variables.scss +1 -1
@@ -117,7 +117,6 @@
117
117
  $kendo-body-text: #494138 !default,
118
118
  $kendo-body-bg: #ffffff !default,
119
119
  $kendo-subtle-text: #6d6760 !default,
120
- $kendo-disabled-text: null !default,
121
120
  $kendo-component-text: #494138 !default,
122
121
  $kendo-component-bg: #ffffff !default,
123
122
  $kendo-base-text: #494138 !default,
@@ -15761,15 +15761,15 @@
15761
15761
  "resolvedType": "Color"
15762
15762
  },
15763
15763
  {
15764
- "description": "The color of the outline around the ColorGradient canvas drag handle.\n",
15764
+ "description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
15765
15765
  "commentRange": {
15766
15766
  "start": 108,
15767
15767
  "end": 109
15768
15768
  },
15769
15769
  "context": {
15770
15770
  "type": "variable",
15771
- "name": "kendo-color-gradient-draghandle-shadow",
15772
- "value": "rgba( $kendo-color-black, .5)",
15771
+ "name": "kendo-color-gradient-draghandle-focus-shadow",
15772
+ "value": "$kendo-color-black",
15773
15773
  "scope": "default",
15774
15774
  "line": {
15775
15775
  "start": 110,
@@ -15784,18 +15784,18 @@
15784
15784
  "path": "bootstrap/scss/colorgradient/_variables.scss",
15785
15785
  "name": "_variables.scss"
15786
15786
  },
15787
- "resolvedValue": "rgba(0, 0, 0, 0.5)",
15787
+ "resolvedValue": "#000000",
15788
15788
  "resolvedType": "Color"
15789
15789
  },
15790
15790
  {
15791
- "description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
15791
+ "description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
15792
15792
  "commentRange": {
15793
15793
  "start": 111,
15794
15794
  "end": 112
15795
15795
  },
15796
15796
  "context": {
15797
15797
  "type": "variable",
15798
- "name": "kendo-color-gradient-draghandle-focus-shadow",
15798
+ "name": "kendo-color-gradient-draghandle-hover-shadow",
15799
15799
  "value": "$kendo-color-black",
15800
15800
  "scope": "default",
15801
15801
  "line": {
@@ -15815,46 +15815,19 @@
15815
15815
  "resolvedType": "Color"
15816
15816
  },
15817
15817
  {
15818
- "description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
15818
+ "description": "The box shadow of the ColorGradient canvas drag handle.\n",
15819
15819
  "commentRange": {
15820
15820
  "start": 114,
15821
15821
  "end": 115
15822
15822
  },
15823
- "context": {
15824
- "type": "variable",
15825
- "name": "kendo-color-gradient-draghandle-hover-shadow",
15826
- "value": "$kendo-color-black",
15827
- "scope": "default",
15828
- "line": {
15829
- "start": 116,
15830
- "end": 116
15831
- }
15832
- },
15833
- "group": [
15834
- "color-gradient"
15835
- ],
15836
- "access": "public",
15837
- "file": {
15838
- "path": "bootstrap/scss/colorgradient/_variables.scss",
15839
- "name": "_variables.scss"
15840
- },
15841
- "resolvedValue": "#000000",
15842
- "resolvedType": "Color"
15843
- },
15844
- {
15845
- "description": "The box shadow of the ColorGradient canvas drag handle.\n",
15846
- "commentRange": {
15847
- "start": 117,
15848
- "end": 118
15849
- },
15850
15823
  "context": {
15851
15824
  "type": "variable",
15852
15825
  "name": "kendo-color-gradient-draghandle-shadow",
15853
15826
  "value": "k-elevation(2)",
15854
15827
  "scope": "default",
15855
15828
  "line": {
15856
- "start": 119,
15857
- "end": 119
15829
+ "start": 116,
15830
+ "end": 116
15858
15831
  }
15859
15832
  },
15860
15833
  "group": [
@@ -15865,14 +15838,14 @@
15865
15838
  "path": "bootstrap/scss/colorgradient/_variables.scss",
15866
15839
  "name": "_variables.scss"
15867
15840
  },
15868
- "resolvedValue": "rgba(0, 0, 0, 0.5)",
15869
- "resolvedType": "Color"
15841
+ "resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
15842
+ "resolvedType": "String"
15870
15843
  },
15871
15844
  {
15872
15845
  "description": "The vertical margin of the ColorGradient canvas drag handle.\n",
15873
15846
  "commentRange": {
15874
- "start": 121,
15875
- "end": 122
15847
+ "start": 118,
15848
+ "end": 119
15876
15849
  },
15877
15850
  "context": {
15878
15851
  "type": "variable",
@@ -15880,8 +15853,8 @@
15880
15853
  "value": "- math.div( $kendo-color-gradient-draghandle-height, 2 )",
15881
15854
  "scope": "default",
15882
15855
  "line": {
15883
- "start": 123,
15884
- "end": 123
15856
+ "start": 120,
15857
+ "end": 120
15885
15858
  }
15886
15859
  },
15887
15860
  "group": [
@@ -15898,8 +15871,8 @@
15898
15871
  {
15899
15872
  "description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
15900
15873
  "commentRange": {
15901
- "start": 124,
15902
- "end": 125
15874
+ "start": 121,
15875
+ "end": 122
15903
15876
  },
15904
15877
  "context": {
15905
15878
  "type": "variable",
@@ -15907,8 +15880,8 @@
15907
15880
  "value": "- math.div( $kendo-color-gradient-draghandle-width, 2 )",
15908
15881
  "scope": "default",
15909
15882
  "line": {
15910
- "start": 126,
15911
- "end": 126
15883
+ "start": 123,
15884
+ "end": 123
15912
15885
  }
15913
15886
  },
15914
15887
  "group": [
@@ -15925,8 +15898,8 @@
15925
15898
  {
15926
15899
  "description": "The width of the ColorGradient input.\n",
15927
15900
  "commentRange": {
15928
- "start": 128,
15929
- "end": 129
15901
+ "start": 125,
15902
+ "end": 126
15930
15903
  },
15931
15904
  "context": {
15932
15905
  "type": "variable",
@@ -15934,8 +15907,8 @@
15934
15907
  "value": "56px",
15935
15908
  "scope": "default",
15936
15909
  "line": {
15937
- "start": 130,
15938
- "end": 130
15910
+ "start": 127,
15911
+ "end": 127
15939
15912
  }
15940
15913
  },
15941
15914
  "group": [
@@ -15952,8 +15925,8 @@
15952
15925
  {
15953
15926
  "description": "The spacing between the ColorGradient inputs.\n",
15954
15927
  "commentRange": {
15955
- "start": 131,
15956
- "end": 132
15928
+ "start": 128,
15929
+ "end": 129
15957
15930
  },
15958
15931
  "context": {
15959
15932
  "type": "variable",
@@ -15961,8 +15934,8 @@
15961
15934
  "value": "calc( #{$kendo-color-gradient-spacer} / 2 )",
15962
15935
  "scope": "default",
15963
15936
  "line": {
15964
- "start": 133,
15965
- "end": 133
15937
+ "start": 130,
15938
+ "end": 130
15966
15939
  }
15967
15940
  },
15968
15941
  "group": [
@@ -15979,8 +15952,8 @@
15979
15952
  {
15980
15953
  "description": "The spacing between the ColorGradient inputs and their labels.\n",
15981
15954
  "commentRange": {
15982
- "start": 134,
15983
- "end": 135
15955
+ "start": 131,
15956
+ "end": 132
15984
15957
  },
15985
15958
  "context": {
15986
15959
  "type": "variable",
@@ -15988,8 +15961,8 @@
15988
15961
  "value": "k-spacing(1)",
15989
15962
  "scope": "default",
15990
15963
  "line": {
15991
- "start": 136,
15992
- "end": 136
15964
+ "start": 133,
15965
+ "end": 133
15993
15966
  }
15994
15967
  },
15995
15968
  "group": [
@@ -16006,8 +15979,8 @@
16006
15979
  {
16007
15980
  "description": "The text color of the ColorGradient input labels.\n",
16008
15981
  "commentRange": {
16009
- "start": 137,
16010
- "end": 138
15982
+ "start": 134,
15983
+ "end": 135
16011
15984
  },
16012
15985
  "context": {
16013
15986
  "type": "variable",
@@ -16015,8 +15988,8 @@
16015
15988
  "value": "if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text)",
16016
15989
  "scope": "default",
16017
15990
  "line": {
16018
- "start": 139,
16019
- "end": 139
15991
+ "start": 136,
15992
+ "end": 136
16020
15993
  }
16021
15994
  },
16022
15995
  "group": [
@@ -16033,8 +16006,8 @@
16033
16006
  {
16034
16007
  "description": "The font weight of the ColorGradient contrast ratio text.\n",
16035
16008
  "commentRange": {
16036
- "start": 141,
16037
- "end": 142
16009
+ "start": 138,
16010
+ "end": 139
16038
16011
  },
16039
16012
  "context": {
16040
16013
  "type": "variable",
@@ -16042,8 +16015,8 @@
16042
16015
  "value": "var( --kendo-font-weight-bold, normal )",
16043
16016
  "scope": "default",
16044
16017
  "line": {
16045
- "start": 143,
16046
- "end": 143
16018
+ "start": 140,
16019
+ "end": 140
16047
16020
  }
16048
16021
  },
16049
16022
  "group": [
@@ -16060,8 +16033,8 @@
16060
16033
  {
16061
16034
  "description": "The spacing between the items in the ColorGradient contrast tool.\n",
16062
16035
  "commentRange": {
16063
- "start": 144,
16064
- "end": 145
16036
+ "start": 141,
16037
+ "end": 142
16065
16038
  },
16066
16039
  "context": {
16067
16040
  "type": "variable",
@@ -16069,8 +16042,8 @@
16069
16042
  "value": "calc( #{$kendo-color-gradient-spacer} / 2 )",
16070
16043
  "scope": "default",
16071
16044
  "line": {
16072
- "start": 146,
16073
- "end": 146
16045
+ "start": 143,
16046
+ "end": 143
16074
16047
  }
16075
16048
  },
16076
16049
  "group": [
@@ -53889,7 +53862,7 @@
53889
53862
  "context": {
53890
53863
  "type": "variable",
53891
53864
  "name": "kendo-scheduler-rtl-indicators-margin",
53892
- "value": "k-spacing(1) 0 k-spacing(2) .4ex",
53865
+ "value": "k-spacing(1) k-spacing(2) 0 .4ex",
53893
53866
  "scope": "default",
53894
53867
  "line": {
53895
53868
  "start": 264,
@@ -53904,7 +53877,7 @@
53904
53877
  "path": "bootstrap/scss/scheduler/_variables.scss",
53905
53878
  "name": "_variables.scss"
53906
53879
  },
53907
- "resolvedValue": "(var(--kendo-spacing-1, 0.25rem) 0 var(--kendo-spacing-2, 0.5rem) 0.4ex)",
53880
+ "resolvedValue": "(var(--kendo-spacing-1, 0.25rem) var(--kendo-spacing-2, 0.5rem) 0 0.4ex)",
53908
53881
  "resolvedType": "List"
53909
53882
  },
53910
53883
  {
@@ -95626,15 +95599,15 @@
95626
95599
  "resolvedType": "Color"
95627
95600
  },
95628
95601
  {
95629
- "description": "The color of the outline around the ColorGradient canvas drag handle.\n",
95602
+ "description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
95630
95603
  "commentRange": {
95631
95604
  "start": 108,
95632
95605
  "end": 109
95633
95606
  },
95634
95607
  "context": {
95635
95608
  "type": "variable",
95636
- "name": "kendo-color-gradient-draghandle-shadow",
95637
- "value": "rgba( $kendo-color-black, .5)",
95609
+ "name": "kendo-color-gradient-draghandle-focus-shadow",
95610
+ "value": "$kendo-color-black",
95638
95611
  "scope": "default",
95639
95612
  "line": {
95640
95613
  "start": 110,
@@ -95649,18 +95622,18 @@
95649
95622
  "path": "bootstrap/scss/colorgradient/_variables.scss",
95650
95623
  "name": "_variables.scss"
95651
95624
  },
95652
- "resolvedValue": "rgba(0, 0, 0, 0.5)",
95625
+ "resolvedValue": "#000000",
95653
95626
  "resolvedType": "Color"
95654
95627
  },
95655
95628
  {
95656
- "description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
95629
+ "description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
95657
95630
  "commentRange": {
95658
95631
  "start": 111,
95659
95632
  "end": 112
95660
95633
  },
95661
95634
  "context": {
95662
95635
  "type": "variable",
95663
- "name": "kendo-color-gradient-draghandle-focus-shadow",
95636
+ "name": "kendo-color-gradient-draghandle-hover-shadow",
95664
95637
  "value": "$kendo-color-black",
95665
95638
  "scope": "default",
95666
95639
  "line": {
@@ -95680,46 +95653,19 @@
95680
95653
  "resolvedType": "Color"
95681
95654
  },
95682
95655
  {
95683
- "description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
95656
+ "description": "The box shadow of the ColorGradient canvas drag handle.\n",
95684
95657
  "commentRange": {
95685
95658
  "start": 114,
95686
95659
  "end": 115
95687
95660
  },
95688
- "context": {
95689
- "type": "variable",
95690
- "name": "kendo-color-gradient-draghandle-hover-shadow",
95691
- "value": "$kendo-color-black",
95692
- "scope": "default",
95693
- "line": {
95694
- "start": 116,
95695
- "end": 116
95696
- }
95697
- },
95698
- "group": [
95699
- "color-gradient"
95700
- ],
95701
- "access": "public",
95702
- "file": {
95703
- "path": "bootstrap/scss/colorgradient/_variables.scss",
95704
- "name": "_variables.scss"
95705
- },
95706
- "resolvedValue": "#000000",
95707
- "resolvedType": "Color"
95708
- },
95709
- {
95710
- "description": "The box shadow of the ColorGradient canvas drag handle.\n",
95711
- "commentRange": {
95712
- "start": 117,
95713
- "end": 118
95714
- },
95715
95661
  "context": {
95716
95662
  "type": "variable",
95717
95663
  "name": "kendo-color-gradient-draghandle-shadow",
95718
95664
  "value": "k-elevation(2)",
95719
95665
  "scope": "default",
95720
95666
  "line": {
95721
- "start": 119,
95722
- "end": 119
95667
+ "start": 116,
95668
+ "end": 116
95723
95669
  }
95724
95670
  },
95725
95671
  "group": [
@@ -95730,14 +95676,14 @@
95730
95676
  "path": "bootstrap/scss/colorgradient/_variables.scss",
95731
95677
  "name": "_variables.scss"
95732
95678
  },
95733
- "resolvedValue": "rgba(0, 0, 0, 0.5)",
95734
- "resolvedType": "Color"
95679
+ "resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
95680
+ "resolvedType": "String"
95735
95681
  },
95736
95682
  {
95737
95683
  "description": "The vertical margin of the ColorGradient canvas drag handle.\n",
95738
95684
  "commentRange": {
95739
- "start": 121,
95740
- "end": 122
95685
+ "start": 118,
95686
+ "end": 119
95741
95687
  },
95742
95688
  "context": {
95743
95689
  "type": "variable",
@@ -95745,8 +95691,8 @@
95745
95691
  "value": "- math.div( $kendo-color-gradient-draghandle-height, 2 )",
95746
95692
  "scope": "default",
95747
95693
  "line": {
95748
- "start": 123,
95749
- "end": 123
95694
+ "start": 120,
95695
+ "end": 120
95750
95696
  }
95751
95697
  },
95752
95698
  "group": [
@@ -95763,8 +95709,8 @@
95763
95709
  {
95764
95710
  "description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
95765
95711
  "commentRange": {
95766
- "start": 124,
95767
- "end": 125
95712
+ "start": 121,
95713
+ "end": 122
95768
95714
  },
95769
95715
  "context": {
95770
95716
  "type": "variable",
@@ -95772,8 +95718,8 @@
95772
95718
  "value": "- math.div( $kendo-color-gradient-draghandle-width, 2 )",
95773
95719
  "scope": "default",
95774
95720
  "line": {
95775
- "start": 126,
95776
- "end": 126
95721
+ "start": 123,
95722
+ "end": 123
95777
95723
  }
95778
95724
  },
95779
95725
  "group": [
@@ -95790,8 +95736,8 @@
95790
95736
  {
95791
95737
  "description": "The width of the ColorGradient input.\n",
95792
95738
  "commentRange": {
95793
- "start": 128,
95794
- "end": 129
95739
+ "start": 125,
95740
+ "end": 126
95795
95741
  },
95796
95742
  "context": {
95797
95743
  "type": "variable",
@@ -95799,8 +95745,8 @@
95799
95745
  "value": "56px",
95800
95746
  "scope": "default",
95801
95747
  "line": {
95802
- "start": 130,
95803
- "end": 130
95748
+ "start": 127,
95749
+ "end": 127
95804
95750
  }
95805
95751
  },
95806
95752
  "group": [
@@ -95817,8 +95763,8 @@
95817
95763
  {
95818
95764
  "description": "The spacing between the ColorGradient inputs.\n",
95819
95765
  "commentRange": {
95820
- "start": 131,
95821
- "end": 132
95766
+ "start": 128,
95767
+ "end": 129
95822
95768
  },
95823
95769
  "context": {
95824
95770
  "type": "variable",
@@ -95826,8 +95772,8 @@
95826
95772
  "value": "calc( #{$kendo-color-gradient-spacer} / 2 )",
95827
95773
  "scope": "default",
95828
95774
  "line": {
95829
- "start": 133,
95830
- "end": 133
95775
+ "start": 130,
95776
+ "end": 130
95831
95777
  }
95832
95778
  },
95833
95779
  "group": [
@@ -95844,8 +95790,8 @@
95844
95790
  {
95845
95791
  "description": "The spacing between the ColorGradient inputs and their labels.\n",
95846
95792
  "commentRange": {
95847
- "start": 134,
95848
- "end": 135
95793
+ "start": 131,
95794
+ "end": 132
95849
95795
  },
95850
95796
  "context": {
95851
95797
  "type": "variable",
@@ -95853,8 +95799,8 @@
95853
95799
  "value": "k-spacing(1)",
95854
95800
  "scope": "default",
95855
95801
  "line": {
95856
- "start": 136,
95857
- "end": 136
95802
+ "start": 133,
95803
+ "end": 133
95858
95804
  }
95859
95805
  },
95860
95806
  "group": [
@@ -95871,8 +95817,8 @@
95871
95817
  {
95872
95818
  "description": "The text color of the ColorGradient input labels.\n",
95873
95819
  "commentRange": {
95874
- "start": 137,
95875
- "end": 138
95820
+ "start": 134,
95821
+ "end": 135
95876
95822
  },
95877
95823
  "context": {
95878
95824
  "type": "variable",
@@ -95880,8 +95826,8 @@
95880
95826
  "value": "if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text)",
95881
95827
  "scope": "default",
95882
95828
  "line": {
95883
- "start": 139,
95884
- "end": 139
95829
+ "start": 136,
95830
+ "end": 136
95885
95831
  }
95886
95832
  },
95887
95833
  "group": [
@@ -95898,8 +95844,8 @@
95898
95844
  {
95899
95845
  "description": "The font weight of the ColorGradient contrast ratio text.\n",
95900
95846
  "commentRange": {
95901
- "start": 141,
95902
- "end": 142
95847
+ "start": 138,
95848
+ "end": 139
95903
95849
  },
95904
95850
  "context": {
95905
95851
  "type": "variable",
@@ -95907,8 +95853,8 @@
95907
95853
  "value": "var( --kendo-font-weight-bold, normal )",
95908
95854
  "scope": "default",
95909
95855
  "line": {
95910
- "start": 143,
95911
- "end": 143
95856
+ "start": 140,
95857
+ "end": 140
95912
95858
  }
95913
95859
  },
95914
95860
  "group": [
@@ -95925,8 +95871,8 @@
95925
95871
  {
95926
95872
  "description": "The spacing between the items in the ColorGradient contrast tool.\n",
95927
95873
  "commentRange": {
95928
- "start": 144,
95929
- "end": 145
95874
+ "start": 141,
95875
+ "end": 142
95930
95876
  },
95931
95877
  "context": {
95932
95878
  "type": "variable",
@@ -95934,8 +95880,8 @@
95934
95880
  "value": "calc( #{$kendo-color-gradient-spacer} / 2 )",
95935
95881
  "scope": "default",
95936
95882
  "line": {
95937
- "start": 146,
95938
- "end": 146
95883
+ "start": 143,
95884
+ "end": 143
95939
95885
  }
95940
95886
  },
95941
95887
  "group": [
@@ -132493,7 +132439,7 @@
132493
132439
  "context": {
132494
132440
  "type": "variable",
132495
132441
  "name": "kendo-scheduler-rtl-indicators-margin",
132496
- "value": "k-spacing(1) 0 k-spacing(2) .4ex",
132442
+ "value": "k-spacing(1) k-spacing(2) 0 .4ex",
132497
132443
  "scope": "default",
132498
132444
  "line": {
132499
132445
  "start": 264,
@@ -132508,7 +132454,7 @@
132508
132454
  "path": "bootstrap/scss/scheduler/_variables.scss",
132509
132455
  "name": "_variables.scss"
132510
132456
  },
132511
- "resolvedValue": "(var(--kendo-spacing-1, 0.25rem) 0 var(--kendo-spacing-2, 0.5rem) 0.4ex)",
132457
+ "resolvedValue": "(var(--kendo-spacing-1, 0.25rem) var(--kendo-spacing-2, 0.5rem) 0 0.4ex)",
132512
132458
  "resolvedType": "List"
132513
132459
  },
132514
132460
  {