@progress/kendo-theme-fluent 7.0.0 → 7.0.1-dev.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 +11 -6
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/icon/_layout.scss +3 -5
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);
|
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.
|
|
4
|
+
"version": "7.0.1-dev.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.
|
|
56
|
-
"@progress/kendo-theme-utils": "7.0.
|
|
55
|
+
"@progress/kendo-theme-core": "7.0.1-dev.1",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.0.1-dev.1"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "aeaff3f76d1244db6befcef518e6e59b1906cff2"
|
|
59
59
|
}
|
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;
|