@progress/kendo-theme-fluent 7.1.0-dev.3 → 7.1.0-dev.5
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
|
@@ -49301,6 +49301,13 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
49301
49301
|
overflow: auto;
|
|
49302
49302
|
}
|
|
49303
49303
|
|
|
49304
|
+
.k-prompt-view {
|
|
49305
|
+
display: flex;
|
|
49306
|
+
flex-direction: column;
|
|
49307
|
+
flex: 1 1 auto;
|
|
49308
|
+
gap: var(--kendo-prompt-content-spacing, 1rem);
|
|
49309
|
+
}
|
|
49310
|
+
|
|
49304
49311
|
.k-prompt-expander {
|
|
49305
49312
|
display: flex;
|
|
49306
49313
|
flex-direction: column;
|
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.5",
|
|
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.5",
|
|
57
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.5"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0c774d5ccc5cff1496f9b526bd1fef066d346ad6"
|
|
64
64
|
}
|
package/scss/prompt/_layout.scss
CHANGED
|
@@ -22,6 +22,13 @@
|
|
|
22
22
|
overflow: auto;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
.k-prompt-view {
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
flex: 1 1 auto;
|
|
29
|
+
gap: var( --kendo-prompt-content-spacing, #{$kendo-prompt-content-spacing} );
|
|
30
|
+
}
|
|
31
|
+
|
|
25
32
|
// Prompt Expander
|
|
26
33
|
.k-prompt-expander {
|
|
27
34
|
display: flex;
|