@progress/kendo-theme-classic 6.1.1-dev.2 → 6.1.1-dev.25

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 CHANGED
@@ -2075,28 +2075,68 @@ kendo-sortable {
2075
2075
  align-content: stretch !important;
2076
2076
  }
2077
2077
 
2078
+ .k-align-content-center {
2079
+ align-content: center;
2080
+ }
2081
+
2082
+ .\!k-align-content-center {
2083
+ align-content: center !important;
2084
+ }
2085
+
2078
2086
  .k-align-content-start {
2079
- align-content: flex-start;
2087
+ align-content: start;
2080
2088
  }
2081
2089
 
2082
2090
  .\!k-align-content-start {
2083
- align-content: flex-start !important;
2091
+ align-content: start !important;
2084
2092
  }
2085
2093
 
2086
2094
  .k-align-content-end {
2087
- align-content: flex-end;
2095
+ align-content: end;
2088
2096
  }
2089
2097
 
2090
2098
  .\!k-align-content-end {
2099
+ align-content: end !important;
2100
+ }
2101
+
2102
+ .k-align-content-flex-start {
2103
+ align-content: flex-start;
2104
+ }
2105
+
2106
+ .\!k-align-content-flex-start {
2107
+ align-content: flex-start !important;
2108
+ }
2109
+
2110
+ .k-align-content-flex-end {
2111
+ align-content: flex-end;
2112
+ }
2113
+
2114
+ .\!k-align-content-flex-end {
2091
2115
  align-content: flex-end !important;
2092
2116
  }
2093
2117
 
