@featherk/styles 0.6.12 → 0.6.14
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/v8.2.0/css/featherk-beautified.css +177 -158
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-checkbox.css +4 -0
- package/dist/v8.2.0/external-styles/featherk-overrides--k-datetime.css +6 -0
- package/dist/v8.2.0/external-styles/featherk-overrides--k-popup-alert.css +14 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +10 -8
- package/dist/v8.2.0/scss/_fonts.scss +17 -17
- package/dist/v8.2.0/scss/_overrides.scss +4 -4
- package/package.json +1 -1
|
@@ -25,6 +25,20 @@
|
|
|
25
25
|
align-self: start;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
/* Fixes Kendo's manual positioning: By forcing inset: 0, the popup stays anchored to the appendTo target during table scrolling */
|
|
29
|
+
.k-animation-container[class*="fk-popup-alert"] {
|
|
30
|
+
inset: 0 !important;
|
|
31
|
+
align-content: end;
|
|
32
|
+
}
|
|
33
|
+
/* Expand message container to fill available width, pushing the prefix and suffix icons to the far edges. */
|
|
34
|
+
.k-animation-container[class*="fk-popup-alert"]
|
|
35
|
+
.k-popup
|
|
36
|
+
.local-alert
|
|
37
|
+
span:not(.k-icon) {
|
|
38
|
+
justify-items: end;
|
|
39
|
+
width: 100%;
|
|
40
|
+
}
|
|
41
|
+
|
|
28
42
|
.fk-popup-alert-info.k-animation-container .k-popup div {
|
|
29
43
|
border-color: var(--kendo-color-info);
|
|
30
44
|
color: var(--kendo-color-info);
|
|
@@ -1,17 +1,15 @@
|
|
|
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
|
+
|
|
3
7
|
@use "../external-styles/featherk-overrides--k-slider.css";
|
|
4
8
|
|
|
5
9
|
@use "../external-styles/featherk-overrides--k-grid.css";
|
|
6
10
|
|
|
7
11
|
@use "../external-styles/featherk-overrides--k-loader.css";
|
|
8
12
|
|
|
9
|
-
@use "../external-styles/featherk-overrides--k-popup-alert.css";
|
|
10
|
-
|
|
11
|
-
@use "../external-styles/featherk-overrides--k-tooltip.css";
|
|
12
|
-
|
|
13
|
-
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
14
|
-
|
|
15
13
|
@use "../external-styles/featherk-overrides--k-version.css";
|
|
16
14
|
|
|
17
15
|
@use "../external-styles/featherk-overrides--k-zerowidthspace.css";
|
|
@@ -22,6 +20,10 @@
|
|
|
22
20
|
|
|
23
21
|
@use "../external-styles/featherk-overrides--k-textbox.css";
|
|
24
22
|
|
|
25
|
-
@use "../external-styles/featherk-overrides--k-
|
|
23
|
+
@use "../external-styles/featherk-overrides--k-tabstrip.css";
|
|
24
|
+
|
|
25
|
+
@use "../external-styles/featherk-overrides--k-popup-alert.css";
|
|
26
|
+
|
|
27
|
+
@use "../external-styles/featherk-overrides--k-checkbox.css";
|
|
26
28
|
|
|
27
|
-
@use "../external-styles/featherk-overrides--k-
|
|
29
|
+
@use "../external-styles/featherk-overrides--k-datetime.css";
|
|
@@ -1,11 +1,3 @@
|
|
|
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
|
-
|
|
9
1
|
@font-face {
|
|
10
2
|
font-family: Inter;
|
|
11
3
|
src: url('../fonts/Inter-Light.woff2') format('woff2');
|
|
@@ -24,33 +16,33 @@
|
|
|
24
16
|
|
|
25
17
|
@font-face {
|
|
26
18
|
font-family: Inter;
|
|
27
|
-
src: url('../fonts/Inter-
|
|
19
|
+
src: url('../fonts/Inter-LightItalic.woff2') format('woff2');
|
|
28
20
|
font-style: italic;
|
|
29
|
-
font-weight:
|
|
21
|
+
font-weight: 300;
|
|
30
22
|
font-display: auto;
|
|
31
23
|
}
|
|
32
24
|
|
|
33
25
|
@font-face {
|
|
34
26
|
font-family: Inter;
|
|
35
|
-
src: url('../fonts/Inter-
|
|
27
|
+
src: url('../fonts/Inter-Italic.woff2') format('woff2');
|
|
36
28
|
font-style: italic;
|
|
37
|
-
font-weight:
|
|
29
|
+
font-weight: 400;
|
|
38
30
|
font-display: auto;
|
|
39
31
|
}
|
|
40
32
|
|
|
41
33
|
@font-face {
|
|
42
34
|
font-family: Inter;
|
|
43
|
-
src: url('../fonts/Inter-
|
|
44
|
-
font-style:
|
|
45
|
-
font-weight:
|
|
35
|
+
src: url('../fonts/Inter-Regular.woff2') format('woff2');
|
|
36
|
+
font-style: normal;
|
|
37
|
+
font-weight: 400;
|
|
46
38
|
font-display: auto;
|
|
47
39
|
}
|
|
48
40
|
|
|
49
41
|
@font-face {
|
|
50
42
|
font-family: Inter;
|
|
51
|
-
src: url('../fonts/Inter-
|
|
43
|
+
src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
|
|
52
44
|
font-style: italic;
|
|
53
|
-
font-weight:
|
|
45
|
+
font-weight: 500;
|
|
54
46
|
font-display: auto;
|
|
55
47
|
}
|
|
56
48
|
|
|
@@ -60,4 +52,12 @@
|
|
|
60
52
|
font-style: normal;
|
|
61
53
|
font-weight: 500;
|
|
62
54
|
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
|
}
|
|
@@ -1779,10 +1779,10 @@
|
|
|
1779
1779
|
}
|
|
1780
1780
|
.k-maskedtextbox.k-input.k-disabled.k-input-solid,.k-maskedtextbox.k-input.k-state-disabled.k-input-solid,.k-maskedtextbox.k-input:disabled.k-input-solid{
|
|
1781
1781
|
color: $fk-feather-disabled-text-on-surface;
|
|
1782
|
-
border-bottom-color:
|
|
1783
|
-
border-left-color:
|
|
1784
|
-
border-right-color:
|
|
1785
|
-
border-top-color:
|
|
1782
|
+
border-bottom-color: k-color( border );
|
|
1783
|
+
border-left-color: k-color( border );
|
|
1784
|
+
border-right-color: k-color( border );
|
|
1785
|
+
border-top-color: k-color( border );
|
|
1786
1786
|
|
|
1787
1787
|
}
|
|
1788
1788
|
.k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon{
|