@progress/kendo-theme-material 7.1.0-dev.3 → 7.1.0-dev.4
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 +7 -0
- package/dist/all.scss +7 -0
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -52796,6 +52796,13 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
52796
52796
|
overflow: auto;
|
|
52797
52797
|
}
|
|
52798
52798
|
|
|
52799
|
+
.k-prompt-view {
|
|
52800
|
+
display: flex;
|
|
52801
|
+
flex-direction: column;
|
|
52802
|
+
flex: 1 1 auto;
|
|
52803
|
+
gap: 16px;
|
|
52804
|
+
}
|
|
52805
|
+
|
|
52799
52806
|
.k-prompt-expander {
|
|
52800
52807
|
display: flex;
|
|
52801
52808
|
flex-direction: column;
|
package/dist/all.scss
CHANGED
|
@@ -60519,6 +60519,13 @@ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
|
60519
60519
|
overflow: auto;
|
|
60520
60520
|
}
|
|
60521
60521
|
|
|
60522
|
+
.k-prompt-view {
|
|
60523
|
+
display: flex;
|
|
60524
|
+
flex-direction: column;
|
|
60525
|
+
flex: 1 1 auto;
|
|
60526
|
+
gap: $kendo-prompt-content-spacing;
|
|
60527
|
+
}
|
|
60528
|
+
|
|
60522
60529
|
// Prompt Expander
|
|
60523
60530
|
.k-prompt-expander {
|
|
60524
60531
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "7.1.0-dev.
|
|
4
|
+
"version": "7.1.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-default": "7.1.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "7.1.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-default": "7.1.0-dev.4",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.4"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "97b4586318367dcab02765dd178849be2121425e"
|
|
66
66
|
}
|