@progress/kendo-theme-utils 5.5.0 → 5.5.1-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.
- package/dist/all.css +24 -66
- package/dist/all.scss +1 -1
- package/package.json +7 -10
- package/scss/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -1925,11 +1925,11 @@
|
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
1927
|
.k-col-span-full {
|
|
1928
|
-
grid-column:
|
|
1928
|
+
grid-column: -1;
|
|
1929
1929
|
}
|
|
1930
1930
|
|
|
1931
1931
|
.\!k-col-span-full {
|
|
1932
|
-
grid-column:
|
|
1932
|
+
grid-column: -1 !important;
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
1935
|
.k-col-span-auto {
|
|
@@ -6221,12 +6221,10 @@
|
|
|
6221
6221
|
}
|
|
6222
6222
|
|
|
6223
6223
|
.k-w-fit {
|
|
6224
|
-
width: -moz-fit-content;
|
|
6225
6224
|
width: fit-content;
|
|
6226
6225
|
}
|
|
6227
6226
|
|
|
6228
6227
|
.\!k-w-fit {
|
|
6229
|
-
width: -moz-fit-content !important;
|
|
6230
6228
|
width: fit-content !important;
|
|
6231
6229
|
}
|
|
6232
6230
|
|
|
@@ -6279,12 +6277,10 @@
|
|
|
6279
6277
|
}
|
|
6280
6278
|
|
|
6281
6279
|
.k-min-w-fit {
|
|
6282
|
-
min-width: -moz-fit-content;
|
|
6283
6280
|
min-width: fit-content;
|
|
6284
6281
|
}
|
|
6285
6282
|
|
|
6286
6283
|
.\!k-min-w-fit {
|
|
6287
|
-
min-width: -moz-fit-content !important;
|
|
6288
6284
|
min-width: fit-content !important;
|
|
6289
6285
|
}
|
|
6290
6286
|
|
|
@@ -6337,12 +6333,10 @@
|
|
|
6337
6333
|
}
|
|
6338
6334
|
|
|
6339
6335
|
.k-max-w-fit {
|
|
6340
|
-
max-width: -moz-fit-content;
|
|
6341
6336
|
max-width: fit-content;
|
|
6342
6337
|
}
|
|
6343
6338
|
|
|
6344
6339
|
.\!k-max-w-fit {
|
|
6345
|
-
max-width: -moz-fit-content !important;
|
|
6346
6340
|
max-width: fit-content !important;
|
|
6347
6341
|
}
|
|
6348
6342
|
|
|
@@ -6779,12 +6773,10 @@
|
|
|
6779
6773
|
}
|
|
6780
6774
|
|
|
6781
6775
|
.k-h-fit {
|
|
6782
|
-
height: -moz-fit-content;
|
|
6783
6776
|
height: fit-content;
|
|
6784
6777
|
}
|
|
6785
6778
|
|
|
6786
6779
|
.\!k-h-fit {
|
|
6787
|
-
height: -moz-fit-content !important;
|
|
6788
6780
|
height: fit-content !important;
|
|
6789
6781
|
}
|
|
6790
6782
|
|
|
@@ -6837,12 +6829,10 @@
|
|
|
6837
6829
|
}
|
|
6838
6830
|
|
|
6839
6831
|
.k-min-h-fit {
|
|
6840
|
-
min-height: -moz-fit-content;
|
|
6841
6832
|
min-height: fit-content;
|
|
6842
6833
|
}
|
|
6843
6834
|
|
|
6844
6835
|
.\!k-min-h-fit {
|
|
6845
|
-
min-height: -moz-fit-content !important;
|
|
6846
6836
|
min-height: fit-content !important;
|
|
6847
6837
|
}
|
|
6848
6838
|
|
|
@@ -6895,12 +6885,10 @@
|
|
|
6895
6885
|
}
|
|
6896
6886
|
|
|
6897
6887
|
.k-max-h-fit {
|
|
6898
|
-
max-height: -moz-fit-content;
|
|
6899
6888
|
max-height: fit-content;
|
|
6900
6889
|
}
|
|
6901
6890
|
|
|
6902
6891
|
.\!k-max-h-fit {
|
|
6903
|
-
max-height: -moz-fit-content !important;
|
|
6904
6892
|
max-height: fit-content !important;
|
|
6905
6893
|
}
|
|
6906
6894
|
|
|
@@ -9857,23 +9845,19 @@
|
|
|
9857
9845
|
}
|
|
9858
9846
|
|
|
9859
9847
|
.k-appearance-none {
|
|
9860
|
-
|
|
9861
|
-
appearance: none;
|
|
9848
|
+
appearance: none;
|
|
9862
9849
|
}
|
|
9863
9850
|
|
|
9864
9851
|
.\!k-appearance-none {
|
|
9865
|
-
|
|
9866
|
-
appearance: none !important;
|
|
9852
|
+
appearance: none !important;
|
|
9867
9853
|
}
|
|
9868
9854
|
|
|
9869
9855
|
.k-appearance-auto {
|
|
9870
|
-
|
|
9871
|
-
appearance: auto;
|
|
9856
|
+
appearance: auto;
|
|
9872
9857
|
}
|
|
9873
9858
|
|
|
9874
9859
|
.\!k-appearance-auto {
|
|
9875
|
-
|
|
9876
|
-
appearance: auto !important;
|
|
9860
|
+
appearance: auto !important;
|
|
9877
9861
|
}
|
|
9878
9862
|
|
|
9879
9863
|
.k-cursor-none {
|
|
@@ -10229,43 +10213,35 @@
|
|
|
10229
10213
|
}
|
|
10230
10214
|
|
|
10231
10215
|
.k-scroll-snap-none {
|
|
10232
|
-
|
|
10233
|
-
scroll-snap-type: none;
|
|
10216
|
+
scroll-snap-type: none;
|
|
10234
10217
|
}
|
|
10235
10218
|
|
|
10236
10219
|
.\!k-scroll-snap-none {
|
|
10237
|
-
|
|
10238
|
-
scroll-snap-type: none !important;
|
|
10220
|
+
scroll-snap-type: none !important;
|
|
10239
10221
|
}
|
|
10240
10222
|
|
|
10241
10223
|
.k-scroll-snap-snap-x {
|
|
10242
|
-
|
|
10243
|
-
scroll-snap-type: x var(--k-scroll-snap-strictness);
|
|
10224
|
+
scroll-snap-type: x var(--k-scroll-snap-strictness);
|
|
10244
10225
|
}
|
|
10245
10226
|
|
|
10246
10227
|
.\!k-scroll-snap-snap-x {
|
|
10247
|
-
|
|
10248
|
-
scroll-snap-type: x var(--k-scroll-snap-strictness) !important;
|
|
10228
|
+
scroll-snap-type: x var(--k-scroll-snap-strictness) !important;
|
|
10249
10229
|
}
|
|
10250
10230
|
|
|
10251
10231
|
.k-scroll-snap-snap-y {
|
|
10252
|
-
|
|
10253
|
-
scroll-snap-type: y var(--k-scroll-snap-strictness);
|
|
10232
|
+
scroll-snap-type: y var(--k-scroll-snap-strictness);
|
|
10254
10233
|
}
|
|
10255
10234
|
|
|
10256
10235
|
.\!k-scroll-snap-snap-y {
|
|
10257
|
-
|
|
10258
|
-
scroll-snap-type: y var(--k-scroll-snap-strictness) !important;
|
|
10236
|
+
scroll-snap-type: y var(--k-scroll-snap-strictness) !important;
|
|
10259
10237
|
}
|
|
10260
10238
|
|
|
10261
10239
|
.k-scroll-snap-snap-both {
|
|
10262
|
-
|
|
10263
|
-
scroll-snap-type: both var(--k-scroll-snap-strictness);
|
|
10240
|
+
scroll-snap-type: both var(--k-scroll-snap-strictness);
|
|
10264
10241
|
}
|
|
10265
10242
|
|
|
10266
10243
|
.\!k-scroll-snap-snap-both {
|
|
10267
|
-
|
|
10268
|
-
scroll-snap-type: both var(--k-scroll-snap-strictness) !important;
|
|
10244
|
+
scroll-snap-type: both var(--k-scroll-snap-strictness) !important;
|
|
10269
10245
|
}
|
|
10270
10246
|
|
|
10271
10247
|
.k-scroll-snap-mandatory {
|
|
@@ -13093,61 +13069,43 @@
|
|
|
13093
13069
|
}
|
|
13094
13070
|
|
|
13095
13071
|
.k-user-select-none {
|
|
13096
|
-
|
|
13097
|
-
-ms-user-select: none;
|
|
13098
|
-
user-select: none;
|
|
13072
|
+
user-select: none;
|
|
13099
13073
|
}
|
|
13100
13074
|
|
|
13101
13075
|
.\!k-user-select-none {
|
|
13102
|
-
|
|
13103
|
-
-ms-user-select: none !important;
|
|
13104
|
-
user-select: none !important;
|
|
13076
|
+
user-select: none !important;
|
|
13105
13077
|
}
|
|
13106
13078
|
|
|
13107
13079
|
.k-user-select-auto {
|
|
13108
|
-
|
|
13109
|
-
-ms-user-select: auto;
|
|
13110
|
-
user-select: auto;
|
|
13080
|
+
user-select: auto;
|
|
13111
13081
|
}
|
|
13112
13082
|
|
|
13113
13083
|
.\!k-user-select-auto {
|
|
13114
|
-
|
|
13115
|
-
-ms-user-select: auto !important;
|
|
13116
|
-
user-select: auto !important;
|
|
13084
|
+
user-select: auto !important;
|
|
13117
13085
|
}
|
|
13118
13086
|
|
|
13119
13087
|
.k-user-select-text {
|
|
13120
|
-
|
|
13121
|
-
-ms-user-select: text;
|
|
13122
|
-
user-select: text;
|
|
13088
|
+
user-select: text;
|
|
13123
13089
|
}
|
|
13124
13090
|
|
|
13125
13091
|
.\!k-user-select-text {
|
|
13126
|
-
|
|
13127
|
-
-ms-user-select: text !important;
|
|
13128
|
-
user-select: text !important;
|
|
13092
|
+
user-select: text !important;
|
|
13129
13093
|
}
|
|
13130
13094
|
|
|
13131
13095
|
.k-user-select-all {
|
|
13132
|
-
|
|
13133
|
-
user-select: all;
|
|
13096
|
+
user-select: all;
|
|
13134
13097
|
}
|
|
13135
13098
|
|
|
13136
13099
|
.\!k-user-select-all {
|
|
13137
|
-
|
|
13138
|
-
user-select: all !important;
|
|
13100
|
+
user-select: all !important;
|
|
13139
13101
|
}
|
|
13140
13102
|
|
|
13141
13103
|
.k-user-select-contain {
|
|
13142
|
-
|
|
13143
|
-
-ms-user-select: element;
|
|
13144
|
-
user-select: contain;
|
|
13104
|
+
user-select: contain;
|
|
13145
13105
|
}
|
|
13146
13106
|
|
|
13147
13107
|
.\!k-user-select-contain {
|
|
13148
|
-
|
|
13149
|
-
-ms-user-select: element !important;
|
|
13150
|
-
user-select: contain !important;
|
|
13108
|
+
user-select: contain !important;
|
|
13151
13109
|
}
|
|
13152
13110
|
|
|
13153
13111
|
.k-will-change-auto {
|
package/dist/all.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-utils",
|
|
3
3
|
"description": "Utility first library alongside Kendo UI",
|
|
4
|
-
"version": "5.5.0",
|
|
4
|
+
"version": "5.5.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -30,16 +30,13 @@
|
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
|
-
"
|
|
34
|
-
"sass
|
|
35
|
-
"sass:swatches": "gulp sass:swatches",
|
|
36
|
-
"sass:flat": "gulp sass:flat",
|
|
37
|
-
"dart": "gulp dart",
|
|
38
|
-
"dart:watch": "gulp dart:watch",
|
|
39
|
-
"dart:swatches": "gulp dart:swatches",
|
|
40
|
-
"dart:flat": "gulp dart:flat",
|
|
33
|
+
"build": "sass-build",
|
|
34
|
+
"sass": "sass-build",
|
|
41
35
|
"prepublishOnly": "node ../../scripts/themes-prepublish.js",
|
|
42
36
|
"postpublish": "echo 'no postpublish for utils'"
|
|
43
37
|
},
|
|
44
|
-
"
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"sass-build": "^0.0.1"
|
|
40
|
+
},
|
|
41
|
+
"gitHead": "f9e886d7414c48c7a576210e6b46d938d27b3125"
|
|
45
42
|
}
|