@featherk/styles 0.12.4 → 0.12.5
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/README.md +6 -0
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-grid.css +5 -2
- package/dist/v8.2.0/scss/_externalStyles.scss +6 -6
- package/dist/v8.2.0/scss/_fonts.scss +17 -17
- package/dist/v8.2.0/scss/_overrides.scss +20 -0
- package/dist/v8.2.0/scss/_tokens.scss +1 -0
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ This override forces the Kendo UI grid to replace the "overflow" icon with a "fi
|
|
|
23
23
|
.k-table
|
|
24
24
|
.k-table-tbody
|
|
25
25
|
.k-master-row.k-table-row.k-alt.k-table-alt-row {
|
|
26
|
-
background-color:
|
|
26
|
+
background-color: initial;
|
|
27
27
|
}
|
|
28
28
|
.fk-grid.k-grid.k-grid-md
|
|
29
29
|
.k-table
|
|
@@ -62,7 +62,10 @@ This override forces the Kendo UI grid to replace the "overflow" icon with a "fi
|
|
|
62
62
|
border-bottom-color: inherit;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.fk-grid
|
|
65
|
+
.fk-grid.k-grid.k-grid-md
|
|
66
|
+
.k-table
|
|
67
|
+
.k-table-tbody
|
|
68
|
+
.k-master-row.k-table-row[aria-haspopup="menu"][aria-expanded="true"] {
|
|
66
69
|
background-color: color-mix(
|
|
67
70
|
in srgb,
|
|
68
71
|
var(--kendo-color-primary) 10%,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@use "../external-styles/featherk-map-evitiAdvisor.css";
|
|
2
2
|
|
|
3
|
-
@use "../external-styles/featherk-overrides--k-tooltip.css";
|
|
4
|
-
|
|
5
|
-
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
6
|
-
|
|
7
3
|
@use "../external-styles/featherk-overrides--k-slider.css";
|
|
8
4
|
|
|
9
5
|
@use "../external-styles/featherk-overrides--k-loader.css";
|
|
10
6
|
|
|
7
|
+
@use "../external-styles/featherk-overrides--k-tooltip.css";
|
|
8
|
+
|
|
9
|
+
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
10
|
+
|
|
11
11
|
@use "../external-styles/featherk-overrides--k-version.css";
|
|
12
12
|
|
|
13
13
|
@use "../external-styles/featherk-overrides--k-zerowidthspace.css";
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
|
|
27
27
|
@use "../external-styles/featherk-overrides--k-address.css";
|
|
28
28
|
|
|
29
|
-
@use "../external-styles/featherk-overrides--k-
|
|
29
|
+
@use "../external-styles/featherk-overrides--k-menu.css";
|
|
30
30
|
|
|
31
|
-
@use "../external-styles/featherk-overrides--k-
|
|
31
|
+
@use "../external-styles/featherk-overrides--k-grid.css";
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: Inter;
|
|
3
|
+
src: url('../fonts/Inter-Regular.woff2') format('woff2');
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
font-display: auto;
|
|
7
|
+
}
|
|
8
|
+
|
|
1
9
|
@font-face {
|
|
2
10
|
font-family: Inter;
|
|
3
11
|
src: url('../fonts/Inter-Light.woff2') format('woff2');
|
|
@@ -16,33 +24,33 @@
|
|
|
16
24
|
|
|
17
25
|
@font-face {
|
|
18
26
|
font-family: Inter;
|
|
19
|
-
src: url('../fonts/Inter-
|
|
27
|
+
src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
|
|
20
28
|
font-style: italic;
|
|
21
|
-
font-weight:
|
|
29
|
+
font-weight: 700;
|
|
22
30
|
font-display: auto;
|
|
23
31
|
}
|
|
24
32
|
|
|
25
33
|
@font-face {
|
|
26
34
|
font-family: Inter;
|
|
27
|
-
src: url('../fonts/Inter-
|
|
35
|
+
src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
|
|
28
36
|
font-style: italic;
|
|
29
|
-
font-weight:
|
|
37
|
+
font-weight: 500;
|
|
30
38
|
font-display: auto;
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
@font-face {
|
|
34
42
|
font-family: Inter;
|
|
35
|
-
src: url('../fonts/Inter-
|
|
36
|
-
font-style:
|
|
37
|
-
font-weight:
|
|
43
|
+
src: url('../fonts/Inter-LightItalic.woff2') format('woff2');
|
|
44
|
+
font-style: italic;
|
|
45
|
+
font-weight: 300;
|
|
38
46
|
font-display: auto;
|
|
39
47
|
}
|
|
40
48
|
|
|
41
49
|
@font-face {
|
|
42
50
|
font-family: Inter;
|
|
43
|
-
src: url('../fonts/Inter-
|
|
51
|
+
src: url('../fonts/Inter-Italic.woff2') format('woff2');
|
|
44
52
|
font-style: italic;
|
|
45
|
-
font-weight:
|
|
53
|
+
font-weight: 400;
|
|
46
54
|
font-display: auto;
|
|
47
55
|
}
|
|
48
56
|
|
|
@@ -52,12 +60,4 @@
|
|
|
52
60
|
font-style: normal;
|
|
53
61
|
font-weight: 500;
|
|
54
62
|
font-display: auto;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
@font-face {
|
|
58
|
-
font-family: Inter;
|
|
59
|
-
src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
|
|
60
|
-
font-style: italic;
|
|
61
|
-
font-weight: 700;
|
|
62
|
-
font-display: auto;
|
|
63
63
|
}
|
|
@@ -5606,4 +5606,24 @@
|
|
|
5606
5606
|
.k-notification.k-notification-closable.k-notification-warning .k-notification-actions{
|
|
5607
5607
|
display: inline-flex;
|
|
5608
5608
|
|
|
5609
|
+
}
|
|
5610
|
+
.k-window .k-window-titlebar .k-window-titlebar-actions .k-window-titlebar-action.k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-icon-button .k-button-icon.k-icon.k-svg-icon.k-svg-i-window-minimize >svg{
|
|
5611
|
+
height: $fk-kendo-icon-size-sm;
|
|
5612
|
+
width: $fk-kendo-icon-size-sm;
|
|
5613
|
+
|
|
5614
|
+
}
|
|
5615
|
+
.k-window .k-window-titlebar .k-window-titlebar-actions .k-window-titlebar-action.k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-icon-button .k-button-icon.k-icon.k-svg-icon.k-svg-i-window >svg{
|
|
5616
|
+
height: $fk-kendo-icon-size-sm;
|
|
5617
|
+
width: $fk-kendo-icon-size-sm;
|
|
5618
|
+
|
|
5619
|
+
}
|
|
5620
|
+
.k-window .k-window-titlebar .k-window-titlebar-actions .k-window-titlebar-action.k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-icon-button .k-button-icon.k-icon.k-svg-icon.k-svg-i-x >svg{
|
|
5621
|
+
height: $fk-kendo-icon-size-sm;
|
|
5622
|
+
width: $fk-kendo-icon-size-sm;
|
|
5623
|
+
|
|
5624
|
+
}
|
|
5625
|
+
.k-window .k-window-titlebar .k-window-titlebar-actions .k-window-titlebar-action.k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-icon-button .k-button-icon.k-icon.k-svg-icon.k-svg-i-window-restore >svg{
|
|
5626
|
+
height: $fk-kendo-icon-size-sm;
|
|
5627
|
+
width: $fk-kendo-icon-size-sm;
|
|
5628
|
+
|
|
5609
5629
|
}
|
|
@@ -176,6 +176,7 @@ $fk-kendo-border-radius: $fk-feather-border-radius;
|
|
|
176
176
|
$fk-kendo-border-radius-md: $fk-kendo-border-radius;
|
|
177
177
|
$fk-kendo-font-size-xs: $fk-feather-font-size-sm;
|
|
178
178
|
$fk-kendo-font-size-md: $fk-feather-font-size-md;
|
|
179
|
+
$fk-kendo-icon-size-sm: $fk-feather-icon-size-sm;
|
|
179
180
|
$fk-kendo-appbar-light-text: black;
|
|
180
181
|
$fk-feather-primary-text-on-color: #ffffff;
|
|
181
182
|
$fk-feather-secondary-text-on-surface: rgba(10,12,27,0.7);
|