@featherk/styles 0.6.4 → 0.6.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.
- package/dist/v8.2.0/css/featherk-beautified.css +80 -50
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-datetime.css +8 -0
- package/dist/v8.2.0/external-styles/featherk-overrides--k-menu.css +8 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-version.css +3 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +5 -3
- package/dist/v8.2.0/scss/_overrides.scss +16 -20
- package/dist/v8.2.0/scss/_tokens.scss +2 -0
- package/dist/v8.2.0/scss/custom-components/_fk-container-with-heading.scss +22 -0
- package/dist/v8.2.0/scss/custom-components/index.scss +2 -0
- package/dist/v8.2.0/scss/index.scss +2 -1
- package/package.json +1 -1
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
.fk-daterangepicker .k-maskedtextbox {
|
|
2
|
+
width: 16rem;
|
|
3
|
+
min-width: 16rem;
|
|
4
|
+
}
|
|
5
|
+
.fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
|
|
6
|
+
width: 18rem;
|
|
7
|
+
min-width: 18rem; /* FEATHER-1155 */
|
|
8
|
+
}
|
|
1
9
|
.fk-daterangepicker .k-input-suffix,
|
|
2
10
|
.fk-daterangepicker .k-input-prefix {
|
|
3
11
|
cursor: pointer;
|
|
@@ -11,13 +11,20 @@
|
|
|
11
11
|
content: "";
|
|
12
12
|
position: absolute;
|
|
13
13
|
top: 0;
|
|
14
|
-
bottom: 0;
|
|
15
14
|
background: var(--kendo-color-border);
|
|
16
15
|
width: 1px;
|
|
17
16
|
margin: 0 -1px;
|
|
18
17
|
pointer-events: none;
|
|
19
18
|
}
|
|
20
19
|
|
|
20
|
+
/* FEATHER-1141 */
|
|
21
|
+
.fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item.fk-separator-prefix::before {
|
|
22
|
+
left: 0;
|
|
23
|
+
}
|
|
24
|
+
.fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item.fk-separator-suffix::after {
|
|
25
|
+
right: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
21
28
|
/* VERTICAL */
|
|
22
29
|
.fk-menu
|
|
23
30
|
.k-menu.k-menu-vertical
|
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
14
14
|
|
|
15
|
-
@use "../external-styles/featherk-overrides--k-menu.css";
|
|
16
|
-
|
|
17
15
|
@use "../external-styles/featherk-overrides--k-zerowidthspace.css";
|
|
18
16
|
|
|
19
|
-
@use "../external-styles/featherk-overrides--k-datetime.css";
|
|
17
|
+
@use "../external-styles/featherk-overrides--k-datetime.css";
|
|
18
|
+
|
|
19
|
+
@use "../external-styles/featherk-overrides--k-menu.css";
|
|
20
|
+
|
|
21
|
+
@use "../external-styles/featherk-overrides--k-version.css";
|
|
@@ -629,10 +629,6 @@
|
|
|
629
629
|
background-color: initial !important;
|
|
630
630
|
background-image: $fk-feather-focused-on-surface-gradient !important;
|
|
631
631
|
|
|
632
|
-
}
|
|
633
|
-
h1{
|
|
634
|
-
@extend %fk-typography-feather-heading-1;
|
|
635
|
-
|
|
636
632
|
}
|
|
637
633
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link{
|
|
638
634
|
padding-left: 16px;
|
|
@@ -5355,22 +5351,6 @@
|
|
|
5355
5351
|
background-color: initial;
|
|
5356
5352
|
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5357
5353
|
|
|
5358
|
-
}
|
|
5359
|
-
h2.fk-heading2{
|
|
5360
|
-
@extend %fk-typography-feather-heading-2;
|
|
5361
|
-
|
|
5362
|
-
}
|
|
5363
|
-
h3.fk-heading3{
|
|
5364
|
-
@extend %fk-typography-feather-heading-3;
|
|
5365
|
-
|
|
5366
|
-
}
|
|
5367
|
-
h4.fk-heading4{
|
|
5368
|
-
@extend %fk-typography-feather-heading-4;
|
|
5369
|
-
|
|
5370
|
-
}
|
|
5371
|
-
h5.fk-heading5{
|
|
5372
|
-
@extend %fk-typography-feather-heading-5;
|
|
5373
|
-
|
|
5374
5354
|
}
|
|
5375
5355
|
div.fk-container{
|
|
5376
5356
|
padding-bottom: $fk-kendo-expander-content-padding-x;
|
|
@@ -5399,4 +5379,20 @@
|
|
|
5399
5379
|
flex-direction: column;
|
|
5400
5380
|
row-gap: $fk-kendo-expander-spacing-y;
|
|
5401
5381
|
|
|
5382
|
+
}
|
|
5383
|
+
p{
|
|
5384
|
+
font-family: Inter;
|
|
5385
|
+
|
|
5386
|
+
}
|
|
5387
|
+
h1:hover{
|
|
5388
|
+
@extend %fk-typography-feather-heading-1;
|
|
5389
|
+
|
|
5390
|
+
}
|
|
5391
|
+
h1{
|
|
5392
|
+
@extend %fk-typography-feather-heading-1;
|
|
5393
|
+
|
|
5394
|
+
}
|
|
5395
|
+
h3{
|
|
5396
|
+
@extend %fk-typography-feather-heading-3;
|
|
5397
|
+
|
|
5402
5398
|
}
|
|
@@ -258,6 +258,7 @@ $fk-error-emphasis: rgb(187.5, 65.25, 87);
|
|
|
258
258
|
$fk-error-on-subtle: rgb(57.75, 0.7, 10.85);
|
|
259
259
|
$fk-on-error: white;
|
|
260
260
|
$fk-error-on-surface: rgb(123.75, 1.5, 23.25);
|
|
261
|
+
$fk-dark-on-surface: rgba(10,12,27,0.6);
|
|
261
262
|
$fk-on-dark: $fk-feather-primary-text-on-color;
|
|
262
263
|
$fk-kendo-appbar-dark-text: $fk-on-dark;
|
|
263
264
|
$fk-on-app-surface: $fk-feather-secondary-text-on-surface;
|
|
@@ -572,6 +573,7 @@ error-emphasis: rgb(187.5, 65.25, 87),
|
|
|
572
573
|
error-on-subtle: rgb(57.75, 0.7, 10.85),
|
|
573
574
|
on-error: white,
|
|
574
575
|
error-on-surface: rgb(123.75, 1.5, 23.25),
|
|
576
|
+
dark-on-surface: rgba(10,12,27,0.6),
|
|
575
577
|
on-dark: $fk-feather-primary-text-on-color,
|
|
576
578
|
on-app-surface: $fk-feather-secondary-text-on-surface,
|
|
577
579
|
surface-alt: $fk-feather-surface-shade-1,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
.fk-container .fk-container-actions{
|
|
3
|
+
justify-content: end;
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
|
|
6
|
+
}
|
|
7
|
+
.fk-container .fk-container-content{
|
|
8
|
+
display: flex;
|
|
9
|
+
|
|
10
|
+
}
|
|
11
|
+
.fk-container{
|
|
12
|
+
@extend %fk-typography-feather-body-small;
|
|
13
|
+
|
|
14
|
+
}
|
|
15
|
+
.fk-container .fk-container-heading-section{
|
|
16
|
+
height: auto;
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
justify-content: space-around;
|
|
20
|
+
align-items: stretch;
|
|
21
|
+
|
|
22
|
+
}
|