@featherk/styles 0.6.8 → 0.6.10
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 +438 -355
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-layout.css +2 -7
- package/dist/v8.2.0/external-styles/featherk-overrides--k-textbox.css +6 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +11 -9
- package/dist/v8.2.0/scss/_fonts.scss +17 -17
- package/dist/v8.2.0/scss/_overrides.scss +166 -142
- package/dist/v8.2.0/scss/_tokens.scss +2 -2
- package/package.json +1 -1
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
/* THEMEBUILDER: candidate */
|
|
2
2
|
.fk-field-block {
|
|
3
|
-
margin-bottom:
|
|
3
|
+
margin-bottom: var(--kendo-spacing-5);
|
|
4
4
|
}
|
|
5
5
|
.fk-field-block :is(.k-label) {
|
|
6
6
|
display: block;
|
|
7
|
-
margin-block:
|
|
7
|
+
margin-block: var(--kendo-spacing-1);
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
/* .fk-field-block :is(:nth-child(2)) {} */
|
|
11
|
-
|
|
12
|
-
/* .fk-field-block :is(.k-form-hint, .k-form-hint) {} */
|
|
13
|
-
|
|
@@ -1,23 +1,25 @@
|
|
|
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-popup-alert.css";
|
|
6
|
-
|
|
7
|
-
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
8
|
-
|
|
9
3
|
@use "../external-styles/featherk-overrides--k-slider.css";
|
|
10
4
|
|
|
11
5
|
@use "../external-styles/featherk-overrides--k-grid.css";
|
|
12
6
|
|
|
13
7
|
@use "../external-styles/featherk-overrides--k-loader.css";
|
|
14
8
|
|
|
15
|
-
@use "../external-styles/featherk-overrides--k-
|
|
9
|
+
@use "../external-styles/featherk-overrides--k-popup-alert.css";
|
|
16
10
|
|
|
17
|
-
@use "../external-styles/featherk-overrides--k-
|
|
11
|
+
@use "../external-styles/featherk-overrides--k-tooltip.css";
|
|
12
|
+
|
|
13
|
+
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
14
|
+
|
|
15
|
+
@use "../external-styles/featherk-overrides--k-version.css";
|
|
18
16
|
|
|
19
17
|
@use "../external-styles/featherk-overrides--k-zerowidthspace.css";
|
|
20
18
|
|
|
21
19
|
@use "../external-styles/featherk-overrides--k-menu.css";
|
|
22
20
|
|
|
23
|
-
@use "../external-styles/featherk-overrides--k-datetime.css";
|
|
21
|
+
@use "../external-styles/featherk-overrides--k-datetime.css";
|
|
22
|
+
|
|
23
|
+
@use "../external-styles/featherk-overrides--k-layout.css";
|
|
24
|
+
|
|
25
|
+
@use "../external-styles/featherk-overrides--k-textbox.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
|
}
|