@featherk/styles 0.6.0 → 0.6.1

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.
@@ -5324,4 +5324,9 @@
5324
5324
  font-style: normal;
5325
5325
  line-height: 1.25;
5326
5326
 
5327
+ }
5328
+ .k-menu-popup.k-popup{
5329
+ background-color: k-color( surface );
5330
+ background-image: none;
5331
+
5327
5332
  }
@@ -169,20 +169,20 @@ $fk-kendo-font-size-xs: $fk-feather-font-size-sm;
169
169
  $fk-kendo-appbar-light-text: black;
170
170
  $fk-feather-primary-text-on-color: #ffffff;
171
171
  $fk-feather-secondary-text-on-surface: rgba(10,12,27,0.7);
172
- $fk-feather-surface-shade-3: rgba(232,232,240,1);
172
+ $fk-feather-surface-shade-1: rgba(242,242,250,1);
173
173
  $fk-feather-border-on-surface: rgba(10, 12, 27, 0.12);
174
174
  $fk-feather-surface: rgba(252,252,255,1);
175
175
  $fk-feather-primary: #003583;
176
- $fk-feather-surface-shade-2: rgba(237,237,245,1);
177
176
  $fk-primary-hover: rgb(0, 50.88, 125.76);
178
177
  $fk-kendo-button-bg: transparent;
178
+ $fk-feather-surface-shade-2: rgba(237,237,245,1);
179
+ $fk-feather-surface-shade-3: rgba(232,232,240,1);
179
180
  $fk-on-primary: white;
180
181
  $fk-feather-icon-on-neutral: rgba(10, 12, 27, 0.60);
181
182
  $fk-kendo-calendar-cell-hover-bg: transparent;
182
183
  $fk-feather-border-light-on-surface: rgba(10,12,27,0.06);
183
184
  $fk-kendo-checkbox-bg: transparent;
184
185
  $fk-error: #a5021f;
185
- $fk-feather-surface-shade-1: rgba(242,242,250,1);
186
186
  $fk-feather-primary-text-on-surface: rgba(10,12,27,0.9);
187
187
  $fk-base-hover: #ebebeb;
188
188
  $fk-primary-subtle: rgb(204, 214.6, 230.2);
@@ -261,13 +261,13 @@ $fk-error-on-surface: rgb(123.75, 1.5, 23.25);
261
261
  $fk-on-dark: $fk-feather-primary-text-on-color;
262
262
  $fk-kendo-appbar-dark-text: $fk-on-dark;
263
263
  $fk-on-app-surface: $fk-feather-secondary-text-on-surface;
264
- $fk-surface-alt: $fk-feather-surface-shade-3;
264
+ $fk-surface-alt: $fk-feather-surface-shade-1;
265
265
  $fk-border: $fk-feather-border-on-surface;
266
- $fk-app-surface: $fk-feather-surface;
266
+ $fk-surface: $fk-feather-surface;
267
+ $fk-app-surface: $fk-surface;
267
268
  $fk-kendo-breadcrumb-bg: $fk-app-surface;
268
269
  $fk-primary: $fk-feather-primary;
269
270
  $fk-kendo-breadcrumb-link-text: $fk-primary;
270
- $fk-surface: $fk-feather-surface-shade-2;
271
271
  $fk-kendo-button-text: $fk-primary;
272
272
  $fk-kendo-button-border: $fk-border;
273
273
  $fk-kendo-button-hover-bg: $fk-feather-surface-shade-2;
@@ -572,11 +572,11 @@ on-error: white,
572
572
  error-on-surface: rgb(123.75, 1.5, 23.25),
573
573
  on-dark: $fk-feather-primary-text-on-color,
574
574
  on-app-surface: $fk-feather-secondary-text-on-surface,
575
- surface-alt: $fk-feather-surface-shade-3,
575
+ surface-alt: $fk-feather-surface-shade-1,
576
576
  border: $fk-feather-border-on-surface,
577
- app-surface: $fk-feather-surface,
577
+ surface: $fk-feather-surface,
578
+ app-surface: $fk-surface,
578
579
  primary: $fk-feather-primary,
579
- surface: $fk-feather-surface-shade-2,
580
580
  subtle: $fk-feather-icon-on-neutral,
581
581
  base: $fk-primary,
582
582
  border-alt: $fk-feather-border-light-on-surface,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/styles",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"