@progress/kendo-theme-default 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/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/editor/_layout.scss +0 -1
package/dist/all.css
CHANGED
|
@@ -45703,7 +45703,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45703
45703
|
display: flex;
|
|
45704
45704
|
flex-flow: column nowrap;
|
|
45705
45705
|
position: relative;
|
|
45706
|
-
z-index: 1;
|
|
45707
45706
|
-webkit-touch-callout: none;
|
|
45708
45707
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
45709
45708
|
}
|
package/dist/all.scss
CHANGED
|
@@ -40551,7 +40551,6 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
40551
40551
|
display: flex;
|
|
40552
40552
|
flex-flow: column nowrap;
|
|
40553
40553
|
position: relative;
|
|
40554
|
-
z-index: 1;
|
|
40555
40554
|
-webkit-touch-callout: none;
|
|
40556
40555
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
40557
40556
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
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": [
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-font-icons": "1.4.0",
|
|
51
|
-
"@progress/kendo-theme-core": "6.2.1-dev.
|
|
52
|
-
"@progress/kendo-theme-utils": "6.2.1-dev.
|
|
51
|
+
"@progress/kendo-theme-core": "6.2.1-dev.1+11ca05ae1",
|
|
52
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.1+11ca05ae1"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "11ca05ae129666f4ab9b4ecd25194b577ddfa8c3"
|
|
55
55
|
}
|