@progress/kendo-theme-fluent 10.0.0-dev.4 → 10.0.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 +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -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/dataviz/_layout.scss +2 -0
- package/scss/index.scss +1 -0
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.
|
|
4
|
+
"version": "10.0.1",
|
|
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.
|
|
57
|
-
"@progress/kendo-theme-utils": "10.0.
|
|
55
|
+
"@progress/kendo-svg-icons": "^4.0.0",
|
|
56
|
+
"@progress/kendo-theme-core": "10.0.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.0.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f17c246e98ef74c0dd306d37b9fec17026d548b9"
|
|
64
64
|
}
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
.k-chart-tooltip-wrapper .k-animation-container-shown,
|
|
68
68
|
.k-chart-tooltip-wrapper.k-animation-container-shown {
|
|
69
|
+
@include border-radius( k-border-radius(md) );
|
|
69
70
|
transition: left ease-in 80ms, top ease-in 80ms;
|
|
70
71
|
}
|
|
71
72
|
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
z-index: 12000;
|
|
75
76
|
|
|
76
77
|
.k-popup {
|
|
78
|
+
@include border-radius( k-border-radius(md) );
|
|
77
79
|
padding: 0;
|
|
78
80
|
border-width: 0;
|
|
79
81
|
background: transparent;
|
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();
|