@progress/kendo-theme-fluent 6.1.1-dev.2 → 6.1.1-dev.3
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
CHANGED
|
@@ -35923,9 +35923,8 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
35923
35923
|
font-size: var(--kendo-actionsheet-item-description-font-size, var(--kendo-font-size-sm, inherit));
|
|
35924
35924
|
}
|
|
35925
35925
|
|
|
35926
|
-
.k-actionsheet
|
|
35926
|
+
.k-actionsheet .k-hr {
|
|
35927
35927
|
margin: 0;
|
|
35928
|
-
border-color: inherit;
|
|
35929
35928
|
flex: none;
|
|
35930
35929
|
}
|
|
35931
35930
|
|
|
@@ -36134,6 +36133,10 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
36134
36133
|
color: inherit;
|
|
36135
36134
|
}
|
|
36136
36135
|
|
|
36136
|
+
.k-actionsheet .k-hr {
|
|
36137
|
+
border-color: var(--kendo-actionsheet-border, var(--kendo-component-border, initial));
|
|
36138
|
+
}
|
|
36139
|
+
|
|
36137
36140
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36138
36141
|
border-color: var(--kendo-adaptive-actionsheet-header-border, var(--kendo-component-border, initial));
|
|
36139
36142
|
}
|
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": "6.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.4.0",
|
|
53
|
-
"@progress/kendo-theme-core": "^6.1.1-dev.
|
|
54
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.3",
|
|
54
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.3"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "8a9ca80b8cb9e2cb175bcef8b5d96dc337e0db55"
|
|
57
57
|
}
|
|
@@ -89,6 +89,11 @@
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
// Actionsheet separator
|
|
93
|
+
.k-actionsheet .k-hr {
|
|
94
|
+
border-color: var( --kendo-actionsheet-border, #{$kendo-actionsheet-border} );
|
|
95
|
+
}
|
|
96
|
+
|
|
92
97
|
// Adaptive Actionsheet
|
|
93
98
|
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
|
94
99
|
border-color: var( --kendo-adaptive-actionsheet-header-border, #{$kendo-adaptive-actionsheet-header-border} );
|