@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -51278,6 +51278,13 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
51278
51278
|
overflow: auto;
|
|
51279
51279
|
}
|
|
51280
51280
|
|
|
51281
|
+
.k-prompt-view {
|
|
51282
|
+
display: flex;
|
|
51283
|
+
flex-direction: column;
|
|
51284
|
+
flex: 1 1 auto;
|
|
51285
|
+
gap: 1rem;
|
|
51286
|
+
}
|
|
51287
|
+
|
|
51281
51288
|
.k-prompt-expander {
|
|
51282
51289
|
display: flex;
|
|
51283
51290
|
flex-direction: column;
|
package/dist/all.scss
CHANGED
|
@@ -60523,6 +60523,13 @@ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
|
60523
60523
|
overflow: auto;
|
|
60524
60524
|
}
|
|
60525
60525
|
|
|
60526
|
+
.k-prompt-view {
|
|
60527
|
+
display: flex;
|
|
60528
|
+
flex-direction: column;
|
|
60529
|
+
flex: 1 1 auto;
|
|
60530
|
+
gap: $kendo-prompt-content-spacing;
|
|
60531
|
+
}
|
|
60532
|
+
|
|
60526
60533
|
// Prompt Expander
|
|
60527
60534
|
.k-prompt-expander {
|
|
60528
60535
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap 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": [
|
|
@@ -53,14 +53,14 @@
|
|
|
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-default": "7.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.1.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-default": "7.1.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.4",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "97b4586318367dcab02765dd178849be2121425e"
|
|
66
66
|
}
|