@progress/kendo-theme-fluent 7.0.1-dev.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.css
CHANGED
|
@@ -1048,6 +1048,14 @@ kendo-sortable {
|
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
.k-i-loading {
|
|
1051
|
+
width: 1em;
|
|
1052
|
+
height: 1em;
|
|
1053
|
+
line-height: 1;
|
|
1054
|
+
display: inline-flex;
|
|
1055
|
+
flex-flow: row nowrap;
|
|
1056
|
+
align-items: center;
|
|
1057
|
+
justify-content: center;
|
|
1058
|
+
vertical-align: middle;
|
|
1051
1059
|
position: relative;
|
|
1052
1060
|
background-color: transparent;
|
|
1053
1061
|
box-sizing: border-box;
|
|
@@ -25780,7 +25788,9 @@ kendo-sortable {
|
|
|
25780
25788
|
margin: 0.25em;
|
|
25781
25789
|
}
|
|
25782
25790
|
|
|
25783
|
-
.k-icon-modifier {
|
|
25791
|
+
.k-icon.k-icon-modifier {
|
|
25792
|
+
width: 1em;
|
|
25793
|
+
height: 1em;
|
|
25784
25794
|
position: absolute;
|
|
25785
25795
|
font-size: 0.5em;
|
|
25786
25796
|
bottom: 0;
|
|
@@ -25788,11 +25798,6 @@ kendo-sortable {
|
|
|
25788
25798
|
margin: 0 -0.5em -0.5em 0;
|
|
25789
25799
|
}
|
|
25790
25800
|
|
|
25791
|
-
.k-icon.k-icon-modifier {
|
|
25792
|
-
width: 1em;
|
|
25793
|
-
height: 1em;
|
|
25794
|
-
}
|
|
25795
|
-
|
|
25796
25801
|
.k-icon-action {
|
|
25797
25802
|
display: inline-flex;
|
|
25798
25803
|
padding: var(--kendo-icon-padding, 0.25rem);
|
|
@@ -34323,7 +34328,6 @@ textarea.k-input-inner {
|
|
|
34323
34328
|
.k-dropdown-operator {
|
|
34324
34329
|
width: min-content;
|
|
34325
34330
|
flex: none;
|
|
34326
|
-
aspect-ratio: 1;
|
|
34327
34331
|
}
|
|
34328
34332
|
.k-dropdown-operator .k-input-button {
|
|
34329
34333
|
border-width: 0;
|
|
@@ -41262,16 +41266,6 @@ div.k-grid-footer {
|
|
|
41262
41266
|
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
41263
41267
|
flex: none;
|
|
41264
41268
|
}
|
|
41265
|
-
.k-filtercell .k-input,
|
|
41266
|
-
.k-filtercell .k-picker {
|
|
41267
|
-
width: auto;
|
|
41268
|
-
flex: 1 1 auto;
|
|
41269
|
-
}
|
|
41270
|
-
.k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
|
|
41271
|
-
.k-filtercell .k-dropdown-operator {
|
|
41272
|
-
width: min-content;
|
|
41273
|
-
flex: none;
|
|
41274
|
-
}
|
|
41275
41269
|
|
|
41276
41270
|
.k-grid-content,
|
|
41277
41271
|
.k-grid-content-locked {
|
|
@@ -42727,6 +42721,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42727
42721
|
|
|
42728
42722
|
.k-spreadsheet-sheets {
|
|
42729
42723
|
flex: 1 1 auto;
|
|
42724
|
+
overflow: hidden;
|
|
42730
42725
|
}
|
|
42731
42726
|
|
|
42732
42727
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "7.0.1
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
55
|
-
"@progress/kendo-theme-core": "7.0.1
|
|
56
|
-
"@progress/kendo-theme-utils": "7.0.1
|
|
55
|
+
"@progress/kendo-theme-core": "7.0.1",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.0.1"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "58e4637d58f04db3121af3d6e1654cea6baec328"
|
|
59
59
|
}
|
package/scss/grid/_layout.scss
CHANGED
package/scss/icon/_layout.scss
CHANGED
|
@@ -18,17 +18,15 @@
|
|
|
18
18
|
margin: .25em;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.k-icon-modifier {
|
|
21
|
+
.k-icon.k-icon-modifier {
|
|
22
|
+
width: 1em;
|
|
23
|
+
height: 1em;
|
|
22
24
|
position: absolute;
|
|
23
25
|
font-size: .5em;
|
|
24
26
|
bottom: 0;
|
|
25
27
|
right: 0;
|
|
26
28
|
margin: 0 -.5em -.5em 0;
|
|
27
29
|
}
|
|
28
|
-
.k-icon.k-icon-modifier {
|
|
29
|
-
width: 1em;
|
|
30
|
-
height: 1em;
|
|
31
|
-
}
|
|
32
30
|
|
|
33
31
|
.k-icon-action {
|
|
34
32
|
display: inline-flex;
|