@featherk/styles 0.6.9 → 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.
@@ -1,13 +1,8 @@
1
1
  /* THEMEBUILDER: candidate */
2
2
  .fk-field-block {
3
- margin-bottom: max(1.125rem);
3
+ margin-bottom: var(--kendo-spacing-5);
4
4
  }
5
5
  .fk-field-block :is(.k-label) {
6
6
  display: block;
7
- margin-block: 0.25rem;
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
-
@@ -0,0 +1,6 @@
1
+ .k-textbox:has(.k-input-inner[readonly]) {
2
+ border-color: var(--kendo-color-border);
3
+ }
4
+ .k-textbox:has(.k-input-inner[readonly]):hover {
5
+ box-shadow: none;
6
+ }
@@ -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-version.css";
9
+ @use "../external-styles/featherk-overrides--k-popup-alert.css";
16
10
 
17
- @use "../external-styles/featherk-overrides--k-layout.css";
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-LightItalic.woff2') format('woff2');
27
+ src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
20
28
  font-style: italic;
21
- font-weight: 300;
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-Italic.woff2') format('woff2');
35
+ src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
28
36
  font-style: italic;
29
- font-weight: 400;
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-Regular.woff2') format('woff2');
36
- font-style: normal;
37
- font-weight: 400;
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-MediumItalic.woff2') format('woff2');
51
+ src: url('../fonts/Inter-Italic.woff2') format('woff2');
44
52
  font-style: italic;
45
- font-weight: 500;
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
  }