@featherk/styles 0.7.4 → 0.7.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.
@@ -64,4 +64,8 @@
64
64
  gap: 0.25rem;
65
65
  }
66
66
 
67
+ .fk-banner--no-shadow {
68
+ box-shadow: none;
69
+ }
70
+
67
71
  /* #endregion fk-banner */
@@ -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";
@@ -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
  }
@@ -5061,7 +5061,8 @@
5061
5061
 
5062
5062
  }
5063
5063
  .k-dialog-wrapper .k-window.k-dialog .k-window-content.k-dialog-content{
5064
- padding-top: 0.5rem;
5064
+ padding-bottom: 0.5rem;
5065
+ padding-top: 0.5rem;
5065
5066
 
5066
5067
  }
5067
5068
  .fk-loader.k-loader.k-loader-sm.k-loader-spinner-3 .k-loader-canvas .k-loader-segment{
@@ -5540,4 +5541,69 @@
5540
5541
  .k-dialog-wrapper .k-window.k-dialog .k-window-titlebar.k-dialog-titlebar .k-window-title.k-dialog-title{
5541
5542
  @extend %fk-typography-feather-heading-2;
5542
5543
 
5544
+ }
5545
+ .k-notification.k-notification-success .k-notification-status.k-icon.k-svg-icon{
5546
+ height: 1.5rem;
5547
+ width: 1.5rem;
5548
+
5549
+ }
5550
+ .k-notification.k-notification-error .k-notification-status.k-icon.k-svg-icon{
5551
+ height: 1.5rem;
5552
+ width: 1.5rem;
5553
+
5554
+ }
5555
+ .k-notification.k-notification-warning .k-notification-status.k-icon.k-svg-icon{
5556
+ height: 1.5rem;
5557
+ width: 1.5rem;
5558
+
5559
+ }
5560
+ .k-notification.k-notification-info .k-notification-status.k-icon.k-svg-icon{
5561
+ height: 1.5rem;
5562
+ width: 1.5rem;
5563
+
5564
+ }
5565
+ .k-notification.k-notification-closable .k-notification-actions .k-notification-action.k-notification-close-action .k-icon.k-svg-icon{
5566
+ height: 1.5rem;
5567
+ width: 1.5rem;
5568
+
5569
+ }
5570
+ .k-notification.k-notification-closable .k-notification-actions{
5571
+ align-items: start;
5572
+ align-self: start;
5573
+ display: inline-flex;
5574
+ height: 1.5rem;
5575
+ justify-content: end;
5576
+ width: 1.5rem;
5577
+
5578
+ }
5579
+ .k-notification.k-notification-closable.k-notification-success .k-notification-actions .k-notification-action.k-notification-close-action .k-icon.k-svg-icon{
5580
+ display: flex;
5581
+ justify-content: end;
5582
+
5583
+ }
5584
+ .k-notification.k-notification-closable.k-notification-success .k-notification-status.k-icon.k-svg-icon{
5585
+ align-items: start;
5586
+ align-self: start;
5587
+ display: flex;
5588
+ justify-content: start;
5589
+
5590
+ }
5591
+ .k-notification.k-notification-closable.k-notification-success .k-notification-actions .k-notification-action.k-notification-close-action .k-icon.k-svg-icon >svg{
5592
+ align-items: start;
5593
+ align-self: start;
5594
+ display: flex;
5595
+ justify-content: end;
5596
+
5597
+ }
5598
+ .k-notification.k-notification-closable.k-notification-success{
5599
+ align-self: center;
5600
+
5601
+ }
5602
+ .k-notification{
5603
+ font-size: $fk-kendo-font-size-md;
5604
+
5605
+ }
5606
+ .k-notification.k-notification-closable.k-notification-warning .k-notification-actions{
5607
+ display: inline-flex;
5608
+
5543
5609
  }
@@ -175,6 +175,7 @@ $fk-kendo-window-buttongroup-border-width: $fk-feather-border-width;
175
175
  $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
+ $fk-kendo-font-size-md: $fk-feather-font-size-md;
178
179
  $fk-kendo-appbar-light-text: black;
179
180
  $fk-feather-primary-text-on-color: #ffffff;
180
181
  $fk-feather-secondary-text-on-surface: rgba(10,12,27,0.7);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/styles",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"