@progress/kendo-theme-fluent 14.0.0-dev.5 → 14.0.0-dev.6
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-1-dark.css +1 -1
- package/dist/fluent-1.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-1-dark.json +1 -1
- package/lib/swatches/fluent-1.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/_layout.scss +0 -16
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": "14.0.0-dev.
|
|
4
|
+
"version": "14.0.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"postpublish": "echo 'no postpublish for the Fluent theme'"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@progress/kendo-svg-icons": "
|
|
58
|
-
"@progress/kendo-theme-core": "14.0.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "14.0.0-dev.
|
|
57
|
+
"@progress/kendo-svg-icons": "4.9.0",
|
|
58
|
+
"@progress/kendo-theme-core": "14.0.0-dev.6",
|
|
59
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.6"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "0df0e4e29b482e22243c6e74b121a3bdb0976828"
|
|
66
66
|
}
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -23,19 +23,16 @@
|
|
|
23
23
|
border-inline-start-width: $kendo-grid-header-border-width-x;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
td,
|
|
27
26
|
.k-table-td {
|
|
28
27
|
border-block-end-width: $kendo-grid-cell-border-width-y;
|
|
29
28
|
border-inline-start-width: $kendo-grid-cell-border-width-x;
|
|
30
29
|
}
|
|
31
30
|
|
|
32
31
|
// Grouping, hierarchy
|
|
33
|
-
.k-grouping-row td,
|
|
34
32
|
.k-grouping-row .k-table-td {
|
|
35
33
|
border-block-end-width: 0;
|
|
36
34
|
}
|
|
37
35
|
|
|
38
|
-
.k-grouping-row + .k-table-row td,
|
|
39
36
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
40
37
|
border-block-start-width: $kendo-grid-grouping-row-border-width-y;
|
|
41
38
|
}
|
|
@@ -46,13 +43,11 @@
|
|
|
46
43
|
border-inline-end-width: 1px;
|
|
47
44
|
}
|
|
48
45
|
|
|
49
|
-
.k-group-footer td,
|
|
50
46
|
.k-group-footer .k-table-td {
|
|
51
47
|
border-inline-width: $kendo-grid-group-footer-border-width-x;
|
|
52
48
|
border-block-end-width: $kendo-grid-group-footer-border-width-y;
|
|
53
49
|
}
|
|
54
50
|
|
|
55
|
-
.k-table .k-group-footer td,
|
|
56
51
|
.k-table .k-group-footer .k-table-td {
|
|
57
52
|
border-block-start-width: 0;
|
|
58
53
|
}
|
|
@@ -77,9 +72,7 @@
|
|
|
77
72
|
}
|
|
78
73
|
|
|
79
74
|
.k-grid-pinned-container {
|
|
80
|
-
.k-table-row:last-child td,
|
|
81
75
|
.k-table-row:last-child .k-table-td,
|
|
82
|
-
.k-master-row:last-child td,
|
|
83
76
|
.k-master-row:last-child .k-table-td {
|
|
84
77
|
border-block-end-width: 0;
|
|
85
78
|
}
|
|
@@ -159,17 +152,13 @@
|
|
|
159
152
|
|
|
160
153
|
.k-grid-footer {
|
|
161
154
|
|
|
162
|
-
td,
|
|
163
155
|
.k-table-td {
|
|
164
156
|
border-block-end-width: 0;
|
|
165
157
|
}
|
|
166
158
|
}
|
|
167
159
|
|
|
168
|
-
.k-grid-footer td,
|
|
169
160
|
.k-grid-footer .k-table-td,
|
|
170
161
|
.k-grid-header .k-table-th,
|
|
171
|
-
.k-group-footer td,
|
|
172
|
-
.k-grouping-row td,
|
|
173
162
|
.k-group-footer .k-table-td,
|
|
174
163
|
.k-grouping-row .k-table-td {
|
|
175
164
|
font-weight: $kendo-grid-header-font-weight;
|
|
@@ -177,14 +166,12 @@
|
|
|
177
166
|
|
|
178
167
|
// Filter row
|
|
179
168
|
.k-filter-row {
|
|
180
|
-
td,
|
|
181
169
|
.k-table-td,
|
|
182
170
|
.k-table-th {
|
|
183
171
|
padding-inline: $kendo-grid-filter-cell-padding-x;
|
|
184
172
|
padding-block: $kendo-grid-filter-cell-padding-y;
|
|
185
173
|
}
|
|
186
174
|
|
|
187
|
-
td:first-child,
|
|
188
175
|
.k-table-td:first-child {
|
|
189
176
|
border-inline-start-width: 0;
|
|
190
177
|
}
|
|
@@ -196,12 +183,10 @@
|
|
|
196
183
|
border-inline-end-width: $kendo-grid-border-width;
|
|
197
184
|
}
|
|
198
185
|
|
|
199
|
-
.k-master-row.k-expanded td,
|
|
200
186
|
.k-master-row.k-expanded .k-table-td {
|
|
201
187
|
border-block-end-width: 0;
|
|
202
188
|
}
|
|
203
189
|
|
|
204
|
-
.k-master-row:has(.k-hierarchy-cell[aria-expanded="true"]) td,
|
|
205
190
|
.k-master-row:has(.k-hierarchy-cell[aria-expanded="true"]) .k-table-td {
|
|
206
191
|
border-block-end-width: 0;
|
|
207
192
|
}
|
|
@@ -220,7 +205,6 @@
|
|
|
220
205
|
border-inline-start-width: 0;
|
|
221
206
|
border-inline-end-width: 1px;
|
|
222
207
|
|
|
223
|
-
td,
|
|
224
208
|
.k-table-td,
|
|
225
209
|
.k-table-th {
|
|
226
210
|
border-inline-start-width: 1px;
|