@progress/kendo-theme-fluent 7.1.0-dev.10 → 7.1.0-dev.11
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
|
@@ -28865,7 +28865,7 @@ kendo-label > .k-label {
|
|
|
28865
28865
|
}
|
|
28866
28866
|
[dir=rtl] .k-floating-label-container > .k-label, [dir=rtl] .k-floating-label-container:focus-within > .k-label, [dir=rtl] .k-floating-label-container.k-focus > .k-label, .k-rtl .k-floating-label-container > .k-label, .k-rtl .k-floating-label-container:focus-within > .k-label, .k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir=rtl] > .k-label, .k-floating-label-container[dir=rtl]:focus-within > .k-label, .k-floating-label-container[dir=rtl].k-focus > .k-label {
|
|
28867
28867
|
left: auto;
|
|
28868
|
-
right: var(--kendo-floating-label-offset-x,
|
|
28868
|
+
right: var(--kendo-floating-label-focus-offset-x, 0);
|
|
28869
28869
|
}
|
|
28870
28870
|
.k-floating-label-container:disabled, .k-floating-label-container[disabled], .k-floating-label-container.k-disabled {
|
|
28871
28871
|
background: none;
|
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.1.0-dev.
|
|
4
|
+
"version": "7.1.0-dev.11",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.1.0-dev.11",
|
|
57
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.11"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "aeef36ddbffea0392999b872b5d7e3f9d52a8402"
|
|
64
64
|
}
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
&:focus-within > .k-label,
|
|
82
82
|
&.k-focus > .k-label {
|
|
83
83
|
left: auto;
|
|
84
|
-
right: var( --kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x} );
|
|
84
|
+
right: var( --kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x} );
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
|