@featherk/styles 0.6.4 → 0.6.6
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 +117 -86
- 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-layout.css +13 -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/external-styles/featherk-overrides--k-zerowidthspace.css +2 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +6 -2
- package/dist/v8.2.0/scss/_overrides.scss +19 -37
- 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
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
--kendo-color-dark-emphasis: #666666;
|
|
163
163
|
--kendo-color-dark-on-subtle: #1f1f1f;
|
|
164
164
|
--kendo-color-on-dark: #ffffff;
|
|
165
|
-
--kendo-color-dark-on-surface:
|
|
165
|
+
--kendo-color-dark-on-surface: rgba(10, 12, 27, 0.6);
|
|
166
166
|
--kendo-color-inverse-subtle: #c2c2c2;
|
|
167
167
|
--kendo-color-inverse-subtle-hover: #adadad;
|
|
168
168
|
--kendo-color-inverse-subtle-active: #999999;
|
|
@@ -26814,7 +26814,7 @@ kendo-badge-container {
|
|
|
26814
26814
|
.k-button-outline-dark {
|
|
26815
26815
|
box-shadow: none;
|
|
26816
26816
|
border-color: currentColor;
|
|
26817
|
-
color: var(--kendo-color-dark-on-surface,
|
|
26817
|
+
color: var(--kendo-color-dark-on-surface, rgba(10, 12, 27, 0.6));
|
|
26818
26818
|
background-color: rgba(0, 0, 0, 0);
|
|
26819
26819
|
}
|
|
26820
26820
|
.k-button-outline-dark:hover,
|
|
@@ -26949,7 +26949,7 @@ kendo-badge-container {
|
|
|
26949
26949
|
color: var(--kendo-color-error-on-surface, rgb(123.75, 1.5, 23.25));
|
|
26950
26950
|
}
|
|
26951
26951
|
.k-button-flat-dark {
|
|
26952
|
-
color: var(--kendo-color-dark-on-surface,
|
|
26952
|
+
color: var(--kendo-color-dark-on-surface, rgba(10, 12, 27, 0.6));
|
|
26953
26953
|
}
|
|
26954
26954
|
.k-button-flat-light {
|
|
26955
26955
|
color: var(--kendo-color-light-on-surface, #e0e0e0);
|
|
@@ -27248,7 +27248,7 @@ kendo-badge-container {
|
|
|
27248
27248
|
display: block;
|
|
27249
27249
|
}
|
|
27250
27250
|
.k-button-clear-dark {
|
|
27251
|
-
color: var(--kendo-color-dark-on-surface,
|
|
27251
|
+
color: var(--kendo-color-dark-on-surface, rgba(10, 12, 27, 0.6));
|
|
27252
27252
|
}
|
|
27253
27253
|
.k-button-clear-dark:focus::after,
|
|
27254
27254
|
.k-button-clear-dark.k-focus::after,
|
|
@@ -47373,60 +47373,13 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47373
47373
|
.k-expander-header:focus-visible {
|
|
47374
47374
|
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
47375
47375
|
}
|
|
47376
|
-
.fk-
|
|
47377
|
-
|
|
47378
|
-
|
|
47379
|
-
.fk-menu
|
|
47380
|
-
.k-menu.k-menu-horizontal
|
|
47381
|
-
> .k-item.k-menu-item.fk-separator-prefix::before,
|
|
47382
|
-
.fk-menu
|
|
47383
|
-
.k-menu.k-menu-horizontal
|
|
47384
|
-
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47385
|
-
content: "";
|
|
47386
|
-
position: absolute;
|
|
47387
|
-
top: 0;
|
|
47388
|
-
bottom: 0;
|
|
47389
|
-
background: var(--kendo-color-border);
|
|
47390
|
-
width: 1px;
|
|
47391
|
-
margin: 0 -1px;
|
|
47392
|
-
pointer-events: none;
|
|
47393
|
-
}
|
|
47394
|
-
.fk-menu
|
|
47395
|
-
.k-menu.k-menu-vertical
|
|
47396
|
-
> .k-item.k-menu-item.fk-separator-prefix::before,
|
|
47397
|
-
.fk-menu
|
|
47398
|
-
.k-menu.k-menu-vertical
|
|
47399
|
-
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47400
|
-
content: "";
|
|
47401
|
-
background: var(--kendo-color-border);
|
|
47402
|
-
height: 1px;
|
|
47403
|
-
margin: -1px 0;
|
|
47404
|
-
pointer-events: none;
|
|
47376
|
+
.fk-daterangepicker .k-maskedtextbox {
|
|
47377
|
+
width: 16rem;
|
|
47378
|
+
min-width: 16rem;
|
|
47405
47379
|
}
|
|
47406
|
-
.fk-
|
|
47407
|
-
|
|
47408
|
-
width:
|
|
47409
|
-
width: fit-content;
|
|
47410
|
-
}
|
|
47411
|
-
.k-icon-wrap::before,
|
|
47412
|
-
.k-checkbox-wrap::before,
|
|
47413
|
-
.k-list-optionlabel::before,
|
|
47414
|
-
.k-table-list .k-table-group-row::before,
|
|
47415
|
-
.k-skeleton-text:empty::before,
|
|
47416
|
-
.k-placeholder-line:empty::before,
|
|
47417
|
-
.k-input-value-text::before,
|
|
47418
|
-
.k-radio-wrap::before,
|
|
47419
|
-
.k-calendar-infinite .k-calendar-view::after,
|
|
47420
|
-
.k-calendar-navigation::before,
|
|
47421
|
-
.k-calendar-navigation::after,
|
|
47422
|
-
.k-time-list-wrapper.k-focus::before,
|
|
47423
|
-
.k-time-list-wrapper.k-focus::after,
|
|
47424
|
-
.k-time-list::before,
|
|
47425
|
-
.k-time-list::after,
|
|
47426
|
-
.k-multiselecttree .k-input-inner::before,
|
|
47427
|
-
.k-window-title::before,
|
|
47428
|
-
.k-gantt-tasks td::after {
|
|
47429
|
-
content: "";
|
|
47380
|
+
.fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
|
|
47381
|
+
width: 18rem;
|
|
47382
|
+
min-width: 18rem;
|
|
47430
47383
|
}
|
|
47431
47384
|
.fk-daterangepicker .k-input-suffix,
|
|
47432
47385
|
.fk-daterangepicker .k-input-prefix {
|
|
@@ -47502,6 +47455,82 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47502
47455
|
border: 0;
|
|
47503
47456
|
outline: 0;
|
|
47504
47457
|
}
|
|
47458
|
+
.tb-v8_2_0 {
|
|
47459
|
+
font-family: "Inter";
|
|
47460
|
+
}
|
|
47461
|
+
.fk-field-block {
|
|
47462
|
+
margin-bottom: 1.125rem;
|
|
47463
|
+
}
|
|
47464
|
+
.fk-field-block :is(.k-label) {
|
|
47465
|
+
display: block;
|
|
47466
|
+
margin-block: 0.25rem;
|
|
47467
|
+
}
|
|
47468
|
+
.k-icon-wrap::before,
|
|
47469
|
+
.k-checkbox-wrap::before,
|
|
47470
|
+
.k-list-item-text::before,
|
|
47471
|
+
.k-list-header-text::before,
|
|
47472
|
+
.k-list-optionlabel::before,
|
|
47473
|
+
.k-table-list .k-table-group-row::before,
|
|
47474
|
+
.k-skeleton-text:empty::before,
|
|
47475
|
+
.k-placeholder-line:empty::before,
|
|
47476
|
+
.k-input-value-text::before,
|
|
47477
|
+
.k-radio-wrap::before,
|
|
47478
|
+
.k-calendar-infinite .k-calendar-view::after,
|
|
47479
|
+
.k-calendar-navigation::before,
|
|
47480
|
+
.k-calendar-navigation::after,
|
|
47481
|
+
.k-time-list-wrapper.k-focus::before,
|
|
47482
|
+
.k-time-list-wrapper.k-focus::after,
|
|
47483
|
+
.k-time-list::before,
|
|
47484
|
+
.k-time-list::after,
|
|
47485
|
+
.k-multiselecttree .k-input-inner::before,
|
|
47486
|
+
.k-window-title::before,
|
|
47487
|
+
.k-gantt-tasks td::after {
|
|
47488
|
+
content: "";
|
|
47489
|
+
}
|
|
47490
|
+
.fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item {
|
|
47491
|
+
position: relative;
|
|
47492
|
+
}
|
|
47493
|
+
.fk-menu
|
|
47494
|
+
.k-menu.k-menu-horizontal
|
|
47495
|
+
> .k-item.k-menu-item.fk-separator-prefix::before,
|
|
47496
|
+
.fk-menu
|
|
47497
|
+
.k-menu.k-menu-horizontal
|
|
47498
|
+
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47499
|
+
content: "";
|
|
47500
|
+
position: absolute;
|
|
47501
|
+
top: 0;
|
|
47502
|
+
bottom: 0;
|
|
47503
|
+
background: var(--kendo-color-border);
|
|
47504
|
+
width: 1px;
|
|
47505
|
+
pointer-events: none;
|
|
47506
|
+
}
|
|
47507
|
+
.fk-menu
|
|
47508
|
+
.k-menu.k-menu-horizontal
|
|
47509
|
+
> .k-item.k-menu-item.fk-separator-prefix::before {
|
|
47510
|
+
left: 0;
|
|
47511
|
+
}
|
|
47512
|
+
.fk-menu
|
|
47513
|
+
.k-menu.k-menu-horizontal
|
|
47514
|
+
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47515
|
+
right: 0;
|
|
47516
|
+
}
|
|
47517
|
+
.fk-menu
|
|
47518
|
+
.k-menu.k-menu-vertical
|
|
47519
|
+
> .k-item.k-menu-item.fk-separator-prefix::before,
|
|
47520
|
+
.fk-menu
|
|
47521
|
+
.k-menu.k-menu-vertical
|
|
47522
|
+
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47523
|
+
content: "";
|
|
47524
|
+
background: var(--kendo-color-border);
|
|
47525
|
+
height: 1px;
|
|
47526
|
+
margin: -1px 0;
|
|
47527
|
+
pointer-events: none;
|
|
47528
|
+
}
|
|
47529
|
+
.fk-menu .k-menu-vertical,
|
|
47530
|
+
.fk-menu .k-menu-horizontal {
|
|
47531
|
+
width: -moz-fit-content;
|
|
47532
|
+
width: fit-content;
|
|
47533
|
+
}
|
|
47505
47534
|
.k-tabstrip .k-tabstrip-content.k-active,
|
|
47506
47535
|
.k-tabstrip .k-tabstrip-content.k-state-active,
|
|
47507
47536
|
.k-tabstrip .k-tabstrip-content:active {
|
|
@@ -47517,15 +47546,12 @@ h1 {
|
|
|
47517
47546
|
line-height: 1.2857142857;
|
|
47518
47547
|
letter-spacing: unset;
|
|
47519
47548
|
}
|
|
47520
|
-
|
|
47521
|
-
.k-popup.k-timepicker-popup .k-timeselector .k-time-header .k-title,
|
|
47522
|
-
h2 {
|
|
47549
|
+
.k-popup.k-timepicker-popup .k-timeselector .k-time-header .k-title {
|
|
47523
47550
|
font-family: Inter;
|
|
47524
47551
|
font-size: 1.375rem;
|
|
47525
47552
|
font-weight: 400;
|
|
47526
47553
|
line-height: 1.5;
|
|
47527
47554
|
}
|
|
47528
|
-
h3.fk-heading3,
|
|
47529
47555
|
.k-card .k-card-header .k-card-title {
|
|
47530
47556
|
font-family: Inter;
|
|
47531
47557
|
font-size: 1.1875rem;
|
|
@@ -47533,26 +47559,6 @@ h3.fk-heading3,
|
|
|
47533
47559
|
line-height: 1.4736842105;
|
|
47534
47560
|
letter-spacing: 0em;
|
|
47535
47561
|
}
|
|
47536
|
-
h4.fk-heading4,
|
|
47537
|
-
h4 {
|
|
47538
|
-
font-family: Inter;
|
|
47539
|
-
font-size: 1rem;
|
|
47540
|
-
font-weight: 400;
|
|
47541
|
-
line-height: 1.5;
|
|
47542
|
-
}
|
|
47543
|
-
h5.fk-heading5 {
|
|
47544
|
-
font-family: Inter;
|
|
47545
|
-
font-size: 0.875rem;
|
|
47546
|
-
font-weight: 700;
|
|
47547
|
-
line-height: 1.5;
|
|
47548
|
-
letter-spacing: 0.02em;
|
|
47549
|
-
}
|
|
47550
|
-
h6 {
|
|
47551
|
-
font-family: Inter;
|
|
47552
|
-
font-size: 0.8125rem;
|
|
47553
|
-
font-weight: 700;
|
|
47554
|
-
line-height: 1.5384615385;
|
|
47555
|
-
}
|
|
47556
47562
|
.k-window .k-window-titlebar .k-window-title,
|
|
47557
47563
|
.k-window .k-window-titlebar,
|
|
47558
47564
|
.k-window.k-dialog
|
|
@@ -47563,6 +47569,7 @@ h6 {
|
|
|
47563
47569
|
font-weight: 400;
|
|
47564
47570
|
line-height: 1.5;
|
|
47565
47571
|
}
|
|
47572
|
+
.fk-container,
|
|
47566
47573
|
.k-card .k-card-body > p,
|
|
47567
47574
|
.k-floating-label-container.k-empty .k-floating-label,
|
|
47568
47575
|
.k-menu-popup
|
|
@@ -53789,6 +53796,11 @@ div.feather-ks-spacing-s {
|
|
|
53789
53796
|
transition-property: all;
|
|
53790
53797
|
transition-duration: 280ms;
|
|
53791
53798
|
transition-timing-function: ease-out;
|
|
53799
|
+
outline-color: rgba(10, 12, 27, 0.12);
|
|
53800
|
+
border-bottom-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53801
|
+
border-left-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53802
|
+
border-right-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53803
|
+
border-top-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53792
53804
|
}
|
|
53793
53805
|
.k-switch.k-switch-on .k-switch-track {
|
|
53794
53806
|
transition-property: all;
|
|
@@ -54136,15 +54148,20 @@ div.feather-ks-spacing-s {
|
|
|
54136
54148
|
}
|
|
54137
54149
|
.k-input.k-state-readonly.k-input-solid,
|
|
54138
54150
|
.k-input[readonly].k-input-solid {
|
|
54139
|
-
border-bottom-color: rgba(10, 12, 27, 0.
|
|
54140
|
-
border-left-color: rgba(10, 12, 27, 0.
|
|
54141
|
-
border-right-color: rgba(10, 12, 27, 0.
|
|
54142
|
-
border-top-color: rgba(10, 12, 27, 0.
|
|
54151
|
+
border-bottom-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54152
|
+
border-left-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54153
|
+
border-right-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54154
|
+
border-top-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54143
54155
|
}
|
|
54144
54156
|
.k-input.k-state-readonly,
|
|
54145
54157
|
.k-input[readonly] {
|
|
54146
|
-
background-color:
|
|
54158
|
+
background-color: initial;
|
|
54147
54159
|
background-image: none;
|
|
54160
|
+
border-bottom-style: solid;
|
|
54161
|
+
border-left-style: solid;
|
|
54162
|
+
border-right-style: solid;
|
|
54163
|
+
border-top-style: solid;
|
|
54164
|
+
outline-style: none;
|
|
54148
54165
|
}
|
|
54149
54166
|
.k-dateinput.k-input .k-input-inner {
|
|
54150
54167
|
height: auto;
|
|
@@ -56961,3 +56978,17 @@ div.fk-container {
|
|
|
56961
56978
|
flex-direction: column;
|
|
56962
56979
|
row-gap: 0.75rem;
|
|
56963
56980
|
}
|
|
56981
|
+
.fk-container .fk-container-actions {
|
|
56982
|
+
justify-content: end;
|
|
56983
|
+
display: inline-flex;
|
|
56984
|
+
}
|
|
56985
|
+
.fk-container .fk-container-content {
|
|
56986
|
+
display: flex;
|
|
56987
|
+
}
|
|
56988
|
+
.fk-container .fk-container-heading-section {
|
|
56989
|
+
height: auto;
|
|
56990
|
+
display: flex;
|
|
56991
|
+
flex-direction: column;
|
|
56992
|
+
justify-content: space-around;
|
|
56993
|
+
align-items: stretch;
|
|
56994
|
+
}
|