@progress/kendo-theme-bootstrap 6.2.1-dev.0 → 6.2.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 +0 -1
- package/dist/all.scss +0 -1
- 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
|
@@ -45888,7 +45888,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45888
45888
|
display: flex;
|
|
45889
45889
|
flex-flow: column nowrap;
|
|
45890
45890
|
position: relative;
|
|
45891
|
-
z-index: 1;
|
|
45892
45891
|
-webkit-touch-callout: none;
|
|
45893
45892
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
45894
45893
|
}
|
package/dist/all.scss
CHANGED
|
@@ -42791,7 +42791,6 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
42791
42791
|
display: flex;
|
|
42792
42792
|
flex-flow: column nowrap;
|
|
42793
42793
|
position: relative;
|
|
42794
|
-
z-index: 1;
|
|
42795
42794
|
-webkit-touch-callout: none;
|
|
42796
42795
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
42797
42796
|
|
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": "6.2.1-dev.
|
|
4
|
+
"version": "6.2.1-dev.1+11ca05ae1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "1.4.0",
|
|
52
|
-
"@progress/kendo-theme-core": "6.2.1-dev.
|
|
53
|
-
"@progress/kendo-theme-default": "6.2.1-dev.
|
|
54
|
-
"@progress/kendo-theme-utils": "6.2.1-dev.
|
|
52
|
+
"@progress/kendo-theme-core": "6.2.1-dev.1+11ca05ae1",
|
|
53
|
+
"@progress/kendo-theme-default": "6.2.1-dev.1+11ca05ae1",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.1+11ca05ae1",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "11ca05ae129666f4ab9b4ecd25194b577ddfa8c3"
|
|
58
58
|
}
|