2094
- .k-align-content-center {
2095
- align-content: center;
2118
+ .k-align-content-baseline {
2119
+ align-content: baseline;
2096
2120
  }
2097
2121
 
2098
- .\!k-align-content-center {
2099
- align-content: center !important;
2122
+ .\!k-align-content-baseline {
2123
+ align-content: baseline !important;
2124
+ }
2125
+
2126
+ .k-align-content-first-baseline {
2127
+ align-content: first baseline;
2128
+ }
2129
+
2130
+ .\!k-align-content-first-baseline {
2131
+ align-content: first baseline !important;
2132
+ }
2133
+
2134
+ .k-align-content-last-baseline {
2135
+ align-content: last baseline;
2136
+ }
2137
+
2138
+ .\!k-align-content-last-baseline {
2139
+ align-content: last baseline !important;
2100
2140
  }
2101
2141
 
2102
2142
  .k-align-content-between {
@@ -2131,36 +2171,92 @@ kendo-sortable {
2131
2171
  align-items: normal !important;
2132
2172
  }
2133
2173
 
2174
+ .k-align-items-stretch {
2175
+ align-items: stretch;
2176
+ }
2177
+
2178
+ .\!k-align-items-stretch {
2179
+ align-items: stretch !important;
2180
+ }
2181
+
2182
+ .k-align-items-center {
2183
+ align-items: center;
2184
+ }
2185
+
2186
+ .\!k-align-items-center {
2187
+ align-items: center !important;
2188
+ }
2189
+
2134
2190
  .k-align-items-start {
2135
- align-items: flex-start;
2191
+ align-items: start;
2136
2192
  }
2137
2193
 
2138
2194
  .\!k-align-items-start {
2139
- align-items: flex-start !important;
2195
+ align-items: start !important;
2140
2196
  }
2141
2197
 
2142
2198
  .k-align-items-end {
2143
- align-items: flex-end;
2199
+ align-items: end;
2144
2200
  }
2145
2201
 
2146
2202
  .\!k-align-items-end {
2203
+ align-items: end !important;
2204
+ }
2205
+
2206
+ .k-align-items-flex-start {
2207
+ align-items: flex-start;
2208
+ }
2209
+
2210
+ .\!k-align-items-flex-start {
2211
+ align-items: flex-start !important;
2212
+ }
2213
+
2214
+ .k-align-items-flex-end {
2215
+ align-items: flex-end;
2216
+ }
2217
+
2218
+ .\!k-align-items-flex-end {
2147
2219
  align-items: flex-end !important;
2148
2220
  }
2149
2221
 
2150
- .k-align-items-center {
2151
- align-items: center;
2222
+ .k-align-items-baseline {
2223
+ align-items: baseline;
2152
2224
  }
2153
2225
 
2154
- .\!k-align-items-center {
2155
- align-items: center !important;
2226
+ .\!k-align-items-baseline {
2227
+ align-items: baseline !important;
2156
2228
  }
2157
2229
 
2158
- .k-align-items-stretch {
2159
- align-items: stretch;
2230
+ .k-align-items-first-baseline {
2231
+ align-items: first baseline;
2160
2232
  }
2161
2233
 
2162
- .\!k-align-items-stretch {
2163
- align-items: stretch !important;
2234
+ .\!k-align-items-first-baseline {
2235
+ align-items: first baseline !important;
2236
+ }
2237
+
2238
+ .k-align-items-last-baseline {
2239
+ align-items: last baseline;
2240
+ }
2241
+
2242
+ .\!k-align-items-last-baseline {
2243
+ align-items: last baseline !important;
2244
+ }
2245
+
2246
+ .k-align-items-self-start {
2247
+ align-items: self-start;
2248
+ }
2249
+
2250
+ .\!k-align-items-self-start {
2251
+ align-items: self-start !important;
2252
+ }
2253
+
2254
+ .k-align-items-self-end {
2255
+ align-items: self-end;
2256
+ }
2257
+
2258
+ .\!k-align-items-self-end {
2259
+ align-items: self-end !important;
2164
2260
  }
2165
2261
 
2166
2262
  .k-align-self-auto {
@@ -2187,28 +2283,84 @@ kendo-sortable {
2187
2283
  align-self: stretch !important;
2188
2284
  }
2189
2285
 
2286
+ .k-align-self-center {
2287
+ align-self: center;
2288
+ }
2289
+
2290
+ .\!k-align-self-center {
2291
+ align-self: center !important;
2292
+ }
2293
+
2190
2294
  .k-align-self-start {
2191
- align-self: flex-start;
2295
+ align-self: start;
2192
2296
  }
2193
2297
 
2194
2298
  .\!k-align-self-start {
2195
- align-self: flex-start !important;
2299
+ align-self: start !important;
2196
2300
  }
2197
2301
 
2198
2302
  .k-align-self-end {
2199
- align-self: flex-end;
2303
+ align-self: end;
2200
2304
  }
2201
2305
 
2202
2306
  .\!k-align-self-end {
2307
+ align-self: end !important;
2308
+ }
2309
+
2310
+ .k-align-self-flex-start {
2311
+ align-self: flex-start;
2312
+ }
2313
+
2314
+ .\!k-align-self-flex-start {
2315
+ align-self: flex-start !important;
2316
+ }
2317
+
2318
+ .k-align-self-flex-end {
2319
+ align-self: flex-end;
2320
+ }
2321
+
2322
+ .\!k-align-self-flex-end {
2203
2323
  align-self: flex-end !important;
2204
2324
  }
2205
2325
 
2206
- .k-align-self-center {
2207
- align-self: center;
2326
+ .k-align-self-baseline {
2327
+ align-self: baseline;
2208
2328
  }
2209
2329
 
2210
- .\!k-align-self-center {
2211
- align-self: center !important;
2330
+ .\!k-align-self-baseline {
2331
+ align-self: baseline !important;
2332
+ }
2333
+
2334
+ .k-align-self-first-baseline {
2335
+ align-self: first baseline;
2336
+ }
2337
+
2338
+ .\!k-align-self-first-baseline {
2339
+ align-self: first baseline !important;
2340
+ }
2341
+
2342
+ .k-align-self-last-baseline {
2343
+ align-self: last baseline;
2344
+ }
2345
+
2346
+ .\!k-align-self-last-baseline {
2347
+ align-self: last baseline !important;
2348
+ }
2349
+
2350
+ .k-align-self-self-start {
2351
+ align-self: self-start;
2352
+ }
2353
+
2354
+ .\!k-align-self-self-start {
2355
+ align-self: self-start !important;
2356
+ }
2357
+
2358
+ .k-align-self-self-end {
2359
+ align-self: self-end;
2360
+ }
2361
+
2362
+ .\!k-align-self-self-end {
2363
+ align-self: self-end !important;
2212
2364
  }
2213
2365
 
2214
2366
  .k-basis-0 {
@@ -5603,28 +5755,92 @@ kendo-sortable {
5603
5755
  justify-content: normal !important;
5604
5756
  }
5605
5757
 
5758
+ .k-justify-content-stretch {
5759
+ justify-content: stretch;
5760
+ }
5761
+
5762
+ .\!k-justify-content-stretch {
5763
+ justify-content: stretch !important;
5764
+ }
5765
+
5766
+ .k-justify-content-center {
5767
+ justify-content: center;
5768
+ }
5769
+
5770
+ .\!k-justify-content-center {
5771
+ justify-content: center !important;
5772
+ }
5773
+
5606
5774
  .k-justify-content-start {
5607
- justify-content: flex-start;
5775
+ justify-content: start;
5608
5776
  }
5609
5777
 
5610
5778
  .\!k-justify-content-start {
5611
- justify-content: flex-start !important;
5779
+ justify-content: start !important;
5612
5780
  }
5613
5781
 
5614
5782
  .k-justify-content-end {
5615
- justify-content: flex-end;
5783
+ justify-content: end;
5616
5784
  }
5617
5785
 
5618
5786
  .\!k-justify-content-end {
5787
+ justify-content: end !important;
5788
+ }
5789
+
5790
+ .k-justify-content-flex-start {
5791
+ justify-content: flex-start;
5792
+ }
5793
+
5794
+ .\!k-justify-content-flex-start {
5795
+ justify-content: flex-start !important;
5796
+ }
5797
+
5798
+ .k-justify-content-flex-end {
5799
+ justify-content: flex-end;
5800
+ }
5801
+
5802
+ .\!k-justify-content-flex-end {
5619
5803
  justify-content: flex-end !important;
5620
5804
  }
5621
5805
 
5622
- .k-justify-content-center {
5623
- justify-content: center;
5806
+ .k-justify-content-left {
5807
+ justify-content: left;
5624
5808
  }
5625
5809
 
5626
- .\!k-justify-content-center {
5627
- justify-content: center !important;
5810
+ .\!k-justify-content-left {
5811
+ justify-content: left !important;
5812
+ }
5813
+
5814
+ .k-justify-content-right {
5815
+ justify-content: right;
5816
+ }
5817
+
5818
+ .\!k-justify-content-right {
5819
+ justify-content: right !important;
5820
+ }
5821
+
5822
+ .k-justify-content-baseline {
5823
+ justify-content: baseline;
5824
+ }
5825
+
5826
+ .\!k-justify-content-baseline {
5827
+ justify-content: baseline !important;
5828
+ }
5829
+
5830
+ .k-justify-content-first-baseline {
5831
+ justify-content: first baseline;
5832
+ }
5833
+
5834
+ .\!k-justify-content-first-baseline {
5835
+ justify-content: first baseline !important;
5836
+ }
5837
+
5838
+ .k-justify-content-last-baseline {
5839
+ justify-content: last baseline;
5840
+ }
5841
+
5842
+ .\!k-justify-content-last-baseline {
5843
+ justify-content: last baseline !important;
5628
5844
  }
5629
5845
 
5630
5846
  .k-justify-content-between {
@@ -5651,14 +5867,6 @@ kendo-sortable {
5651
5867
  justify-content: space-evenly !important;
5652
5868
  }
5653
5869
 
5654
- .k-justify-content-stretch {
5655
- justify-content: stretch;
5656
- }
5657
-
5658
- .\!k-justify-content-stretch {
5659
- justify-content: stretch !important;
5660
- }
5661
-
5662
5870
  .k-justify-content-stretch > * {
5663
5871
  flex: 1 0 0%;
5664
5872
  }
@@ -5675,36 +5883,108 @@ kendo-sortable {
5675
5883
  justify-items: normal !important;
5676
5884
  }
5677
5885
 
5886
+ .k-justify-items-stretch {
5887
+ justify-items: stretch;
5888
+ }
5889
+
5890
+ .\!k-justify-items-stretch {
5891
+ justify-items: stretch !important;
5892
+ }
5893
+
5894
+ .k-justify-items-center {
5895
+ justify-items: center;
5896
+ }
5897
+
5898
+ .\!k-justify-items-center {
5899
+ justify-items: center !important;
5900
+ }
5901
+
5678
5902
  .k-justify-items-start {
5679
- justify-items: flex-start;
5903
+ justify-items: start;
5680
5904
  }
5681
5905
 
5682
5906
  .\!k-justify-items-start {
5683
- justify-items: flex-start !important;
5907
+ justify-items: start !important;
5684
5908
  }
5685
5909
 
5686
5910
  .k-justify-items-end {
5687
- justify-items: flex-end;
5911
+ justify-items: end;
5688
5912
  }
5689
5913
 
5690
5914
  .\!k-justify-items-end {
5915
+ justify-items: end !important;
5916
+ }
5917
+
5918
+ .k-justify-items-flex-start {
5919
+ justify-items: flex-start;
5920
+ }
5921
+
5922
+ .\!k-justify-items-flex-start {
5923
+ justify-items: flex-start !important;
5924
+ }
5925
+
5926
+ .k-justify-items-flex-end {
5927
+ justify-items: flex-end;
5928
+ }
5929
+
5930
+ .\!k-justify-items-flex-end {
5691
5931
  justify-items: flex-end !important;
5692
5932
  }
5693
5933
 
5694
- .k-justify-items-center {
5695
- justify-items: center;
5934
+ .k-justify-items-self-start {
5935
+ justify-items: self-start;
5696
5936
  }
5697
5937
 
5698
- .\!k-justify-items-center {
5699
- justify-items: center !important;
5938
+ .\!k-justify-items-self-start {
5939
+ justify-items: self-start !important;
5700
5940
  }
5701
5941
 
5702
- .k-justify-items-stretch {
5703
- justify-items: stretch;
5942
+ .k-justify-items-self-end {
5943
+ justify-items: self-end;
5704
5944
  }
5705
5945
 
5706
- .\!k-justify-items-stretch {
5707
- justify-items: stretch !important;
5946
+ .\!k-justify-items-self-end {
5947
+ justify-items: self-end !important;
5948
+ }
5949
+
5950
+ .k-justify-items-left {
5951
+ justify-items: left;
5952
+ }
5953
+
5954
+ .\!k-justify-items-left {
5955
+ justify-items: left !important;
5956
+ }
5957
+
5958
+ .k-justify-items-right {
5959
+ justify-items: right;
5960
+ }
5961
+
5962
+ .\!k-justify-items-right {
5963
+ justify-items: right !important;
5964
+ }
5965
+
5966
+ .k-justify-items-baseline {
5967
+ justify-items: baseline;
5968
+ }
5969
+
5970
+ .\!k-justify-items-baseline {
5971
+ justify-items: baseline !important;
5972
+ }
5973
+
5974
+ .k-justify-items-first-baseline {
5975
+ justify-items: first baseline;
5976
+ }
5977
+
5978
+ .\!k-justify-items-first-baseline {
5979
+ justify-items: first baseline !important;
5980
+ }
5981
+
5982
+ .k-justify-items-last-baseline {
5983
+ justify-items: last baseline;
5984
+ }
5985
+
5986
+ .\!k-justify-items-last-baseline {
5987
+ justify-items: last baseline !important;
5708
5988
  }
5709
5989
 
5710
5990
  .k-justify-self-auto {
@@ -5723,36 +6003,92 @@ kendo-sortable {
5723
6003
  justify-self: normal !important;
5724
6004
  }
5725
6005
 
6006
+ .k-justify-self-stretch {
6007
+ justify-self: stretch;
6008
+ }
6009
+
6010
+ .\!k-justify-self-stretch {
6011
+ justify-self: stretch !important;
6012
+ }
6013
+
6014
+ .k-justify-self-center {
6015
+ justify-self: center;
6016
+ }
6017
+
6018
+ .\!k-justify-self-center {
6019
+ justify-self: center !important;
6020
+ }
6021
+
5726
6022
  .k-justify-self-start {
5727
- justify-self: flex-start;
6023
+ justify-self: start;
5728
6024
  }
5729
6025
 
5730
6026
  .\!k-justify-self-start {
5731
- justify-self: flex-start !important;
6027
+ justify-self: start !important;
5732
6028
  }
5733
6029
 
5734
6030
  .k-justify-self-end {
5735
- justify-self: flex-end;
6031
+ justify-self: end;
5736
6032
  }
5737
6033
 
5738
6034
  .\!k-justify-self-end {
6035
+ justify-self: end !important;
6036
+ }
6037
+
6038
+ .k-justify-self-flex-start {
6039
+ justify-self: flex-start;
6040
+ }
6041
+
6042
+ .\!k-justify-self-flex-start {
6043
+ justify-self: flex-start !important;
6044
+ }
6045
+
6046
+ .k-justify-self-flex-end {
6047
+ justify-self: flex-end;
6048
+ }
6049
+
6050
+ .\!k-justify-self-flex-end {
5739
6051
  justify-self: flex-end !important;
5740
6052
  }
5741
6053
 
5742
- .k-justify-self-center {
5743
- justify-self: center;
6054
+ .k-justify-self-self-start {
6055
+ justify-self: self-start;
5744
6056
  }
5745
6057
 
5746
- .\!k-justify-self-center {
5747
- justify-self: center !important;
6058
+ .\!k-justify-self-self-start {
6059
+ justify-self: self-start !important;
5748
6060
  }
5749
6061
 
5750
- .k-justify-self-stretch {
5751
- justify-self: stretch;
6062
+ .k-justify-self-self-end {
6063
+ justify-self: self-end;
5752
6064
  }
5753
6065
 
5754
- .\!k-justify-self-stretch {
5755
- justify-self: stretch !important;
6066
+ .\!k-justify-self-self-end {
6067
+ justify-self: self-end !important;
6068
+ }
6069
+
6070
+ .k-justify-self-baseline {
6071
+ justify-self: baseline;
6072
+ }
6073
+
6074
+ .\!k-justify-self-baseline {
6075
+ justify-self: baseline !important;
6076
+ }
6077
+
6078
+ .k-justify-self-first-baseline {
6079
+ justify-self: first baseline;
6080
+ }
6081
+
6082
+ .\!k-justify-self-first-baseline {
6083
+ justify-self: first baseline !important;
6084
+ }
6085
+
6086
+ .k-justify-self-last-baseline {
6087
+ justify-self: last baseline;
6088
+ }
6089
+
6090
+ .\!k-justify-self-last-baseline {
6091
+ justify-self: last baseline !important;
5756
6092
  }
5757
6093
 
5758
6094
  .k-order-1 {
@@ -5883,28 +6219,60 @@ kendo-sortable {
5883
6219
  place-content: normal !important;
5884
6220
  }
5885
6221
 
6222
+ .k-place-content-stretch {
6223
+ place-content: stretch;
6224
+ }
6225
+
6226
+ .\!k-place-content-stretch {
6227
+ place-content: stretch !important;
6228
+ }
6229
+
6230
+ .k-place-content-center {
6231
+ place-content: center;
6232
+ }
6233
+
6234
+ .\!k-place-content-center {
6235
+ place-content: center !important;
6236
+ }
6237
+
5886
6238
  .k-place-content-start {
5887
- place-content: flex-start;
6239
+ place-content: start;
5888
6240
  }
5889
6241
 
5890
6242
  .\!k-place-content-start {
5891
- place-content: flex-start !important;
6243
+ place-content: start !important;
5892
6244
  }
5893
6245
 
5894
6246
  .k-place-content-end {
5895
- place-content: flex-end;
6247
+ place-content: end;
5896
6248
  }
5897
6249
 
5898
6250
  .\!k-place-content-end {
6251
+ place-content: end !important;
6252
+ }
6253
+
6254
+ .k-place-content-flex-start {
6255
+ place-content: flex-start;
6256
+ }
6257
+
6258
+ .\!k-place-content-flex-start {
6259
+ place-content: flex-start !important;
6260
+ }
6261
+
6262
+ .k-place-content-flex-end {
6263
+ place-content: flex-end;
6264
+ }
6265
+
6266
+ .\!k-place-content-flex-end {
5899
6267
  place-content: flex-end !important;
5900
6268
  }
5901
6269
 
5902
- .k-place-content-center {
5903
- place-content: center;
6270
+ .k-place-content-baseline {
6271
+ place-content: baseline;
5904
6272
  }
5905
6273
 
5906
- .\!k-place-content-center {
5907
- place-content: center !important;
6274
+ .\!k-place-content-baseline {
6275
+ place-content: baseline !important;
5908
6276
  }
5909
6277
 
5910
6278
  .k-place-content-between {
@@ -5931,14 +6299,6 @@ kendo-sortable {
5931
6299
  place-content: space-evenly !important;
5932
6300
  }
5933
6301
 
5934
- .k-place-content-stretch {
5935
- place-content: stretch;
5936
- }
5937
-
5938
- .\!k-place-content-stretch {
5939
- place-content: stretch !important;
5940
- }
5941
-
5942
6302
  .k-place-items-normal {
5943
6303
  place-items: normal;
5944
6304
  }
@@ -5947,36 +6307,76 @@ kendo-sortable {
5947
6307
  place-items: normal !important;
5948
6308
  }
5949
6309
 
6310
+ .k-place-items-stretch {
6311
+ place-items: stretch;
6312
+ }
6313
+
6314
+ .\!k-place-items-stretch {
6315
+ place-items: stretch !important;
6316
+ }
6317
+
6318
+ .k-place-items-center {
6319
+ place-items: center;
6320
+ }
6321
+
6322
+ .\!k-place-items-center {
6323
+ place-items: center !important;
6324
+ }
6325
+
5950
6326
  .k-place-items-start {
5951
- place-items: flex-start;
6327
+ place-items: start;
5952
6328
  }
5953
6329
 
5954
6330
  .\!k-place-items-start {
5955
- place-items: flex-start !important;
6331
+ place-items: start !important;
5956
6332
  }
5957
6333
 
5958
6334
  .k-place-items-end {
5959
- place-items: flex-end;
6335
+ place-items: end;
5960
6336
  }
5961
6337
 
5962
6338
  .\!k-place-items-end {
6339
+ place-items: end !important;
6340
+ }
6341
+
6342
+ .k-place-items-flex-start {
6343
+ place-items: flex-start;
6344
+ }
6345
+
6346
+ .\!k-place-items-flex-start {
6347
+ place-items: flex-start !important;
6348
+ }
6349
+
6350
+ .k-place-items-flex-end {
6351
+ place-items: flex-end;
6352
+ }
6353
+
6354
+ .\!k-place-items-flex-end {
5963
6355
  place-items: flex-end !important;
5964
6356
  }
5965
6357
 
5966
- .k-place-items-center {
5967
- place-items: center;
6358
+ .k-place-items-self-start {
6359
+ place-items: flex-start;
5968
6360
  }
5969
6361
 
5970
- .\!k-place-items-center {
5971
- place-items: center !important;
6362
+ .\!k-place-items-self-start {
6363
+ place-items: flex-start !important;
5972
6364
  }
5973
6365
 
5974
- .k-place-items-stretch {
5975
- place-items: stretch;
6366
+ .k-place-items-self-end {
6367
+ place-items: flex-end;
5976
6368
  }
5977
6369
 
5978
- .\!k-place-items-stretch {
5979
- place-items: stretch !important;
6370
+ .\!k-place-items-self-end {
6371
+ place-items: flex-end !important;
6372
+ }
6373
+
6374
+ .k-place-items-baseline {
6375
+ place-items: baseline;
6376
+ }
6377
+
6378
+ .\!k-place-items-baseline {
6379
+ place-items: baseline !important;
5980
6380
  }
5981
6381
 
5982
6382
  .k-place-self-auto {
@@ -5995,6 +6395,22 @@ kendo-sortable {
5995
6395
  place-self: normal !important;
5996
6396
  }
5997
6397
 
6398
+ .k-place-self-stretch {
6399
+ place-self: stretch;
6400
+ }
6401
+
6402
+ .\!k-place-self-stretch {
6403
+ place-self: stretch !important;
6404
+ }
6405
+
6406
+ .k-place-self-center {
6407
+ place-self: center;
6408
+ }
6409
+
6410
+ .\!k-place-self-center {
6411
+ place-self: center !important;
6412
+ }
6413
+
5998
6414
  .k-place-self-start {
5999
6415
  place-self: flex-start;
6000
6416
  }
@@ -6011,20 +6427,44 @@ kendo-sortable {
6011
6427
  place-self: flex-end !important;
6012
6428
  }
6013
6429
 
6014
- .k-place-self-center {
6015
- place-self: center;
6430
+ .k-place-self-flex-start {
6431
+ place-self: flex-start;
6016
6432
  }
6017
6433
 
6018
- .\!k-place-self-center {
6019
- place-self: center !important;
6434
+ .\!k-place-self-flex-start {
6435
+ place-self: flex-start !important;
6020
6436
  }
6021
6437
 
6022
- .k-place-self-stretch {
6023
- place-self: stretch;
6438
+ .k-place-self-flex-end {
6439
+ place-self: flex-end;
6024
6440
  }
6025
6441
 
6026
- .\!k-place-self-stretch {
6027
- place-self: stretch !important;
6442
+ .\!k-place-self-flex-end {
6443
+ place-self: flex-end !important;
6444
+ }
6445
+
6446
+ .k-place-self-self-start {
6447
+ place-self: flex-start;
6448
+ }
6449
+
6450
+ .\!k-place-self-self-start {
6451
+ place-self: flex-start !important;
6452
+ }
6453
+
6454
+ .k-place-self-self-end {
6455
+ place-self: flex-end;
6456
+ }
6457
+
6458
+ .\!k-place-self-self-end {
6459
+ place-self: flex-end !important;
6460
+ }
6461
+
6462
+ .k-place-self-baseline {
6463
+ place-self: baseline;
6464
+ }
6465
+
6466
+ .\!k-place-self-baseline {
6467
+ place-self: baseline !important;
6028
6468
  }
6029
6469
 
6030
6470
  .k-m-0 {
@@ -36388,9 +36828,8 @@ select.k-picker-lg {
36388
36828
  font-size: 0.875em;
36389
36829
  }
36390
36830
 
36391
- .k-actionsheet > .k-hr {
36831
+ .k-actionsheet .k-hr {
36392
36832
  margin: 0;
36393
- border-color: inherit;
36394
36833
  flex: none;
36395
36834
  }
36396
36835
 
@@ -36585,6 +37024,10 @@ select.k-picker-lg {
36585
37024
  color: #646464;
36586
37025
  }
36587
37026
 
37027
+ .k-actionsheet .k-hr {
37028
+ border-color: #cacaca;
37029
+ }
37030
+
36588
37031
  .k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
36589
37032
  border-color: #cacaca;
36590
37033
  }
@@ -41316,9 +41759,9 @@ kendo-grid .k-grid-row-sticky .k-table-td {
41316
41759
  }
41317
41760
 
41318
41761
  kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
41319
- kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
41762
+ kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
41320
41763
  kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
41321
- kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
41764
+ kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
41322
41765
  z-index: 3;
41323
41766
  }
41324
41767
 
@@ -41710,10 +42153,6 @@ div.k-grid-norecords {
41710
42153
 
41711
42154
  .k-column-menu-popup.k-popup,
41712
42155
  .k-grid-columnmenu-popup.k-popup {
41713
- }
41714
-
41715
- .k-popup > .k-column-menu-popup, .k-popup >
41716
- .k-grid-columnmenu-popup {
41717
42156
  max-width: 100%;
41718
42157
  }
41719
42158
 
@@ -43927,7 +44366,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43927
44366
  }
43928
44367
 
43929
44368
  .k-pivot-layout .k-grid-footer,
43930
- .k-pivot-layout .k-grid .k-alt {
44369
+ .k-pivot-layout .k-grid .k-table-alt-row {
43931
44370
  font-weight: bold;
43932
44371
  }
43933
44372
 
@@ -44196,7 +44635,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44196
44635
  color: #646464;
44197
44636
  }
44198
44637
 
44199
- .k-alt {
44638
+ .k-pivot .k-alt {
44200
44639
  background-color: #f0f0f0;
44201
44640
  }
44202
44641