@featherk/styles 0.6.13 → 0.6.15

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.
@@ -98,3 +98,9 @@
98
98
  border-width: 0;
99
99
  border-radius: 0;
100
100
  }
101
+
102
+ .fk-daterangepicker .k-disabled .k-icon,
103
+ .fk-timepicker .k-disabled .k-icon,
104
+ .fk-datepicker .k-disabled .k-icon {
105
+ opacity: 0.5;
106
+ }
@@ -19,6 +19,11 @@ This override forces the Kendo UI grid to replace the "overflow" icon with a "fi
19
19
  transform: translate(-0.875rem, 0.125rem);
20
20
  scale: 0.625;
21
21
  }
22
+ .fk-grid.k-grid .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row:hover {
23
+ background-color: color-mix(in srgb, var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7)) 11%, transparent);
24
+ border-bottom-color: inherit;
25
+ }
26
+
22
27
  .fk-grid .k-table-th:not(.k-sorted) .k-cell-inner .k-link::after {
23
28
  transform: translate(0, 0.125rem);
24
29
  }
@@ -1,15 +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
- @use "../external-styles/featherk-overrides--k-grid.css";
10
-
11
5
  @use "../external-styles/featherk-overrides--k-loader.css";
12
6
 
7
+ @use "../external-styles/featherk-overrides--k-tooltip.css";
8
+
9
+ @use "../external-styles/featherk-overrides--k-expander.css";
10
+
13
11
  @use "../external-styles/featherk-overrides--k-version.css";
14
12
 
15
13
  @use "../external-styles/featherk-overrides--k-zerowidthspace.css";
@@ -20,10 +18,12 @@
20
18
 
21
19
  @use "../external-styles/featherk-overrides--k-textbox.css";
22
20
 
23
- @use "../external-styles/featherk-overrides--k-datetime.css";
24
-
25
21
  @use "../external-styles/featherk-overrides--k-tabstrip.css";
26
22
 
27
23
  @use "../external-styles/featherk-overrides--k-popup-alert.css";
28
24
 
29
- @use "../external-styles/featherk-overrides--k-checkbox.css";
25
+ @use "../external-styles/featherk-overrides--k-checkbox.css";
26
+
27
+ @use "../external-styles/featherk-overrides--k-datetime.css";
28
+
29
+ @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-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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/styles",
3
- "version": "0.6.13",
3
+ "version": "0.6.15",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"