@progress/kendo-theme-fluent 10.0.0-dev.3 → 10.0.0
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 +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main-dark.scss +0 -1
- package/dist/fluent-main.css +1 -1
- package/dist/fluent-main.scss +0 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_theme.scss +1 -0
- package/scss/index.scss +1 -0
package/dist/fluent-main.scss
CHANGED
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": "10.0.0
|
|
4
|
+
"version": "10.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for the Fluent theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "^
|
|
56
|
-
"@progress/kendo-theme-core": "10.0.0
|
|
57
|
-
"@progress/kendo-theme-utils": "10.0.0
|
|
55
|
+
"@progress/kendo-svg-icons": "^4.0.0",
|
|
56
|
+
"@progress/kendo-theme-core": "10.0.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.0.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "92c3c8159263b15e849f87bb80c504ee94efd18e"
|
|
64
64
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -292,6 +292,7 @@
|
|
|
292
292
|
background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
+
.k-grid-row-sticky,
|
|
295
296
|
&.k-grid-row-sticky > .k-table-td {
|
|
296
297
|
border-block-color: var( --kendo-grid-sticky-border, #{$kendo-grid-sticky-border} );
|
|
297
298
|
background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
|
package/scss/index.scss
CHANGED
|
@@ -457,6 +457,7 @@
|
|
|
457
457
|
// Layout & containers
|
|
458
458
|
@include kendo-card--styles();
|
|
459
459
|
@include kendo-expander--styles();
|
|
460
|
+
@include kendo-panel--styles();
|
|
460
461
|
@include kendo-panelbar--styles();
|
|
461
462
|
@include kendo-splitter--styles();
|
|
462
463
|
@include kendo-tile-layout--styles();
|